GG
|
#include <EventPump.h>
Public Member Functions | |
ModalEventPump (const bool &done) | |
virtual void | operator() () |
![]() | |
virtual | ~EventPump () |
Protected Member Functions | |
bool | Done () const |
Additional Inherited Members | |
![]() | |
static EventPumpState & | State () |
An EventPump that terminates when the bool reference done supplied to the constructor is true.
Definition at line 134 of file EventPump.h.
|
virtual |
Cycles through event-handling and rendering, calling GUI::HandleSystemEvents() and then EventPumpBase::LoopBody().
Reimplemented from GG::EventPump.
|
protected |
Returns true iff the constructor parameter done is true.