Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkWin32OutputWindow Class Reference

Win32 Specific output window class. More...

#include <vtkWin32OutputWindow.h>

Inheritance diagram for vtkWin32OutputWindow:

Inheritance graph
[legend]
Collaboration diagram for vtkWin32OutputWindow:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

Win32 Specific output window class.

Date:
2000/12/10 20:08:22
Revision:
1.7

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.

Examples:
vtkWin32OutputWindow (examples)

Definition at line 64 of file vtkWin32OutputWindow.h.


Member Function Documentation

virtual const char* vtkWin32OutputWindow::GetClassName   [virtual]
 

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.

int vtkWin32OutputWindow::IsTypeOf const char *    type [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 vtkWin32OutputWindow::IsA const char *    type [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.

vtkWin32OutputWindow* vtkWin32OutputWindow::SafeDownCast vtkObject   o [static]
 

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.

vtkWin32OutputWindow* vtkWin32OutputWindow::New   [static]
 

Create a vtkWin32OutputWindow.

Reimplemented from vtkOutputWindow.

virtual void vtkWin32OutputWindow::DisplayText const char *    [virtual]
 

New lines are converted to carriage return new lines.

Reimplemented from vtkOutputWindow.

LRESULT APIENTRY vtkWin32OutputWindow::WndProc HWND    hWnd,
UINT    message,
WPARAM    wParam,
LPARAM    lParam
[static]
 


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 13:03:08 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001