|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "dialog_media_screenshot.qh"#include "dialog_media_screenshot_viewer.qh"#include "screenshotlist.qh"#include "textlabel.qh"#include "inputbox.qh"#include "checkbox.qh"#include "button.qh"Go to the source code of this file.
Functions | |
| entity | makeXonoticScreenshotBrowserTab () |
| void | XonoticScreenshotBrowserTab_fill (entity me) |
| void | XonoticScreenshotBrowserTab_loadPreviewScreenshot (entity me, string scrImage) |
| entity makeXonoticScreenshotBrowserTab | ( | ) |
Definition at line 11 of file dialog_media_screenshot.qc.
Referenced by XonoticScreenshotBrowserTab::ATTRIB(), and XonoticMediaDialog_fill().
Definition at line 25 of file dialog_media_screenshot.qc.
References entity(), main, makeXonoticButton(), makeXonoticCheckBoxEx(), makeXonoticInputBox(), makeXonoticScreenshotList(), makeXonoticTextLabel(), ScreenshotList_Filter_Would_Change(), ScreenshotList_Refresh_Click(), StartScreenshot_Click(), and string_null.
Definition at line 18 of file dialog_media_screenshot.qc.