#include <vtkWin32OutputWindow.h>
Inheritance diagram for vtkWin32OutputWindow:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | DisplayText (const char *) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkWin32OutputWindow * | SafeDownCast (vtkObject *o) |
vtkWin32OutputWindow * | New () |
LRESULT APIENTRY | WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
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 64 of file vtkWin32OutputWindow.h.
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkOutputWindow. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkOutputWindow. |
|
Create a vtkWin32OutputWindow. Reimplemented from vtkOutputWindow. |
|
New lines are converted to carriage return new lines. Reimplemented from vtkOutputWindow. |
|
|