iMSTK
Interactive Medical Simulation Toolkit
Public Member Functions | Public Attributes | List of all members
imstk::Event Class Reference

Base class for events which contain a type, priority, and data priority defaults to 0 and uses a greater than comparator. Negatives are allowed. More...

#include <imstkEventObject.h>

Inheritance diagram for imstk::Event:
Inheritance graph
[legend]
Collaboration diagram for imstk::Event:
Collaboration graph
[legend]

Public Member Functions

 Event (const std::string type)
 

Public Attributes

std::string m_type
 
EventObjectm_sender
 

Detailed Description

Base class for events which contain a type, priority, and data priority defaults to 0 and uses a greater than comparator. Negatives are allowed.

Definition at line 32 of file imstkEventObject.h.


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