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
mainwindow.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include <
menu/item/modalcontroller.qh
>
4
5
CLASS
(
MainWindow
,
ModalController
)
6
METHOD
(
MainWindow
, configureMainWindow,
void
(
entity
));
7
METHOD
(
MainWindow
, draw,
void
(
entity
));
8
ATTRIB
(
MainWindow
, ToSDialog,
entity
);
9
ATTRIB
(
MainWindow
, firstRunDialog,
entity
);
10
ATTRIB
(
MainWindow
, advancedDialog,
entity
);
11
ATTRIB
(
MainWindow
, mutatorsDialog,
entity
);
12
ATTRIB
(
MainWindow
, mapInfoDialog,
entity
);
13
ATTRIB
(
MainWindow
, userbindEditDialog,
entity
);
14
ATTRIB
(
MainWindow
, bindingsResetDialog,
entity
);
15
ATTRIB
(
MainWindow
,
winnerDialog
,
entity
);
16
ATTRIB
(
MainWindow
, serverInfoDialog,
entity
);
17
ATTRIB
(
MainWindow
, cvarsDialog,
entity
);
18
ATTRIB
(
MainWindow
, screenshotViewerDialog,
entity
);
19
ATTRIB
(
MainWindow
, viewDialog,
entity
);
20
ATTRIB
(
MainWindow
, hudconfirmDialog,
entity
);
21
ATTRIB
(
MainWindow
, languageWarningDialog,
entity
);
22
ATTRIB
(
MainWindow
, mainNexposee,
entity
);
23
ATTRIB
(
MainWindow
, fadedAlpha,
float
, SKINALPHA_BEHIND);
24
ATTRIB
(
MainWindow
, firstDraw,
bool
,
true
);
25
ATTRIB
(
MainWindow
, demostartconfirmDialog,
entity
);
26
ATTRIB
(
MainWindow
, demotimeconfirmDialog,
entity
);
27
ATTRIB
(
MainWindow
, resetDialog,
entity
);
28
ATTRIB
(
MainWindow
, disconnectDialog,
entity
);
29
ATTRIB
(
MainWindow
, disconnectDialogVisibility,
float
, 1);
30
ENDCLASS
(
MainWindow
)
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
winnerDialog
entity winnerDialog
Definition:
util.qc:561
modalcontroller.qh
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
ModalController
Definition:
modalcontroller.qh:25
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
MainWindow
Definition:
mainwindow.qh:5
menu
xonotic
mainwindow.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13