#include <EventPump.h>
Inheritance diagram for GG::ModalEventPump:

Public Member Functions | |
| ModalEventPump (const bool &done) | |
| virtual void | operator() () |
Protected Member Functions | |
| bool | Done () const |
Definition at line 86 of file EventPump.h.
| GG::ModalEventPump::ModalEventPump | ( | const bool & | done | ) |
Basic ctor.
| virtual void GG::ModalEventPump::operator() | ( | ) | [virtual] |
cycles through event-handling and rendering, calling GUI::HandleSystemEvents() and then EventPumpBase::LoopBody().
Reimplemented from GG::EventPump.
| bool GG::ModalEventPump::Done | ( | ) | const [protected] |
Returns true iff the constructor parameter done is true;.
1.5.2