Home
last modified time | relevance | path

Searched refs:cSlider (Results 1 – 10 of 10) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/widgets/
H A Dslider.cpp90 int cSlider::getMinValue() const in getMinValue()
96 void cSlider::setMinValue (int minValue_) in setMinValue()
106 int cSlider::getMaxValue() const in getMaxValue()
112 void cSlider::setMaxValue (int maxValue_) in setMaxValue()
122 int cSlider::getValue() const in getValue()
128 int cSlider::getValueFromHandlePosition() const in getValueFromHandlePosition()
142 void cSlider::setValue (int value) in setValue()
173 void cSlider::increase (int offset) in increase()
179 void cSlider::decrease (int offset) in decrease()
251 void cSlider::setHandleMinMaxPosition() in setHandleMinMaxPosition()
[all …]
H A Dslider.h40 class cSlider : public cClickableWidget
43cSlider (const cBox<cPosition>& area, int minValue, int maxValue, eOrientationType orientation, eS…
44cSlider (const cBox<cPosition>& area, int minValue, int maxValue, eOrientationType orientation, eS…
H A Dscrollbar.h29 class cSlider; variable
60 cSlider* slider;
H A Dscrollbar.cpp76 …slider = addChild (std::make_unique<cSlider> (cBox<cPosition> (sliderStartPos, sliderEndPos), 0, 0… in cScrollBar()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/dialogs/
H A Ddialogpreferences.h26 class cSlider; variable
41 cSlider* musicVolumeSlider;
42 cSlider* effectsVolumeSlider;
43 cSlider* voicesVolumeSlider;
51 cSlider* scrollSpeedSlider;
H A Ddialogresearch.h31 class cSlider; variable
57 std::array<cSlider*, rows> sliders;
H A Ddialogpreferences.cpp57 …musicVolumeSlider = addChild (std::make_unique<cSlider> (cBox<cPosition> (getPosition() + cPositio… in cDialogPreferences()
63 …effectsVolumeSlider = addChild (std::make_unique<cSlider> (cBox<cPosition> (getPosition() + cPosit… in cDialogPreferences()
70 …voicesVolumeSlider = addChild (std::make_unique<cSlider> (cBox<cPosition> (getPosition() + cPositi… in cDialogPreferences()
79 …scrollSpeedSlider = addChild (std::make_unique<cSlider> (cBox<cPosition> (getPosition() + cPositio… in cDialogPreferences()
H A Ddialogresearch.cpp92 …sliders[i] = addChild (std::make_unique<cSlider> (cBox<cPosition> (cPosition (90, 70 + 28 * i), cP… in cDialogResearch()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/
H A Dhud.h30 class cSlider; variable
173 cSlider* zoomSlider;
H A Dhud.cpp128 …zoomSlider = addChild (std::make_unique<cSlider> (cBox<cPosition> (cPosition (22, 275), cPosition … in cHud()