eMotion
 All Classes Functions Variables Enumerations
Public Member Functions | Public Attributes | List of all members
eEvent Class Reference

#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
 

Detailed Description

Author
Florian Harde flori.nosp@m.anha.nosp@m.rde@y.nosp@m.ahoo.nosp@m..de

DESCRIPTION

A class describing an event in the context of eMotion

Documantation optimized for doxygen.

Constructor & Destructor Documentation

eEvent::eEvent ( std::string *  name,
eAkteur akteur,
eObject object 
)

Constructor, which defines the event

Parameters
namea string describing this event
akteura pointer to the akteur related to this event
objecta pointer to the object related to this event

Member Data Documentation

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


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