57 const int MAXCONTROL = 100;
65 bool EventProcess(
const Event &event);
66 bool GetTooltip(
Math::Point pos, std::string &name);
93 void SetFocus(
CControl* focusControl);
96 int GetNextFreeControl();
98 template <
typename ControlClass>
103 std::array<std::unique_ptr<CControl>, MAXCONTROL> m_controls;
Definition: shortcut.h:29
Definition: robotmain.h:108
Point struct and related functions.
Global event queue.
Definition: event.h:866
Definition: editvalue.h:42
2D point
Definition: point.h:50
Image loaded from file.
Definition: image.h:54
Namespace for (new) graphics code.
Definition: app.h:49
The graphics engine.
Definition: engine.h:585
Event types, structs and event queue.
Definition: enumslider.h:30
EventType
Type of event message.
Definition: event.h:41
Event sent by system, interface or game.
Definition: event.h:735
Definition: interface.h:59