|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Public Member Functions | |
| ATTRIB (BorderImage, closeButton, entity) | |
| ATTRIB (BorderImage, src, string) | |
| ATTRIB (Label, currentText, string) | |
| ATTRIB (Label, text, string) | |
| ATTRIB (Label, textEntity, entity) | |
| ATTRIB (MenuItem, parent, entity) | |
| ATTRIB (MenuItem, tooltip, string) | |
| virtual void | configureBorderImage () |
| virtual void | configureLabel () |
| virtual void | destroy () |
| virtual void | draw () |
| 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 () |
Public Attributes | |
| float | align = 0.5 |
| bool | allowColors = false |
| bool | allowCut = false |
| bool | allowFocusSound = false |
| bool | allowWrap = false |
| float | allowWrap_spacing = 0 |
| float | alpha = 0.7 |
| float | borderHeight = 0 |
| vector | borderVec = '0 0 0' |
| vector | color = '1 1 1' |
| vector | colorL = SKINCOLOR_TEXT |
| float | condenseFactor = 1 |
| float | disabled = 0 |
| float | disabledAlpha = 0.3 |
| bool | focusable = false |
| bool | focused = false |
| float | fontSize = 8 |
| bool | isBold = true |
| bool | isNexposeeTitleBar = false |
| float | keepspaceLeft = 0 |
| float | keepspaceRight = 0 |
| float | marginLeft = 0 |
| float | marginRight = 0 |
| vector | origin = '0 0 0' |
| bool | overrideCondenseFactor = false |
| vector | overrideRealOrigin = '0 1 0' |
| float | preferredFocusPriority = 0 |
| vector | realFontSize = '0 0 0' |
| vector | realFontSize_Nexposeed = '0 0 0' |
| vector | realOrigin = '0 0 0' |
| vector | realOrigin_Nexposeed = '0 0 0' |
| bool | recalcPos = false |
| vector | saveRelOrigin = '0 0 0' |
| vector | saveRelSize = '0 0 0' |
| vector | size = '0 0 0' |
| bool | zoomedOutTitleBar = false |
| float | zoomedOutTitleBarPosition = 0 |
Definition at line 4 of file borderimage.qh.
| BorderImage::ATTRIB | ( | BorderImage | , |
| closeButton | , | ||
| entity | ) |
| BorderImage::ATTRIB | ( | BorderImage | , |
| src | , | ||
| string | ) |
|
virtual |
References configureBorderImage(), entity(), METHOD, and vector.
Referenced by configureBorderImage().
|
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 |
|
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().
|
virtualinherited |
Reimplemented in Button, Container, Dialog, InputBox, InputContainer, ListBox, Nexposee, Slider, XonoticCampaignList, XonoticCharmap, XonoticColorpicker, XonoticCreditsList, XonoticCvarList, XonoticDemoList, XonoticEntryList, XonoticGametypeList, XonoticHUDSkinList, XonoticInputBox, XonoticKeyBinder, XonoticLanguageList, XonoticMapList, XonoticPicker, XonoticPlayList, XonoticScreenshotList, XonoticScreenshotViewerDialog, XonoticServerList, XonoticSkinList, XonoticSoundList, XonoticStatsList, XonoticTopicList, XonoticWeaponsList, and XonoticWelcomeDialog.
Definition at line 62 of file item.qc.
References keyDown().
Referenced by keyDown().
|
virtualinherited |
|
virtualinherited |
Reimplemented in Button, Container, InputBox, InputContainer, ListBox, Nexposee, Slider, XonoticColorpicker, XonoticColorpickerString, XonoticPicker, XonoticPlayList, XonoticScreenshotImage, and XonoticWeaponsList.
Definition at line 82 of file item.qc.
References mouseDrag(), and vector.
Referenced by mouseDrag().
|
virtualinherited |
Reimplemented in Container, InputBox, InputContainer, ListBox, Nexposee, XonoticPicker, XonoticScreenshotImage, and XonoticServerList.
Definition at line 72 of file item.qc.
References mouseMove(), and vector.
Referenced by mouseMove().
|
virtualinherited |
Reimplemented in Button, Container, InputBox, InputContainer, ListBox, Nexposee, Slider, XonoticColorpicker, XonoticColorpickerString, XonoticPicker, and XonoticScreenshotImage.
Definition at line 77 of file item.qc.
References mousePress(), and vector.
Referenced by mousePress().
|
virtualinherited |
Reimplemented in Button, Container, InputBox, InputContainer, ListBox, Nexposee, Slider, XonoticColorpicker, XonoticColorpickerString, XonoticCvarList, XonoticPicker, and XonoticWelcomeDialog.
Definition at line 87 of file item.qc.
References mouseRelease(), and vector.
Referenced by mouseRelease().
|
virtual |
Reimplemented from Label.
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().
|
virtualinherited |
|
virtualinherited |
Reimplemented in Button, Container, InputBox, Slider, XonoticCvarList, XonoticCvarsDialog, XonoticDamageTextSettings, XonoticDemoList, XonoticGameCrosshairSettingsTab, XonoticGameHUDSettingsTab, XonoticGameMessageSettingsTab, XonoticGameModelSettingsTab, XonoticGameViewSettingsTab, XonoticGameWeaponsSettingsTab, XonoticHUDSkinList, XonoticKeyBinder, XonoticMutatorsDialog, XonoticPlayerModelSelector, XonoticRootDialog, XonoticScreenshotList, XonoticSoundList, XonoticStatsList, XonoticTab, and XonoticTeamSelectDialog.
Definition at line 56 of file item.qc.
References showNotify().
Referenced by showNotify().
|
virtualinherited |
Reimplemented from MenuItem.
Reimplemented in CheckBox, and Slider.
References entity(), METHOD, and toString().
Referenced by toString().
Definition at line 26 of file item.qh.
Referenced by focusEnter().
| float BorderImage::borderHeight = 0 |
Definition at line 11 of file borderimage.qh.
| vector BorderImage::borderVec = '0 0 0' |
Definition at line 12 of file borderimage.qh.
| vector BorderImage::color = '1 1 1' |
Definition at line 13 of file borderimage.qh.
Definition at line 8 of file borderimage.qh.
Definition at line 17 of file borderimage.qh.
|
inherited |
Definition at line 29 of file item.qh.
Referenced by resizeNotify().
| vector BorderImage::overrideRealOrigin = '0 1 0' |
Definition at line 20 of file borderimage.qh.
| vector BorderImage::realFontSize_Nexposeed = '0 0 0' |
Definition at line 15 of file borderimage.qh.
| vector BorderImage::realOrigin_Nexposeed = '0 0 0' |
Definition at line 16 of file borderimage.qh.
| vector BorderImage::saveRelOrigin = '0 0 0' |
Definition at line 21 of file borderimage.qh.
| vector BorderImage::saveRelSize = '0 0 0' |
Definition at line 22 of file borderimage.qh.
|
inherited |
Definition at line 30 of file item.qh.
Referenced by resizeNotify().
Definition at line 19 of file borderimage.qh.
| float BorderImage::zoomedOutTitleBarPosition = 0 |
Definition at line 18 of file borderimage.qh.