|
iMSTK
Interactive Medical Simulation Toolkit
|
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>


Public Member Functions | |
| Event (const std::string type) | |
Public Attributes | |
| std::string | m_type |
| EventObject * | m_sender |
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.
1.8.13