Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Public Attributes | List of all members
orxonox::Event Struct Reference

The Event struct contains information about a fired Event. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/core/Event.h>

Public Member Functions

 Event (bool activate, BaseObject *originator, const std::string &name)
 

Public Attributes

bool activate_
 True if this is an activating event (the event source was inactive before and just triggered the event) - false otherwise. More...
 
std::string name_
 The name of this event. More...
 
BaseObjectoriginator_
 The object which triggered this event. More...
 
std::string statename_
 The name of the state this event affects. More...
 

Detailed Description

The Event struct contains information about a fired Event.

Constructor & Destructor Documentation

orxonox::Event::Event ( bool  activate,
BaseObject originator,
const std::string &  name 
)
inline

Member Data Documentation

bool orxonox::Event::activate_

True if this is an activating event (the event source was inactive before and just triggered the event) - false otherwise.

std::string orxonox::Event::name_

The name of this event.

BaseObject* orxonox::Event::originator_

The object which triggered this event.

std::string orxonox::Event::statename_

The name of the state this event affects.


The documentation for this struct was generated from the following file: