#include <GG/GUI.h>
Go to the source code of this file.
Namespaces | |
| namespace | GG |
Classes | |
| struct | GG::EventPumpState |
| encapsulates the state of GG event pumping. More... | |
| class | GG::EventPumpBase |
| the base type for all EventPump types. More... | |
| class | GG::EventPump |
| encapsulates the GG event-pumping mechanism. More... | |
| class | GG::ModalEventPump |
| an EventPump that terminates when the bool reference done supplied to the constructor is true. More... | |
An EventPump encapsulates the behavior of a GG processing loop, such as the one associated with the singleton GUI object, or one associated with a modal Wnd.
Definition in file EventPump.h.
1.5.2