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.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
tab.qh
"
4
CLASS
(
XonoticScreenshotBrowserTab
,
XonoticTab
)
5
METHOD
(
XonoticScreenshotBrowserTab
, fill,
void
(
entity
));
6
ATTRIB
(
XonoticScreenshotBrowserTab
, intendedWidth,
float
, 1);
7
ATTRIB
(
XonoticScreenshotBrowserTab
, rows,
float
, 21);
8
ATTRIB
(
XonoticScreenshotBrowserTab
, columns,
float
, 6.5);
9
ATTRIB
(
XonoticScreenshotBrowserTab
,
name
,
string
,
"ScreenshotBrowser"
);
10
11
METHOD
(
XonoticScreenshotBrowserTab
, loadPreviewScreenshot,
void
(
entity
,
string
));
12
ATTRIB
(
XonoticScreenshotBrowserTab
, screenshotImage,
entity
);
13
ATTRIB
(
XonoticScreenshotBrowserTab
, currentScrPath,
string
);
14
ENDCLASS
(
XonoticScreenshotBrowserTab
)
15
entity
makeXonoticScreenshotBrowserTab
();
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
XonoticTab
Definition:
tab.qh:4
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
XonoticScreenshotBrowserTab
Definition:
dialog_multiplayer_media_screenshot.qh:4
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
tab.qh
name
string name
Definition:
menu.qh:30
makeXonoticScreenshotBrowserTab
entity makeXonoticScreenshotBrowserTab()
Definition:
dialog_multiplayer_media_screenshot.qc:11
menu
xonotic
dialog_multiplayer_media_screenshot.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13