#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.
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | DisplayText (const char *) |
static vtkWin32OutputWindow * | New () |
Public Types | |
typedef vtkOutputWindow | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkWin32OutputWindow * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkWin32OutputWindow () | |
virtual | ~vtkWin32OutputWindow () |
void | PromptText (const char *text) |
Static Protected Member Functions | |
static void | AddText (const char *) |
static int | Initialize () |
|
Reimplemented from vtkOutputWindow. Definition at line 40 of file vtkWin32OutputWindow.h. |
|
Definition at line 51 of file vtkWin32OutputWindow.h. |
|
Definition at line 52 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. |
|
Print ObjectFactor to stream. Reimplemented from vtkOutputWindow. |
|
Create a vtkWin32OutputWindow. Reimplemented from vtkOutputWindow. |
|
Print ObjectFactor to stream. Reimplemented from vtkOutputWindow. |
|
|
|
|
|
|