25 #include "ui/control.h"
57 bool EventProcess(
const Event &event);
60 void SetType(EditValueType type);
61 EditValueType GetType();
63 void SetValue(
float value,
bool bSendMessage=
false);
66 void SetStepValue(
float value);
69 void SetMinValue(
float value);
72 void SetMaxValue(
float value);
77 void HiliteValue(
const Event &event);
Definition: controller.h:32
Definition: editvalue.h:46
2D point
Definition: point.h:49
Namespace for (new) graphics code.
Definition: app.h:49
EventType
Type of event message.
Definition: event.h:38
Event sent by system, interface or game.
Definition: event.h:678