|
Xonotic
|
#include "label.qh"
Include dependency graph for label.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | Label_configureLabel (entity me, string txt, float sz, float algn) |
| void | Label_draw (entity me) |
| void | Label_recalcPositionWithText (entity me, string t) |
| void | Label_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | Label_setText (entity me, string txt) |
| string | Label_toString (entity me) |
Definition at line 103 of file label.qc.
References draw_alpha, draw_beginBoldFont, draw_endBoldFont, draw_fontscale, draw_Text(), draw_TextShortenToWidth(), draw_TextWidth_WithColors(), draw_TextWidth_WithoutColors(), getWrappedLine(), getWrappedLine_remaining, strcpy, SUPER, and vector().
Here is the call graph for this function:Definition at line 16 of file label.qc.
References draw_beginBoldFont, draw_endBoldFont, draw_fontscale, draw_TextWidth(), draw_TextWidth_WithColors(), draw_TextWidth_WithoutColors(), getWrappedLine(), getWrappedLine_remaining, if(), LOG_TRACEF, and vector().
Here is the call graph for this function:| void Label_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize | ||
| ) |