|
Xonotic
|
#include "button.qh"
Include dependency graph for commandbutton.qh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | XonoticCommandButton |
Macros | |
| #define | COMMANDBUTTON_APPLY 2 |
| #define | COMMANDBUTTON_CLOSE 1 |
Functions | |
| entity | makeXonoticCommandButton (string theText, vector theColor, string theCommand, int theFlags) |
| entity | makeXonoticCommandButton_T (string theText, vector theColor, string theCommand, int theFlags, string theTooltip) |
| #define COMMANDBUTTON_APPLY 2 |
Definition at line 15 of file commandbutton.qh.
| #define COMMANDBUTTON_CLOSE 1 |
Definition at line 14 of file commandbutton.qh.
Referenced by makeTeamButton_T(), and XonoticCommandButton_Click().
| entity makeXonoticCommandButton | ( | string | theText, |
| vector | theColor, | ||
| string | theCommand, | ||
| int | theFlags | ||
| ) |
Definition at line 10 of file commandbutton.qc.
References makeXonoticCommandButton_T(), and string_null.
Referenced by XonoticAudioSettingsTab_fill(), XonoticEffectsSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticProfileTab_fill(), and XonoticVideoSettingsTab_fill().
Here is the call graph for this function:
Here is the caller graph for this function:| entity makeXonoticCommandButton_T | ( | string | theText, |
| vector | theColor, | ||
| string | theCommand, | ||
| int | theFlags, | ||
| string | theTooltip | ||
| ) |
Definition at line 3 of file commandbutton.qc.
Referenced by makeXonoticCommandButton().
Here is the call graph for this function:
Here is the caller graph for this function: