38#ifndef UI_GGUISLIDER_H_
39#define UI_GGUISLIDER_H_
217 void drawSliderBar();
222 float sliderbarh, sliderbarw;
223 float sliderh, sliderw;
224 float sliderx, slidery;
225 float sliderbarx, sliderbary;
228 float currentvaluex, currentvaluey;
230 std::string ticknumbers;
231 std::string currentvaluetext;
234 bool ispressedslider;
245 float counter, counterlimit;
247 float counterpressed, counterpressedlimit;
249 gColor slidercolor, pressedslidercolor, disabledcolor;
Definition gBaseGUIObject.h:18
gBaseApp * root
Definition gBaseGUIObject.h:147
Definition gGUIControl.h:29
Definition gGUISlider.h:52
void mouseReleased(int x, int y, int button)
void setTickVisibility(bool isVisible)
gColor * getSliderColor()
void mousePressed(int x, int y, int button)
void mouseDragged(int x, int y, int button)
void setMinValue(float minValue)
void setSliderbarColor(gColor color)
void setTickColor(gColor color)
void setTextVisibility(bool isTextVisible)
void setSliderColor(gColor color)
virtual void set(gBaseApp *root, gBaseGUIObject *topParentGUIObject, gBaseGUIObject *parentGUIObject, int parentSlotLineNo, int parentSlotColumnNo, int x, int y, int w, int h)
void setDisabledColor(gColor color)
void setMaxValue(float maxValue)
gColor * getPressedSliderColor()
void setPressedSliderColor(gColor color)
gColor * getSliderbarColor()
gColor * getDisabledColor()
float getSliderbarHeight()
void setTicknum(float tickNum)
float getSliderbarWidth()
void setDisabled(bool isDisabled)