#include <itkOutputWindow.h>
Inheritance diagram for itk::OutputWindow:
Public Types | |
typedef OutputWindow | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | DisplayText (const char *) |
virtual void | DisplayErrorText (const char *t) |
virtual void | DisplayWarningText (const char *t) |
virtual void | DisplayGenericOutputText (const char *t) |
virtual void | DisplayDebugText (const char *t) |
virtual void | SetPromptUser (bool _arg) |
virtual bool | GetPromptUser () |
virtual void | PromptUserOn () |
virtual void | PromptUserOff () |
Static Public Member Functions | |
Pointer | New () |
Pointer | GetInstance () |
void | SetInstance (OutputWindow *instance) |
Protected Member Functions | |
OutputWindow () | |
virtual | ~OutputWindow () |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Text messages that the system should display to the user are sent to this object (or subclasses of this object).
Definition at line 35 of file itkOutputWindow.h.
|
Reimplemented from itk::Object. Reimplemented in itk::FileOutputWindow, itk::LoggerOutput, itk::TextOutput, itk::Win32OutputWindow, and itk::XMLFileOutputWindow. Definition at line 42 of file itkOutputWindow.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::FileOutputWindow, itk::LoggerOutput, itk::TextOutput, itk::Win32OutputWindow, and itk::XMLFileOutputWindow. Definition at line 41 of file itkOutputWindow.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Reimplemented in itk::FileOutputWindow, itk::LoggerOutput, itk::TextOutput, itk::Win32OutputWindow, and itk::XMLFileOutputWindow. Definition at line 39 of file itkOutputWindow.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::FileOutputWindow, itk::LoggerOutput, itk::Win32OutputWindow, and itk::XMLFileOutputWindow. Definition at line 40 of file itkOutputWindow.h. |
|
|
|
|
|
Send a string as a debug message to display. The default implementation calls DisplayText() but subclasses could present this message differently. Reimplemented in itk::LoggerOutput, and itk::XMLFileOutputWindow. Definition at line 82 of file itkOutputWindow.h. |
|
Send a string as an error message to display. The default implementation calls DisplayText() but subclasses could present this message differently. Reimplemented in itk::LoggerOutput, and itk::XMLFileOutputWindow. Definition at line 67 of file itkOutputWindow.h. |
|
Send a string as a message to display. The default implementation calls DisplayText() but subclasses could present this message differently. Reimplemented in itk::LoggerOutput, and itk::XMLFileOutputWindow. Definition at line 77 of file itkOutputWindow.h. |
|
Send a string to display. Reimplemented in itk::FileOutputWindow, itk::LoggerOutput, itk::TextOutput, itk::Win32OutputWindow, and itk::XMLFileOutputWindow. |
|
Send a string as a warningmessage to display. The default implementation calls DisplayText() but subclasses could present this message differently. Reimplemented in itk::LoggerOutput, and itk::XMLFileOutputWindow. Definition at line 72 of file itkOutputWindow.h. |
|
Return the singleton instance with no reference counting. |
|
Run-time type information (and related methods). Reimplemented from itk::Object. Reimplemented in itk::FileOutputWindow, itk::LoggerOutput, itk::Win32OutputWindow, and itk::XMLFileOutputWindow. |
|
If PromptUser is set to true then each time a line of text is displayed, the user is asked if they want to keep getting messages. |
|
This is a singleton pattern New. There will only be ONE reference to a OutputWindow object per process. Clients that call this must call Delete on the object so that the reference counting will work. The single instance will be unreferenced when the program exits. Reimplemented from itk::Object. Reimplemented in itk::FileOutputWindow, itk::LoggerOutput, itk::TextOutput, itk::Win32OutputWindow, and itk::XMLFileOutputWindow. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Object. Reimplemented in itk::FileOutputWindow, itk::LoggerOutput, and itk::XMLFileOutputWindow. |
|
If PromptUser is set to true then each time a line of text is displayed, the user is asked if they want to keep getting messages. |
|
If PromptUser is set to true then each time a line of text is displayed, the user is asked if they want to keep getting messages. |
|
Supply a user defined output window. Call ->Delete() on the supplied instance after setting it. Referenced by itk::LoggerOutput::OverrideITKWindow(). |
|
If PromptUser is set to true then each time a line of text is displayed, the user is asked if they want to keep getting messages. |