manages the runnings of a world More...
#include <director.h>
Public Member Functions | |
| Director (World *w) | |
| constructor; | |
| virtual | ~Director (void) |
| destructor; | |
| World * | world (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 | |
manages the runnings of a world