|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "entries.qh"#include <menu/xonotic/listbox.qh>#include <menu/xonotic/inputbox.qh>#include <menu/xonotic/mainwindow.qh>Go to the source code of this file.
Functions | |
| entity | EntryList_Set_StringFilterBox (entity me, entity e) |
| void | EntryList_StringFilterBox_Change (entity box, entity me) |
| float | EntryList_StringFilterBox_keyDown (entity me, float scan, float ascii, float shift) |
| void | XonoticEntryList_cb (string _name, string _icon) |
| void | XonoticEntryList_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
| void | XonoticEntryList_refilter (entity me) |
| void | XonoticEntryList_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | XonoticEntryList_setSelected (entity me, int i) |
Variables | |
| string | XonoticEntryList_cb_icon |
| string | XonoticEntryList_cb_name |
Definition at line 14 of file entries.qc.
References entity().
Definition at line 156 of file entries.qc.
References entity(), strfree, and strzone().
Referenced by XonoticEntryList::keyDown(), XonoticGuideTab_fill(), and XonoticGuideTab_topicChangeNotify().
Definition at line 106 of file entries.qc.
References entity(), K_DOWNARROW, K_ENTER, K_KP_DOWNARROW, K_KP_ENTER, K_KP_UPARROW, K_UPARROW, and SUPER.
Referenced by XonoticGuideTab_fill().
Definition at line 8 of file entries.qc.
References XonoticEntryList_cb_icon, and XonoticEntryList_cb_name.
Referenced by XonoticEntryList_drawListBoxItem(), and XonoticEntryList_refilter().
| void XonoticEntryList_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused ) |
Definition at line 20 of file entries.qc.
References draw_Fill(), draw_Picture(), draw_PictureSize(), draw_PreloadPicture(), draw_Text(), draw_TextShortenToWidth(), draw_TextWidth_WithoutColors(), entity(), eX, eY, getFadedAlpha(), getWrappedLine(), getWrappedLine_remaining, vector, XonoticEntryList_cb(), XonoticEntryList_cb_icon, and XonoticEntryList_cb_name.
Definition at line 127 of file entries.qc.
References draw_PreloadPicture(), entity(), XonoticEntryList_cb(), XonoticEntryList_cb_icon, and XonoticEntryList_cb_name.
| void XonoticEntryList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 165 of file entries.qc.
Definition at line 177 of file entries.qc.
| string XonoticEntryList_cb_icon |
Definition at line 7 of file entries.qc.
Referenced by XonoticEntryList_cb(), XonoticEntryList_drawListBoxItem(), and XonoticEntryList_refilter().
| string XonoticEntryList_cb_name |
Definition at line 7 of file entries.qc.
Referenced by XonoticEntryList_cb(), XonoticEntryList_drawListBoxItem(), and XonoticEntryList_refilter().