|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "dialog_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 |
| const float | SCREENSHOTVIEWER_ZOOM_FACTOR = 1.5 |
Definition at line 45 of file dialog_media_screenshot_viewer.qc.
References entity(), and SCREENSHOTVIEWER_ZOOM_FACTOR.
Referenced by XonoticScreenshotViewerDialog_fill().
Definition at line 41 of file dialog_media_screenshot_viewer.qc.
References entity(), and SCREENSHOTVIEWER_ZOOM_FACTOR.
Referenced by XonoticScreenshotViewerDialog_fill().
Definition at line 37 of file dialog_media_screenshot_viewer.qc.
References entity().
Referenced by XonoticScreenshotViewerDialog_fill().
Definition at line 33 of file dialog_media_screenshot_viewer.qc.
References entity().
Referenced by XonoticScreenshotViewerDialog_fill().
Definition at line 49 of file dialog_media_screenshot_viewer.qc.
References entity().
Referenced by XonoticScreenshotViewerDialog_fill().
Definition at line 53 of file dialog_media_screenshot_viewer.qc.
References entity().
Referenced by XonoticScreenshotViewerDialog_fill(), and XonoticScreenshotViewerDialog_keyDown().
Definition at line 109 of file dialog_media_screenshot_viewer.qc.
References cvar(), cvar_set(), entity(), ftos(), localcmd(), music_playlist_index_backup, and SUPER.
Definition at line 124 of file dialog_media_screenshot_viewer.qc.
References decreaseZoom_Click(), entity(), increaseZoom_Click(), makeXonoticButton(), makeXonoticScreenshotImage(), nextScreenshot_Click(), prevScreenshot_Click(), resetZoom_Click(), and toggleSlideShow_Click().
Definition at line 66 of file dialog_media_screenshot_viewer.qc.
References entity(), K_ENTER, K_KP_ENTER, K_KP_LEFTARROW, K_KP_RIGHTARROW, K_LEFTARROW, K_MWHEELDOWN, K_MWHEELUP, K_RIGHTARROW, K_SPACE, NULL, S_CTRL, SCREENSHOTVIEWER_ZOOM_FACTOR, SUPER, and toggleSlideShow_Click().
Definition at line 10 of file dialog_media_screenshot_viewer.qc.
References cvar(), cvar_set(), entity(), localcmd(), music_playlist_index_backup, and strcpy.
| float music_playlist_index_backup |
Definition at line 9 of file dialog_media_screenshot_viewer.qc.
Referenced by XonoticScreenshotViewerDialog_close(), and XonoticScreenshotViewerDialog_loadScreenshot().
| const float SCREENSHOTVIEWER_ZOOM_FACTOR = 1.5 |
Definition at line 7 of file dialog_media_screenshot_viewer.qc.
Referenced by decreaseZoom_Click(), increaseZoom_Click(), and XonoticScreenshotViewerDialog_keyDown().