23 #include "ui/controls/control.h"
59 bool EventProcess(
const Event &event)
override;
62 void SetType(EditValueType type);
63 EditValueType GetType();
65 void SetValue(
float value,
bool bSendMessage=
false);
68 void SetStepValue(
float value);
71 void SetMinValue(
float value);
74 void SetMaxValue(
float value);
81 void HiliteValue(
const Event &event);
84 std::unique_ptr<Ui::CEdit> m_edit;
85 std::unique_ptr<Ui::CButton> m_buttonUp;
86 std::unique_ptr<Ui::CButton> m_buttonDown;
Definition: robotmain.h:107
Definition: editvalue.h:48
2D point
Definition: point.h:50
Namespace for (new) graphics code.
Definition: app.h:49
EventType
Type of event message.
Definition: event.h:41
Event sent by system, interface or game.
Definition: event.h:709
Definition: interface.h:58