VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkXInteractionDevice Class Reference

#include <vtkXInteractionDevice.h>

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

List of all members.

Public Types

typedef
vtkAbstractInteractionDevice 
Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXInteractionDeviceNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Initialize ()
 Initialize the interaction device.
virtual void Start ()
 Start the event loop.
virtual void ProcessEvents ()
 Process any pending events, this can be used to process OS level events without running a full event loop.

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkXInteractionDeviceSafeDownCast (vtkObjectBase *o)
static vtkXInteractionDeviceNew ()
 Make a new device, this class is abstract and one of its derived forms will be returned, or NULL if no override has been provided.

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXInteractionDevice ()
 ~vtkXInteractionDevice ()

Protected Attributes

Display * DisplayId
bool ExitEventLoop

Detailed Description

Definition at line 21 of file vtkXInteractionDevice.h.


Member Typedef Documentation

Reimplemented from vtkAbstractInteractionDevice.

Definition at line 25 of file vtkXInteractionDevice.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkXInteractionDevice::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 vtkAbstractInteractionDevice.

virtual int vtkXInteractionDevice::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 vtkAbstractInteractionDevice.

Reimplemented from vtkAbstractInteractionDevice.

virtual vtkObjectBase* vtkXInteractionDevice::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkAbstractInteractionDevice.

Reimplemented from vtkAbstractInteractionDevice.

void vtkXInteractionDevice::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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 vtkAbstractInteractionDevice.

Make a new device, this class is abstract and one of its derived forms will be returned, or NULL if no override has been provided.

Returns:
A derived interaction device, or NULL if no suitable override is set.

Reimplemented from vtkAbstractInteractionDevice.

virtual void vtkXInteractionDevice::Initialize ( ) [virtual]

Initialize the interaction device.

Implements vtkAbstractInteractionDevice.

virtual void vtkXInteractionDevice::Start ( ) [virtual]

Start the event loop.

Implements vtkAbstractInteractionDevice.

virtual void vtkXInteractionDevice::ProcessEvents ( ) [virtual]

Process any pending events, this can be used to process OS level events without running a full event loop.

Implements vtkAbstractInteractionDevice.


Member Data Documentation

Display* vtkXInteractionDevice::DisplayId [protected]

Definition at line 40 of file vtkXInteractionDevice.h.

Definition at line 41 of file vtkXInteractionDevice.h.


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