|
Xonotic
|
#include "container.qh"
Include dependency graph for modalcontroller.qh:
This graph shows which files directly or indirectly include this file: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.
Referenced by Dialog_close().
Here is the caller graph for this function:Definition at line 30 of file modalcontroller.qc.
References DialogOpenButton_Click_withCoords().
Referenced by Button_playClickSound(), DemoConfirm_Check_Gamestatus(), HUDSetup_Check_Gamestatus(), KeyBinder_Bind_Edit(), and XonoticLanguageList_setLanguage().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Referenced by m_activate_window(), and ModalController_addTab().
Here is the caller graph for this function:| 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.