VTK
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkEventData Class Referenceabstract

#include <vtkEventData.h>

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

Public Member Functions

 vtkBaseTypeMacro (vtkEventData, vtkObjectBase)
 
int GetType () const
 
bool operator== (const vtkEventData &a) const
 
virtual vtkEventDataForDeviceGetAsEventDataForDevice ()
 
virtual vtkEventDataDevice3DGetAsEventDataDevice3D ()
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual vtkTypeBool IsA (const char *name)
 Return 1 if this class is the same type of (or a subclass of) the named class. 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...
 

Protected Member Functions

 vtkEventData ()
 
 ~vtkEventData () override
 
virtual bool Equivalent (const vtkEventData *ed) const =0
 
- 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

int Type
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

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

Detailed Description

Definition at line 63 of file vtkEventData.h.

Constructor & Destructor Documentation

vtkEventData::vtkEventData ( )
inlineprotected

Definition at line 81 of file vtkEventData.h.

vtkEventData::~vtkEventData ( )
inlineoverrideprotected

Definition at line 82 of file vtkEventData.h.

Member Function Documentation

vtkEventData::vtkBaseTypeMacro ( vtkEventData  ,
vtkObjectBase   
)
int vtkEventData::GetType ( ) const
inline

Definition at line 68 of file vtkEventData.h.

bool vtkEventData::operator== ( const vtkEventData a) const
inline

Definition at line 71 of file vtkEventData.h.

virtual vtkEventDataForDevice* vtkEventData::GetAsEventDataForDevice ( )
inlinevirtual

Reimplemented in vtkEventDataForDevice.

Definition at line 77 of file vtkEventData.h.

virtual vtkEventDataDevice3D* vtkEventData::GetAsEventDataDevice3D ( )
inlinevirtual

Reimplemented in vtkEventDataDevice3D.

Definition at line 78 of file vtkEventData.h.

virtual bool vtkEventData::Equivalent ( const vtkEventData ed) const
protectedpure virtual

Implemented in vtkEventDataForDevice.

Member Data Documentation

int vtkEventData::Type
protected

Definition at line 88 of file vtkEventData.h.


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