|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Public Member Functions | |
| ATTRIB (InputBox, applyButton, entity) | |
| ATTRIB (InputBox, clearButton, entity) | |
| ATTRIB (InputBox, src, string) | |
| ATTRIB (Label, currentText, string) | |
| ATTRIB (Label, text, string) | |
| ATTRIB (Label, textEntity, entity) | |
| ATTRIB (MenuItem, parent, entity) | |
| ATTRIB (MenuItem, tooltip, string) | |
| virtual void | configureInputBox () |
| virtual void | configureLabel () |
| virtual void | destroy () |
| virtual void | draw () |
| virtual void | enterText () |
| virtual void | focusEnter () |
| virtual void | focusLeave () |
| virtual void | hideNotify () |
| virtual void | keyDown () |
| virtual void | keyUp () |
| virtual void | mouseDrag () |
| virtual void | mouseMove () |
| virtual void | mousePress () |
| virtual void | mouseRelease () |
| virtual void | recalcPositionWithText () |
| virtual void | relinquishFocus () |
| virtual void | resizeNotify () |
| virtual void | setText () |
| virtual void | showNotify () |
| virtual void | toString () |
Definition at line 4 of file inputbox.qh.
| InputBox::ATTRIB | ( | InputBox | , |
| applyButton | , | ||
| entity | ) |
References applyButton, ATTRIB(), and entity().
|
virtual |
References configureInputBox(), entity(), and METHOD.
Referenced by configureInputBox().
|
virtualinherited |
References configureLabel(), entity(), and METHOD.
Referenced by configureLabel().
|
virtualinherited |
Reimplemented in XonoticCampaignList, XonoticCreditsList, XonoticCvarList, XonoticDemoList, XonoticGameMenuDialog, XonoticHUDSkinList, XonoticKeyBinder, XonoticLanguageList, XonoticMapList, XonoticPlayerModelSelector, XonoticScreenshotList, XonoticSkinList, XonoticSoundList, XonoticStatsList, XonoticTextBox, and XonoticWelcomeDialog.
Definition at line 6 of file item.qc.
References destroy().
Referenced by destroy().
|
virtual |
|
virtual |
References enterText(), entity(), and METHOD.
Referenced by enterText().
|
virtualinherited |
Reimplemented in Nexposee, XonoticCreditsDialog, XonoticServerList, and XonoticWinnerDialog.
Definition at line 94 of file item.qc.
References allowFocusSound, focusEnter(), and m_play_focus_sound().
Referenced by focusEnter().
|
virtualinherited |
Reimplemented in Container, InputContainer, ListBox, XonoticCharmap, XonoticColorpicker, and XonoticInputBox.
Definition at line 99 of file item.qc.
References focusLeave().
Referenced by focusLeave().
|
virtualinherited |
Reimplemented in Container, and XonoticCvarList.
Definition at line 59 of file item.qc.
References hideNotify().
Referenced by hideNotify().
|
virtual |
|
virtualinherited |
|
virtual |
Reimplemented from MenuItem.
References entity(), METHOD, mouseDrag(), and vector.
Referenced by mouseDrag().
|
virtual |
Reimplemented from MenuItem.
References entity(), METHOD, mouseMove(), and vector.
Referenced by mouseMove().
|
virtual |
Reimplemented from MenuItem.
Definition at line 76 of file inputbox.qc.
References cb_pressed, dragScrollTimer, enableClearButton, InputBox_mouseDrag(), mousePress(), over_ClearButton(), pressed, time, and vector.
Referenced by mousePress(), and mouseRelease().
|
virtual |
Reimplemented from MenuItem.
References entity(), METHOD, mousePress(), mouseRelease(), this, and vector.
Referenced by mouseRelease().
|
virtualinherited |
Reimplemented in BorderImage.
References entity(), METHOD, and recalcPositionWithText().
Referenced by recalcPositionWithText().
|
virtualinherited |
Definition at line 11 of file item.qc.
References entity(), NULL, parent, and relinquishFocus().
Referenced by relinquishFocus().
|
virtual |
Reimplemented from Label.
References entity(), METHOD, resizeNotify(), and vector.
Referenced by resizeNotify().
|
virtual |
|
virtual |
Reimplemented from MenuItem.
References entity(), METHOD, and showNotify().
Referenced by showNotify().
|
virtualinherited |
Reimplemented from MenuItem.
Reimplemented in CheckBox, and Slider.
References entity(), METHOD, and toString().
Referenced by toString().
| string InputBox::allowedCharacters = "" |
Definition at line 31 of file inputbox.qh.
Definition at line 23 of file inputbox.qh.
| vector InputBox::cb_color = '1 1 1' |
Definition at line 42 of file inputbox.qh.
| vector InputBox::cb_colorC = '1 1 1' |
Definition at line 44 of file inputbox.qh.
| vector InputBox::cb_colorF = '1 1 1' |
Definition at line 43 of file inputbox.qh.
Definition at line 41 of file inputbox.qh.
Definition at line 40 of file inputbox.qh.
Referenced by mousePress().
| float InputBox::cb_width = 0 |
Definition at line 39 of file inputbox.qh.
| vector InputBox::color = '1 1 1' |
Definition at line 32 of file inputbox.qh.
| vector InputBox::colorF = '1 1 1' |
Definition at line 33 of file inputbox.qh.
| float InputBox::cursorPos = 0 |
Definition at line 19 of file inputbox.qh.
| float InputBox::disabled = 0 |
Definition at line 24 of file inputbox.qh.
| vector InputBox::dragScrollPos = '0 0 0' |
Definition at line 27 of file inputbox.qh.
| float InputBox::dragScrollTimer = 0 |
Definition at line 26 of file inputbox.qh.
Referenced by mousePress().
Definition at line 29 of file inputbox.qh.
Definition at line 37 of file inputbox.qh.
Referenced by mousePress().
Definition at line 22 of file inputbox.qh.
| string InputBox::forbiddenCharacters = "" |
Definition at line 30 of file inputbox.qh.
| float InputBox::lastChangeTime = 0 |
Definition at line 25 of file inputbox.qh.
| float InputBox::maxLength = 255 |
Definition at line 34 of file inputbox.qh.
|
inherited |
Definition at line 29 of file item.qh.
Referenced by resizeNotify().
Definition at line 28 of file inputbox.qh.
Referenced by mousePress().
| float InputBox::scrollPos = 0 |
Definition at line 20 of file inputbox.qh.
|
inherited |
Definition at line 30 of file item.qh.
Referenced by resizeNotify().