#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 36 of file vtkWin32OutputWindow.h.
Public Types | |
typedef vtkOutputWindow | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | DisplayText (const char *) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkWin32OutputWindow * | SafeDownCast (vtkObject *o) |
static vtkWin32OutputWindow * | New () |
static LRESULT APIENTRY | WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Protected Member Functions | |
vtkWin32OutputWindow () | |
virtual | ~vtkWin32OutputWindow () |
void | PromptText (const char *text) |
Static Protected Member Functions | |
static void | AddText (const char *) |
static int | Initialize () |
Static Protected Attributes | |
static HWND | OutputWindow |
|
Reimplemented from vtkOutputWindow. Definition at line 40 of file vtkWin32OutputWindow.h. |
|
Definition at line 53 of file vtkWin32OutputWindow.h. |
|
Definition at line 54 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 59 of file vtkWin32OutputWindow.h. |