Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
EventSystem.h File Reference

The definition of the core event system. More...

#include <vector>
#include "mengeCommon.h"

Go to the source code of this file.

Classes

class  Menge::EventSystem
 The main event engine – causes event triggers to be evaluated and effects to be applied. More...
 

Namespaces

 Menge
 The core namespace. All elements of Menge are contained in this namespace.
 

Functions

Event * Menge::parseEvent (TiXmlElement *node, const std::string &specFldr)
 Parses the xml specification of an event and returns a parsed event. More...
 

Detailed Description

The definition of the core event system.