Xonotic
|
#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.
Referenced by Dialog_close().
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().
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().
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.