#include <eEvent.h>
Public Member Functions | |
eEvent (std::string *name, eAkteur *akteur, eObject *object) | |
Public Attributes | |
std::string * | m_name |
eAkteur *const | m_akteur |
eObject *const | m_object |
A class describing an event in the context of eMotion
Documantation optimized for doxygen.
Constructor, which defines the event
name | a string describing this event |
akteur | a pointer to the akteur related to this event |
object | a pointer to the object related to this event |
eAkteur* const eEvent::m_akteur |
a pointer to the akteur related to this event
std::string* eEvent::m_name |
a name describing this event
eObject* const eEvent::m_object |
a pointer to the object related to this event