|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| string | formatStringSpecial (string formatStr, float value, int decs) |
| void | Slider_configureSliderValues (entity me, float theValueMin, float theValue, float theValueMax, float theValueStep, float theValueKeyStep, float theValuePageStep) |
| void | Slider_configureSliderVisuals (entity me, float sz, float theAlign, float theValueSpace, string gfx) |
| void | Slider_draw (entity me) |
| float | Slider_keyDown (entity me, float key, float ascii, float shift) |
| float | Slider_keyUp (entity me, float key, float ascii, float shift) |
| float | Slider_mouseDrag (entity me, vector pos) |
| float | Slider_mouseRelease (entity me, vector pos) |
| void | Slider_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | Slider_setSliderValue (entity me, float val) |
| void | Slider_setValue (entity me, float val, bool allowAnim) |
| void | Slider_showNotify (entity me) |
| string | Slider_toString (entity me) |
| string | Slider_valueToText (entity me, float val) |
Variables | |
| entity | applyButton |
Definition at line 6 of file slider.qc.
References count_days, count_days_decs, count_hours, count_hours_decs, count_minutes, count_minutes_decs, count_seconds, count_seconds_decs, count_weeks, count_weeks_decs, count_years, count_years_decs, ftos_decimals(), ftos_decimals_percentage(), max(), and strlen.
Referenced by MixedSlider_rangedIdentifierToText(), and Slider_valueToText().
| void Slider_configureSliderValues | ( | entity | me, |
| float | theValueMin, | ||
| float | theValue, | ||
| float | theValueMax, | ||
| float | theValueStep, | ||
| float | theValueKeyStep, | ||
| float | theValuePageStep ) |
Definition at line 83 of file slider.qc.
| void Slider_configureSliderVisuals | ( | entity | me, |
| float | sz, | ||
| float | theAlign, | ||
| float | theValueSpace, | ||
| string | gfx ) |
Definition at line 76 of file slider.qc.
References bound(), entity(), string_null, and SUPER.
Definition at line 254 of file slider.qc.
References almost_in_bounds(), anim, draw_alpha, draw_ButtonPicture(), draw_Picture(), entity(), eX, eY, NULL, strcat(), string_null, and SUPER.
Definition at line 100 of file slider.qc.
References almost_in_bounds(), autocvar_menu_animations, entity(), K_END, K_HOME, K_KP_END, K_KP_HOME, K_KP_LEFTARROW, K_KP_PGDN, K_KP_PGUP, K_KP_RIGHTARROW, K_LEFTARROW, K_MWHEELDOWN, K_MWHEELUP, K_PGDN, K_PGUP, K_RIGHTARROW, median(), and S_CTRL.
Definition at line 137 of file slider.qc.
References entity(), K_END, K_HOME, K_KP_END, K_KP_HOME, K_KP_LEFTARROW, K_KP_PGDN, K_KP_PGUP, K_KP_RIGHTARROW, K_LEFTARROW, K_PGDN, K_PGUP, K_RIGHTARROW, m_play_click_sound(), and MENU_SOUND_SLIDE.
Definition at line 158 of file slider.qc.
References autocvar_menu_animations, bound(), entity(), floor(), and vector.
Definition at line 243 of file slider.qc.
References entity(), m_play_click_sound(), MENU_SOUND_SLIDE, and vector.
Definition at line 56 of file slider.qc.
References entity().
Referenced by Slider_setValue().
Definition at line 40 of file slider.qc.
References autocvar_menu_animations, easingQuadOut(), entity(), makeHostedEasing(), and Slider_setSliderValue().
Referenced by XonoticDecibelsSlider_loadCvars().
Definition at line 69 of file slider.qc.
References almost_in_bounds(), entity(), and formatStringSpecial().
| entity applyButton |
Definition at line 38 of file slider.qc.
Referenced by Button::ATTRIB(), InputBox::ATTRIB(), XonoticWeaponsList::ATTRIB(), and Slider::mousePress().