#include <itkWin32OutputWindow.h>
Inheritance diagram for itk::Win32OutputWindow:
Public Types | |
typedef Win32OutputWindow | Self |
typedef OutputWindow | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | DisplayText (const char *) |
Static Public Member Functions | |
Pointer | New () |
LRESULT APIENTRY | WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Protected Member Functions | |
Win32OutputWindow () | |
virtual | ~Win32OutputWindow () |
void | PromptText (const char *text) |
Static Protected Member Functions | |
void | AddText (const char *) |
int | Initialize () |
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 OutputWindow. This class only handles one output window per process. If the window is destroyed, the Object::GlobalWarningDisplayOff() function is called. The window is created the next time text is written to the window.
Definition at line 44 of file itkWin32OutputWindow.h.
|
Reimplemented from itk::OutputWindow. Definition at line 51 of file itkWin32OutputWindow.h. |
|
Reimplemented from itk::OutputWindow. Definition at line 50 of file itkWin32OutputWindow.h. |
|
Standard class typedefs. Reimplemented from itk::OutputWindow. Definition at line 48 of file itkWin32OutputWindow.h. |
|
Reimplemented from itk::OutputWindow. Definition at line 49 of file itkWin32OutputWindow.h. |
|
Definition at line 66 of file itkWin32OutputWindow.h. |
|
|
|
|
|
Put the text into the display window. Each new line is converted to a carriage return, new line. Reimplemented from itk::OutputWindow. |
|
Run-time type information (and related methods). Reimplemented from itk::OutputWindow. |
|
|
|
Method for creation through the object factory. Reimplemented from itk::OutputWindow. |
|
|
|
|