22 #include "ui/controls/control.h" 53 bool EventProcess(
const Event &event)
override;
56 void SetType(EditValueType type);
57 EditValueType GetType();
59 void SetValue(
float value,
bool bSendMessage=
false);
62 void SetStepValue(
float value);
65 void SetMinValue(
float value);
68 void SetMaxValue(
float value);
75 void HiliteValue(
const Event &event);
78 std::unique_ptr<Ui::CEdit> m_edit;
79 std::unique_ptr<Ui::CButton> m_buttonUp;
80 std::unique_ptr<Ui::CButton> m_buttonDown;
Definition: robotmain.h:108
Definition: editvalue.h:42
2D point
Definition: point.h:50
EventType
Type of event message.
Definition: event.h:41
Event sent by system, interface or game.
Definition: event.h:735
Definition: interface.h:59