VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkAndroidOutputWindow Class Reference

Win32 Specific output window class. More...

#include <vtkAndroidOutputWindow.h>

Inheritance diagram for vtkAndroidOutputWindow:
Inheritance graph
[legend]
Collaboration diagram for vtkAndroidOutputWindow:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkOutputWindow Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkAndroidOutputWindowNewInstance () 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 vtkAndroidOutputWindowSafeDownCast (vtkObjectBase *o)
static vtkAndroidOutputWindowNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkAndroidOutputWindow ()
virtual ~vtkAndroidOutputWindow ()

Detailed Description

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.

Events:
vtkCommand::ErrorEvent vtkCommand::WarningEvent

Definition at line 37 of file vtkAndroidOutputWindow.h.


Member Typedef Documentation

Reimplemented from vtkOutputWindow.

Definition at line 41 of file vtkAndroidOutputWindow.h.


Constructor & Destructor Documentation

virtual vtkAndroidOutputWindow::~vtkAndroidOutputWindow ( ) [protected, virtual]

Member Function Documentation

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.

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.

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.


The documentation for this class was generated from the following file: