|
Xonotic
|
Include dependency graph for tabcontroller.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| entity | makeXonoticTabController (float theRows) |
| void | XonoticTabController_configureXonoticTabController (entity me, float theRows) |
| entity | XonoticTabController_makeTabButton (entity me, string theTitle, entity tab) |
| entity | XonoticTabController_makeTabButton_T (entity me, string theTitle, entity tab, string theTooltip) |
Definition at line 5 of file tabcontroller.qc.
Referenced by XonoticMediaTab_fill(), XonoticMultiplayerDialog_fill(), XonoticServerInfoDialog_fill(), and XonoticSettingsDialog_fill().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 12 of file tabcontroller.qc.
Definition at line 26 of file tabcontroller.qc.
References string_null, and XonoticTabController_makeTabButton_T().
Here is the call graph for this function:| entity XonoticTabController_makeTabButton_T | ( | entity | me, |
| string | theTitle, | ||
| entity | tab, | ||
| string | theTooltip | ||
| ) |
Definition at line 16 of file tabcontroller.qc.
References entity(), error(), and makeXonoticButton_T().
Referenced by XonoticTabController_makeTabButton().
Here is the call graph for this function:
Here is the caller graph for this function: