Xonotic
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
+
Enumerator
i
m
o
p
r
s
t
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
dialog_multiplayer_media_screenshot_viewer.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
dialog.qh
"
4
5
#include "
screenshotimage.qh
"
6
7
CLASS
(
XonoticScreenshotViewerDialog
,
XonoticDialog
)
8
METHOD
(
XonoticScreenshotViewerDialog
, fill,
void
(
entity
));
9
METHOD
(
XonoticScreenshotViewerDialog
, keyDown,
float
(
entity
,
float
,
float
,
float
));
10
METHOD
(
XonoticScreenshotViewerDialog
, loadScreenshot,
void
(
entity
,
string
));
11
METHOD
(
XonoticScreenshotViewerDialog
, close,
void
(
entity
));
12
ATTRIB
(
XonoticScreenshotViewerDialog
, title,
string
,
"Screenshot Viewer"
);
13
ATTRIB
(
XonoticScreenshotViewerDialog
,
name
,
string
,
"ScreenshotViewer"
);
14
ATTRIB
(
XonoticScreenshotViewerDialog
, intendedWidth,
float
, 1);
15
ATTRIB
(
XonoticScreenshotViewerDialog
, rows,
float
, 25);
16
ATTRIB
(
XonoticScreenshotViewerDialog
, columns,
float
, 4);
17
ATTRIB
(
XonoticScreenshotViewerDialog
,
color
,
vector
, SKINCOLOR_DIALOG_SCREENSHOTVIEWER);
18
ATTRIB
(
XonoticScreenshotViewerDialog
, scrList,
entity
);
19
ATTRIB
(
XonoticScreenshotViewerDialog
, screenshotImage,
entity
);
20
ATTRIB
(
XonoticScreenshotViewerDialog
, slideShowButton,
entity
);
21
ATTRIB
(
XonoticScreenshotViewerDialog
, currentScrPath,
string
);
22
ENDCLASS
(
XonoticScreenshotViewerDialog
)
color
vector color
Definition:
dpextensions.qc:2415
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
XonoticScreenshotViewerDialog
Definition:
dialog_multiplayer_media_screenshot_viewer.qh:7
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
screenshotimage.qh
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
XonoticDialog
Definition:
dialog.qh:4
name
string name
Definition:
menu.qh:30
dialog.qh
menu
xonotic
dialog_multiplayer_media_screenshot_viewer.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13