|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "container.qh"Go to the source code of this file.
Classes | |
| class | ModalController |
Functions | |
| void | DialogCloseButton_Click (entity button, entity tab) |
| void | DialogOpenButton_Click (entity button, entity tab) |
| void | DialogOpenButton_Click_withCoords (entity button, entity tab, vector theOrigin, vector theSize) |
| void | TabButton_Click (entity button, entity tab) |
Variables | |
| float | ModalController_state |
| vector | origin |
| vector | size |
| entity | tabSelectingButton |
Definition at line 44 of file modalcontroller.qc.
References entity().
Referenced by Dialog_close().
Definition at line 30 of file modalcontroller.qc.
References DialogOpenButton_Click_withCoords(), and entity().
Referenced by Button_playClickSound(), DemoButton_Click(), DemoConfirm_Check_Gamestatus(), HUDSetup_Check_Gamestatus(), HUDSkinList_Reset_Click(), KeyBinder_Bind_Edit(), XonoticInputSettingsTab_fill(), XonoticLanguageList_setLanguage(), XonoticMiscSettingsTab_fill(), and XonoticServerCreateTab_fill().
| void DialogOpenButton_Click_withCoords | ( | entity | button, |
| entity | tab, | ||
| vector | theOrigin, | ||
| vector | theSize ) |
Definition at line 35 of file modalcontroller.qc.
Definition at line 21 of file modalcontroller.qc.
References entity().
Referenced by m_activate_window(), and ModalController_addTab().
| float ModalController_state |
Definition at line 43 of file modalcontroller.qh.
| vector origin |
Definition at line 45 of file modalcontroller.qh.
| vector size |
Definition at line 46 of file modalcontroller.qh.
| entity tabSelectingButton |
Definition at line 44 of file modalcontroller.qh.