23 #include "ui/control.h"
41 bool SetState(
int state,
bool bState);
42 bool SetState(
int state);
43 bool ClearState(
int state);
45 bool EventProcess(
const Event &event);
48 void SetLimit(
float min,
float max);
50 void SetVisibleValue(
float value);
51 float GetVisibleValue();
53 void SetArrowStep(
float step);