|
Xonotic
|
#include "dialog_settings_misc.qh"#include "textlabel.qh"#include "inputbox.qh"#include "textslider.qh"#include "slider.qh"#include "checkbox.qh"#include "button.qh"#include "mainwindow.qh"
Include dependency graph for dialog_settings_misc.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | ADDVALUE_FPS(i) e.addValue(e, strzone(sprintf(_("%d fps"), i)), #i) |
| #define | ADDVALUE_SPEED_KB(i) e.addValue(e, strzone(sprintf(_("%d KB/s"), i)), #i) |
| #define | ADDVALUE_SPEED_MB(i, j) e.addValue(e, strzone(sprintf(_("%d MB/s"), i)), #j) |
Functions | |
| entity | makeXonoticMiscSettingsTab () |
| void | XonoticMiscSettingsTab_fill (entity me) |
| #define ADDVALUE_FPS | ( | i | ) | e.addValue(e, strzone(sprintf(_("%d fps"), i)), #i) |
Definition at line 11 of file dialog_settings_misc.qc.
| #define ADDVALUE_SPEED_KB | ( | i | ) | e.addValue(e, strzone(sprintf(_("%d KB/s"), i)), #i) |
Definition at line 12 of file dialog_settings_misc.qc.
| #define ADDVALUE_SPEED_MB | ( | i, | |
| j | |||
| ) | e.addValue(e, strzone(sprintf(_("%d MB/s"), i)), #j) |
Definition at line 13 of file dialog_settings_misc.qc.
| entity makeXonoticMiscSettingsTab | ( | ) |
Definition at line 14 of file dialog_settings_misc.qc.
Here is the call graph for this function:Definition at line 21 of file dialog_settings_misc.qc.
References entity(), and makeXonoticHeaderLabel().
Here is the call graph for this function: