|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "dialog_media_guide.qh"#include "button.qh"#include "inputbox.qh"#include "textlabel.qh"#include <menu/xonotic/guide/entries.qh>Go to the source code of this file.
Macros | |
| #define | TOPIC(src, name, icon) |
Functions | |
| entity | makeXonoticGuideTab () |
| void | XonoticGuideTab_entryChangeNotify (entity, entity me) |
| void | XonoticGuideTab_fill (entity me) |
| void | XonoticGuideTab_topicChangeNotify (entity, entity me) |
| #define TOPIC | ( | src, | |
| name, | |||
| icon ) |
Referenced by TopicSource::getEntry(), TopicSource::reload(), and XonoticGuideTab_topicChangeNotify().
| entity makeXonoticGuideTab | ( | ) |
Definition at line 8 of file dialog_media_guide.qc.
Referenced by XonoticMediaDialog_fill().
Definition at line 72 of file dialog_media_guide.qc.
References entity(), and func_null().
Referenced by XonoticGuideTab_fill().
Definition at line 15 of file dialog_media_guide.qc.
References entity(), EntryList_StringFilterBox_Change(), EntryList_StringFilterBox_keyDown(), makeXonoticInputBox_T(), makeXonoticTextLabel(), string_null, XonoticGuideTab_entryChangeNotify(), and XonoticGuideTab_topicChangeNotify().
Definition at line 49 of file dialog_media_guide.qc.
References entity(), EntryList_StringFilterBox_Change(), NULL, TOPIC, and TOPICS.
Referenced by XonoticGuideTab_fill().