#include <vtkWin32OutputWindow.h>
Inheritance diagram for vtkWin32OutputWindow:
This class is used for error and debug message output on the windows platform. It creates a read only EDIT control to display the output. This class should not be used directly. It should only be used through the interface of vtkOutputWindow. This class only handles one output window per process. If the window is destroyed, the vtkObject::GlobalWarningDisplayOff() function is called. The window is created the next time text is written to the window.
Definition at line 52 of file vtkWin32OutputWindow.h.
[NOHEADER] | |
virtual void | DisplayText (const char *) |
vtkWin32OutputWindow * | New () |
LRESULT APIENTRY | WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Public Types | |
typedef vtkOutputWindow | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkWin32OutputWindow * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkWin32OutputWindow () | |
virtual | ~vtkWin32OutputWindow () |
void | PromptText (const char *text) |
Static Protected Methods | |
void | AddText (const char *) |
int | Initialize () |
Static Protected Attributes | |
HWND | OutputWindow |
|
Reimplemented from vtkOutputWindow. Definition at line 56 of file vtkWin32OutputWindow.h. |
|
Definition at line 69 of file vtkWin32OutputWindow.h. |
|
Definition at line 70 of file vtkWin32OutputWindow.h. |
|
Reimplemented from vtkOutputWindow. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkOutputWindow. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkOutputWindow. |
|
Reimplemented from vtkOutputWindow. |
|
Create a vtkWin32OutputWindow. Reimplemented from vtkOutputWindow. |
|
Reimplemented from vtkOutputWindow. |
|
|
|
|
|
|
|
|
|
Definition at line 75 of file vtkWin32OutputWindow.h. |