april  1.0.0
...
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
april::Director Class Reference

manages the runnings of a world More...

#include <director.h>

Public Member Functions

 Director (World *w)
 constructor;
virtual ~Director (void)
 destructor;
Worldworld (void) const
 the world we're managing
virtual bool start (void)
 start the world
virtual void stop (void)
 stop the world
virtual void advance (void)
 advance the world
virtual bool save (QSettings &s) const
 save to a QSettings object
virtual bool load (QSettings &s)
 load from a QSettings object

Protected Member Functions

QMap< ID, EventLine * >
::ConstIterator 
firstEventLine (void)
 access to event lines in the world - first
QMap< ID, EventLine * >
::ConstIterator 
endEventLine (void)
 access to event lines in the world - end
void stepTime (void)
 advance the time in the world

Detailed Description

manages the runnings of a world


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