|
Xonotic
|
Include dependency graph for dialog.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | Dialog_addItemSimple (entity me, float row, float col, float rowspan, float colspan, entity e, vector v) |
| void | Dialog_Close (entity button, entity me) |
| void | Dialog_close (entity me) |
| void | Dialog_configureDialog (entity me) |
| void | Dialog_fill (entity me) |
| void | Dialog_gotoRC (entity me, float row, float col) |
| float | Dialog_keyDown (entity me, float key, float ascii, float shift) |
| void | Dialog_setFirstColumn (entity me, float col) |
| void | Dialog_TD (entity me, float rowspan, float colspan, entity e) |
| void | Dialog_TDempty (entity me, float colspan) |
| void | Dialog_TDNoMargin (entity me, float rowspan, float colspan, entity e, vector v) |
| void | Dialog_TR (entity me) |
| void Dialog_addItemSimple | ( | entity | me, |
| float | row, | ||
| float | col, | ||
| float | rowspan, | ||
| float | colspan, | ||
| entity | e, | ||
| vector | v | ||
| ) |
Definition at line 7 of file dialog.qc.
Referenced by Button_draw(), Button_playClickSound(), Close_Clicked(), Dialog_configureDialog(), Disconnect_Click(), MapList_LoadMap(), and XonoticUserbindEditDialog_Save().
Here is the caller graph for this function:Definition at line 104 of file dialog.qc.
References DialogCloseButton_Click(), ExposeeCloseButton_Click(), and m_hide().
Here is the call graph for this function:Definition at line 61 of file dialog.qc.
References conheight, conwidth, Dialog_Close(), entity(), eX, eY, and NEW.
Here is the call graph for this function:Definition at line 119 of file dialog.qc.
References K_ESCAPE, m_play_click_sound(), MENU_SOUND_CLOSE, and SUPER.
Here is the call graph for this function: