Xonotic
|
#include "dialog_multiplayer_media_screenshot_viewer.qh"
#include "screenshotlist.qh"
#include "inputbox.qh"
#include "button.qh"
Go to the source code of this file.
Functions | |
void | decreaseZoom_Click (entity btn, entity me) |
void | increaseZoom_Click (entity btn, entity me) |
void | nextScreenshot_Click (entity btn, entity me) |
void | prevScreenshot_Click (entity btn, entity me) |
void | resetZoom_Click (entity btn, entity me) |
void | toggleSlideShow_Click (entity btn, entity me) |
void | XonoticScreenshotViewerDialog_close (entity me) |
void | XonoticScreenshotViewerDialog_fill (entity me) |
float | XonoticScreenshotViewerDialog_keyDown (entity me, float key, float ascii, float shift) |
void | XonoticScreenshotViewerDialog_loadScreenshot (entity me, string scrImage) |
Variables | |
float | music_playlist_index_backup |
Definition at line 43 of file dialog_multiplayer_media_screenshot_viewer.qc.
Referenced by XonoticScreenshotViewerDialog_fill().
Definition at line 39 of file dialog_multiplayer_media_screenshot_viewer.qc.
Referenced by XonoticScreenshotViewerDialog_fill().
Definition at line 35 of file dialog_multiplayer_media_screenshot_viewer.qc.
Definition at line 31 of file dialog_multiplayer_media_screenshot_viewer.qc.
Definition at line 47 of file dialog_multiplayer_media_screenshot_viewer.qc.
Definition at line 51 of file dialog_multiplayer_media_screenshot_viewer.qc.
Referenced by XonoticScreenshotViewerDialog_keyDown().
Definition at line 107 of file dialog_multiplayer_media_screenshot_viewer.qc.
References cvar(), cvar_set(), ftos(), localcmd, music_playlist_index_backup, and SUPER.
Definition at line 122 of file dialog_multiplayer_media_screenshot_viewer.qc.
References decreaseZoom_Click(), entity(), increaseZoom_Click(), makeXonoticButton(), and makeXonoticScreenshotImage().
Definition at line 64 of file dialog_multiplayer_media_screenshot_viewer.qc.
References K_ENTER, K_KP_ENTER, K_KP_LEFTARROW, K_KP_RIGHTARROW, K_LEFTARROW, K_MWHEELDOWN, K_MWHEELUP, K_RIGHTARROW, K_SPACE, NULL, S_CTRL, SUPER, and toggleSlideShow_Click().
Definition at line 8 of file dialog_multiplayer_media_screenshot_viewer.qc.
References cvar(), cvar_set(), localcmd, music_playlist_index_backup, and strcpy.
float music_playlist_index_backup |
Definition at line 7 of file dialog_multiplayer_media_screenshot_viewer.qc.
Referenced by XonoticScreenshotViewerDialog_close(), and XonoticScreenshotViewerDialog_loadScreenshot().