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

The definition of a context which allows the ability to select between multiple contexts. More...

#include "Context.h"
#include <map>

Go to the source code of this file.

Classes

class  Menge::SceneGraph::ContextSwitcher
 Special context for switching between multiple contexts. Each context tied to a keyboard shortcut. More...
 

Namespaces

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

Typedefs

typedef std::map< SDLKey,
Context * > 
Menge::SceneGraph::KeyContextMap
 A mapping from a SDL key value and a context.
 

Detailed Description

The definition of a context which allows the ability to select between multiple contexts.