28 #ifndef HPL_WIDGET_SLIDER_H 29 #define HPL_WIDGET_SLIDER_H 31 #include "hpl1/engine/gui/Widget.h" 46 int GetValue() {
return mlValue; }
47 void SetValue(
int alValue);
49 int GetMaxValue() {
return mlMaxValue; }
50 void SetMaxValue(
int alMax);
52 int GetButtonValueAdd() {
return mlButtonValueAdd; }
53 void SetButtonValueAdd(
int alAdd);
55 int GetBarValueSize() {
return mlBarValueSize; }
56 void SetBarValueSize(
int alSize);
58 float GetButtonSize()
const {
return mfButtonSize; }
63 void UpdateBarProperties();
66 kGuiCalllbackDeclarationEnd(ArrowButtonDown);
71 void OnLoadGraphics();
73 void OnChangePosition();
87 eWidgetSliderOrientation mOrientation;
120 #endif // HPL_WIDGET_SLIDER_H
Definition: GuiGfxElement.h:72
Definition: GuiTypes.h:263