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

#include <vtkAbstractInteractionDevice.h>

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

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkAbstractInteractionDeviceNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Initialize ()=0
 Initialize the interaction device.
virtual void Start ()=0
 Start the event loop.
virtual void ProcessEvents ()=0
 Process any pending events, this can be used to process OS level events without running a full event loop.
void SetRenderWidget (vtkRenderWidget *widget)
vtkRenderWidgetGetRenderWidget ()
void SetRenderDevice (vtkAbstractRenderDevice *device)
vtkAbstractRenderDeviceGetRenderDevice ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkAbstractInteractionDevice
SafeDownCast (vtkObjectBase *o)
static
vtkAbstractInteractionDevice
New ()
 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
 vtkAbstractInteractionDevice ()
 ~vtkAbstractInteractionDevice ()

Protected Attributes

bool Initialized
vtkRenderWidgetRenderWidget
vtkAbstractRenderDeviceRenderDevice

Detailed Description

Definition at line 23 of file vtkAbstractInteractionDevice.h.


Member Typedef Documentation

Reimplemented from vtkObject.

Reimplemented in vtkXInteractionDevice.

Definition at line 26 of file vtkAbstractInteractionDevice.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented in vtkXInteractionDevice.

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

Reimplemented in vtkXInteractionDevice.

Reimplemented from vtkObject.

Reimplemented in vtkXInteractionDevice.

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

Reimplemented from vtkObject.

Reimplemented in vtkXInteractionDevice.

Reimplemented from vtkObject.

Reimplemented in vtkXInteractionDevice.

void vtkAbstractInteractionDevice::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 vtkObject.

Reimplemented in vtkXInteractionDevice.

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

Reimplemented in vtkXInteractionDevice.

virtual void vtkAbstractInteractionDevice::Initialize ( ) [pure virtual]

Initialize the interaction device.

Implemented in vtkXInteractionDevice.

virtual void vtkAbstractInteractionDevice::Start ( ) [pure virtual]

Start the event loop.

Implemented in vtkXInteractionDevice.

virtual void vtkAbstractInteractionDevice::ProcessEvents ( ) [pure virtual]

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

Implemented in vtkXInteractionDevice.

Definition at line 53 of file vtkAbstractInteractionDevice.h.

Definition at line 55 of file vtkAbstractInteractionDevice.h.


Member Data Documentation

Definition at line 61 of file vtkAbstractInteractionDevice.h.

Definition at line 62 of file vtkAbstractInteractionDevice.h.

Definition at line 63 of file vtkAbstractInteractionDevice.h.


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