VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkEventDataForDevice Class Reference

#include <vtkEventData.h>

Inheritance diagram for vtkEventDataForDevice:
[legend]
Collaboration diagram for vtkEventDataForDevice:
[legend]

Public Types

typedef vtkEventData Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkEventDataForDeviceNewInstance () const
 
vtkEventDataDevice GetDevice () const
 
vtkEventDataDeviceInput GetInput () const
 
vtkEventDataAction GetAction () const
 
void SetDevice (vtkEventDataDevice v)
 
void SetInput (vtkEventDataDeviceInput v)
 
void SetAction (vtkEventDataAction v)
 
vtkEventDataForDeviceGetAsEventDataForDevice () override
 
- Public Member Functions inherited from vtkEventData
 vtkBaseTypeMacro (vtkEventData, vtkObjectBase)
 
int GetType () const
 
bool operator== (const vtkEventData &a) const
 
virtual vtkEventDataDevice3DGetAsEventDataDevice3D ()
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
virtual void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
void PrintRevisions (ostream &)
 Legacy. More...
 
virtual void PrintSelf (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 

Static Public Member Functions

static vtkTypeBool IsTypeOf (const char *type)
 
static vtkEventDataForDeviceSafeDownCast (vtkObjectBase *o)
 
static vtkEventDataForDeviceNew ()
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
bool Equivalent (const vtkEventData *e) const override
 
 vtkEventDataForDevice ()
 
 ~vtkEventDataForDevice () override
 
- Protected Member Functions inherited from vtkEventData
 vtkEventData ()
 
 ~vtkEventData () override
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
virtual void RegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkEventDataDevice Device
 
vtkEventDataDeviceInput Input
 
vtkEventDataAction Action
 
- Protected Attributes inherited from vtkEventData
int Type
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

Definition at line 96 of file vtkEventData.h.

Member Typedef Documentation

Definition at line 99 of file vtkEventData.h.

Constructor & Destructor Documentation

vtkEventDataForDevice::vtkEventDataForDevice ( )
inlineprotected

Definition at line 126 of file vtkEventData.h.

vtkEventDataForDevice::~vtkEventDataForDevice ( )
inlineoverrideprotected

Definition at line 130 of file vtkEventData.h.

Member Function Documentation

static vtkTypeBool vtkEventDataForDevice::IsTypeOf ( const char *  type)
static
virtual vtkTypeBool vtkEventDataForDevice::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 vtkObjectBase.

Reimplemented in vtkEventDataMove3D, vtkEventDataButton3D, and vtkEventDataDevice3D.

static vtkEventDataForDevice* vtkEventDataForDevice::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkEventDataForDevice::NewInstanceInternal ( ) const
protectedvirtual
vtkEventDataForDevice* vtkEventDataForDevice::NewInstance ( ) const
static vtkEventDataForDevice* vtkEventDataForDevice::New ( )
inlinestatic

Definition at line 100 of file vtkEventData.h.

vtkEventDataDevice vtkEventDataForDevice::GetDevice ( ) const
inline

Definition at line 106 of file vtkEventData.h.

vtkEventDataDeviceInput vtkEventDataForDevice::GetInput ( ) const
inline

Definition at line 107 of file vtkEventData.h.

vtkEventDataAction vtkEventDataForDevice::GetAction ( ) const
inline

Definition at line 108 of file vtkEventData.h.

void vtkEventDataForDevice::SetDevice ( vtkEventDataDevice  v)
inline

Definition at line 110 of file vtkEventData.h.

void vtkEventDataForDevice::SetInput ( vtkEventDataDeviceInput  v)
inline

Definition at line 111 of file vtkEventData.h.

void vtkEventDataForDevice::SetAction ( vtkEventDataAction  v)
inline

Definition at line 112 of file vtkEventData.h.

vtkEventDataForDevice* vtkEventDataForDevice::GetAsEventDataForDevice ( )
inlineoverridevirtual

Reimplemented from vtkEventData.

Definition at line 114 of file vtkEventData.h.

bool vtkEventDataForDevice::Equivalent ( const vtkEventData e) const
inlineoverrideprotectedvirtual

Implements vtkEventData.

Definition at line 121 of file vtkEventData.h.

Member Data Documentation

vtkEventDataDevice vtkEventDataForDevice::Device
protected

Definition at line 117 of file vtkEventData.h.

vtkEventDataDeviceInput vtkEventDataForDevice::Input
protected

Definition at line 118 of file vtkEventData.h.

vtkEventDataAction vtkEventDataForDevice::Action
protected

Definition at line 119 of file vtkEventData.h.


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