MinVR
0.9.0
A multi-platform virtual reality library
|
This is the complete list of members for MinVR::Event, including all inherited members.
_data1D | MinVR::Event | protected |
_data2D | MinVR::Event | protected |
_data3D | MinVR::Event | protected |
_data4D | MinVR::Event | protected |
_dataCF | MinVR::Event | protected |
_dataMsg | MinVR::Event | protected |
_id | MinVR::Event | protected |
_name | MinVR::Event | protected |
_timestamp | MinVR::Event | protected |
_type | MinVR::Event | protected |
_window | MinVR::Event | protected |
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 name | MinVR::Event | |
EVENTTYPE_1D enum value | MinVR::Event | |
EVENTTYPE_2D enum value | MinVR::Event | |
EVENTTYPE_3D enum value | MinVR::Event | |
EVENTTYPE_4D enum value | MinVR::Event | |
EVENTTYPE_COORDINATEFRAME enum value | MinVR::Event | |
EVENTTYPE_MSG enum value | MinVR::Event | |
EVENTTYPE_STANDARD enum value | MinVR::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::Event | virtual |