MinVR  0.9.0
A multi-platform virtual reality library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MinVR::Event Member List

This is the complete list of members for MinVR::Event, including all inherited members.

_data1DMinVR::Eventprotected
_data2DMinVR::Eventprotected
_data3DMinVR::Eventprotected
_data4DMinVR::Eventprotected
_dataCFMinVR::Eventprotected
_dataMsgMinVR::Eventprotected
_idMinVR::Eventprotected
_nameMinVR::Eventprotected
_timestampMinVR::Eventprotected
_typeMinVR::Eventprotected
_windowMinVR::Eventprotected
Event(const std::string &name, const WindowRef window=nullptr, const int id=-1)MinVR::Event
Event(const std::string &name, const double data, const WindowRef window=nullptr, const int id=-1)MinVR::Event
Event(const std::string &name, const glm::vec2 &data, const WindowRef window=nullptr, const int id=-1)MinVR::Event
Event(const std::string &name, const glm::vec3 &data, const WindowRef window=nullptr, const int id=-1)MinVR::Event
Event(const std::string &name, const glm::vec4 &data, const WindowRef window=nullptr, const int id=-1)MinVR::Event
Event(const std::string &name, const glm::mat4 &data, const WindowRef window=nullptr, const int id=-1)MinVR::Event
Event(const std::string &name, const std::string &data, const WindowRef window=nullptr, const int id=-1)MinVR::Event
EventType enum nameMinVR::Event
EVENTTYPE_1D enum valueMinVR::Event
EVENTTYPE_2D enum valueMinVR::Event
EVENTTYPE_3D enum valueMinVR::Event
EVENTTYPE_4D enum valueMinVR::Event
EVENTTYPE_COORDINATEFRAME enum valueMinVR::Event
EVENTTYPE_MSG enum valueMinVR::Event
EVENTTYPE_STANDARD enum valueMinVR::Event
get1DData()MinVR::Event
get2DData()MinVR::Event
get3DData()MinVR::Event
get4DData()MinVR::Event
getCoordinateFrameData()MinVR::Event
getId() const MinVR::Event
getMsgData()MinVR::Event
getName() const MinVR::Event
getTimestamp()MinVR::Event
getType() const MinVR::Event
getWindow() const MinVR::Event
operator<(Event other) const MinVR::Event
operator<(EventRef otherRef) const MinVR::Event
rename(const std::string &newname)MinVR::Event
toString()MinVR::Event
~Event()MinVR::Eventvirtual