GG
Classes | Namespaces

EventPump.h File Reference

Contains the EventPump class and its helper classes. 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. More...

#include <GG/GUI.h>

Go to the source code of this file.

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...

Namespaces

namespace  GG

Detailed Description

Contains the EventPump class and its helper classes. 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.