|
Xonotic
|
#include "nexposee.qh"
Include dependency graph for nexposee.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | ExposeeCloseButton_Click (entity button, entity other) |
| void | Nexposee_addItem (entity me, entity other, vector theOrigin, vector theSize, float theAlpha) |
| void | Nexposee_calc (entity me) |
| void | Nexposee_Calc_Scale (entity me, float scale) |
| void | Nexposee_close (entity me) |
| void | Nexposee_draw (entity me) |
| void | Nexposee_focusEnter (entity me) |
| float | Nexposee_keyDown (entity me, float scan, float ascii, float shift) |
| float | Nexposee_keyUp (entity me, float scan, float ascii, float shift) |
| float | Nexposee_mouseDrag (entity me, vector pos) |
| float | Nexposee_mouseMove (entity me, vector pos) |
| float | Nexposee_mouseRelease (entity me, vector pos) |
| void | Nexposee_pullNexposee (entity me, entity other, vector theAlign) |
| void | Nexposee_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | Nexposee_setNexposee (entity me, entity other, vector scalecenter, float a0, float a1) |
Definition at line 8 of file nexposee.qc.
References NULL.
Referenced by Dialog_close().
Here is the caller graph for this function:Definition at line 35 of file nexposee.qc.
References entity(), LABEL, Nexposee_Calc_Scale(), scale, and vector().
Here is the call graph for this function:Definition at line 21 of file nexposee.qc.
References entity(), if(), and scale.
Referenced by Nexposee_calc().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 3 of file nexposee.qc.
Definition at line 86 of file nexposee.qc.
References entity(), frametime, globalToBoxSize(), m_play_click_sound(), MENU_SOUND_CLOSE, MENU_SOUND_OPEN, METHOD, min(), Nexposee_mouseMove(), NULL, SUPER, and vector().
Here is the call graph for this function:Definition at line 289 of file nexposee.qc.
References SUPER.
Definition at line 222 of file nexposee.qc.
References K_ENTER, K_ESCAPE, K_KP_ENTER, K_SPACE, K_TAB, m_play_click_sound(), MENU_SOUND_CLOSE, MENU_SOUND_OPEN, NULL, S_SHIFT, and SUPER.
Here is the call graph for this function:Definition at line 216 of file nexposee.qc.
References SUPER.
Definition at line 194 of file nexposee.qc.
References SUPER.
Definition at line 200 of file nexposee.qc.
References entity(), and SUPER.
Referenced by Nexposee_draw().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 188 of file nexposee.qc.
References SUPER.
Definition at line 294 of file nexposee.qc.
| void Nexposee_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize | ||
| ) |
Definition at line 15 of file nexposee.qc.
References Nexposee_initialFontScale, Nexposee_initialOrigin, and Nexposee_initialSize.
Definition at line 78 of file nexposee.qc.