|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Public Member Functions | |
| ATTRIB (MenuItem, parent, entity) | |
| ATTRIB (MenuItem, tooltip, string) | |
| virtual void | cellDraw () |
| virtual void | cellIsValid () |
| virtual void | cellSelect () |
| virtual void | configureXonoticCrosshairPicker () |
| virtual void | configureXonoticPicker () |
| 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 | moveFocus () |
| virtual void | relinquishFocus () |
| virtual void | resizeNotify () |
| virtual void | showNotify () |
| virtual void | toString () |
Public Attributes | |
| bool | allowFocusSound = false |
| float | alpha = 1 |
| float | columns = 12 |
| float | disabled = 0 |
| float | disabledAlpha = SKINALPHA_DISABLED |
| bool | focusable = true |
| bool | focused = false |
| vector | focusedCell = '-1 -1 0' |
| float | focusedCellAlpha = 0 |
| float | focusedCellTime = 0 |
| vector | origin = '0 0 0' |
| float | preferredFocusPriority = 0 |
| vector | pressedCell = '-1 -1 0' |
| vector | realCellSize = '0 0 0' |
| float | rows = 3 |
| vector | selectedCell = '-1 -1 0' |
| vector | size = '0 0 0' |
Definition at line 4 of file crosshairpicker.qh.
|
virtual |
Reimplemented from XonoticPicker.
References cellDraw(), ENDCLASS, entity(), makeXonoticCrosshairPicker(), METHOD, and vector.
Referenced by cellDraw().
|
virtual |
Reimplemented from XonoticPicker.
References cellIsValid(), entity(), METHOD, and vector.
Referenced by cellIsValid().
|
virtual |
Reimplemented from XonoticPicker.
References cellSelect(), entity(), METHOD, and vector.
Referenced by cellSelect().
|
virtual |
References configureXonoticCrosshairPicker(), entity(), and METHOD.
Referenced by configureXonoticCrosshairPicker().
|
virtualinherited |
References configureXonoticPicker(), entity(), METHOD, mousePress(), this, and vector.
Referenced by configureXonoticPicker().
|
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().
|
virtualinherited |
|
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 |
|
virtualinherited |
|
virtualinherited |
Reimplemented from MenuItem.
References entity(), METHOD, mouseDrag(), and vector.
Referenced by mouseDrag().
|
virtualinherited |
Reimplemented from MenuItem.
References entity(), METHOD, mouseMove(), and vector.
Referenced by mouseMove(), and mousePress().
|
virtualinherited |
Reimplemented from MenuItem.
Definition at line 42 of file picker.qc.
References focusedCell, mouseMove(), mousePress(), pressed, pressedCell, and vector.
Referenced by configureXonoticPicker(), and mousePress().
|
virtualinherited |
Reimplemented from MenuItem.
References entity(), METHOD, mouseRelease(), and vector.
Referenced by mouseRelease().
|
virtualinherited |
References entity(), METHOD, moveFocus(), and vector.
Referenced by moveFocus().
|
virtualinherited |
Definition at line 11 of file item.qc.
References entity(), NULL, parent, and relinquishFocus().
Referenced by relinquishFocus().
|
virtualinherited |
Reimplemented in BorderImage, Button, Container, Image, InputBox, InputContainer, Label, ListBox, ModalController, Nexposee, Slider, XonoticCampaignList, XonoticCharmap, XonoticCreditsList, XonoticCvarList, XonoticDemoList, XonoticEntryList, XonoticGametypeList, XonoticGuideDescription, XonoticHUDSkinList, XonoticKeyBinder, XonoticLanguageList, XonoticListBox, XonoticMapList, XonoticPlayerList, XonoticPlayerModelSelector, XonoticPlayList, XonoticRegisteredSettingsList, XonoticScreenshotImage, XonoticScreenshotList, XonoticScrollPanel, XonoticServerList, XonoticSkinList, XonoticSoundList, XonoticStatsList, XonoticTextBox, XonoticTopicList, and XonoticWeaponsList.
Definition at line 18 of file item.qc.
References origin, resizeNotify(), size, and vector.
Referenced by resizeNotify().
|
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 in CheckBox, Image, Label, Slider, and XonoticWeaponsList.
Definition at line 102 of file item.qc.
References string_null, and toString().
Referenced by toString().
Definition at line 26 of file item.qh.
Referenced by focusEnter().
| float XonoticCrosshairPicker::columns = 12 |
Definition at line 8 of file crosshairpicker.qh.
|
inherited |
|
inherited |
Definition at line 26 of file picker.qh.
Referenced by mousePress().
|
inherited |
Definition at line 29 of file item.qh.
Referenced by resizeNotify().
|
inherited |
Definition at line 29 of file picker.qh.
Referenced by mousePress().
| float XonoticCrosshairPicker::rows = 3 |
Definition at line 7 of file crosshairpicker.qh.
|
inherited |
Definition at line 30 of file item.qh.
Referenced by resizeNotify().