VTK
|
Win32 Specific output window class. More...
#include <vtkAndroidOutputWindow.h>
Public Types | |
typedef vtkOutputWindow | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkAndroidOutputWindow * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | DisplayDebugText (const char *) |
virtual void | DisplayText (const char *) |
virtual void | DisplayErrorText (const char *) |
virtual void | DisplayWarningText (const char *) |
virtual void | DisplayGenericWarningText (const char *) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkAndroidOutputWindow * | SafeDownCast (vtkObjectBase *o) |
static vtkAndroidOutputWindow * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkAndroidOutputWindow () | |
virtual | ~vtkAndroidOutputWindow () |
Win32 Specific output window class.
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 37 of file vtkAndroidOutputWindow.h.
Reimplemented from vtkOutputWindow.
Definition at line 41 of file vtkAndroidOutputWindow.h.
vtkAndroidOutputWindow::vtkAndroidOutputWindow | ( | ) | [protected] |
virtual vtkAndroidOutputWindow::~vtkAndroidOutputWindow | ( | ) | [protected, virtual] |
static int vtkAndroidOutputWindow::IsTypeOf | ( | const char * | name | ) | [static] |
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.
virtual int vtkAndroidOutputWindow::IsA | ( | const char * | name | ) | [virtual] |
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.
static vtkAndroidOutputWindow* vtkAndroidOutputWindow::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkOutputWindow.
virtual vtkObjectBase* vtkAndroidOutputWindow::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkOutputWindow.
Reimplemented from vtkOutputWindow.
void vtkAndroidOutputWindow::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Print ObjectFactor to stream.
Reimplemented from vtkOutputWindow.
static vtkAndroidOutputWindow* vtkAndroidOutputWindow::New | ( | ) | [static] |
Create a vtkAndroidOutputWindow.
Reimplemented from vtkOutputWindow.
virtual void vtkAndroidOutputWindow::DisplayText | ( | const char * | ) | [virtual] |
New lines are converted to carriage return new lines.
Reimplemented from vtkOutputWindow.
virtual void vtkAndroidOutputWindow::DisplayErrorText | ( | const char * | ) | [virtual] |
New lines are converted to carriage return new lines.
Reimplemented from vtkOutputWindow.
virtual void vtkAndroidOutputWindow::DisplayWarningText | ( | const char * | ) | [virtual] |
New lines are converted to carriage return new lines.
Reimplemented from vtkOutputWindow.
virtual void vtkAndroidOutputWindow::DisplayGenericWarningText | ( | const char * | ) | [virtual] |
New lines are converted to carriage return new lines.
Reimplemented from vtkOutputWindow.
virtual void vtkAndroidOutputWindow::DisplayDebugText | ( | const char * | ) | [virtual] |
Reimplemented from vtkOutputWindow.