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_settings_bindings_reset.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
dialog.qh
"
4
CLASS
(
XonoticBindingsResetDialog
,
XonoticDialog
)
5
METHOD
(
XonoticBindingsResetDialog
, fill,
void
(
entity
));
6
ATTRIB
(
XonoticBindingsResetDialog
, title,
string
, _(
"Reset key bindings"
));
7
ATTRIB
(
XonoticBindingsResetDialog
,
color
,
vector
, SKINCOLOR_DIALOG_QUIT);
8
ATTRIB
(
XonoticBindingsResetDialog
, intendedWidth,
float
, 0.5);
9
ATTRIB
(
XonoticBindingsResetDialog
, rows,
float
, 3);
10
ATTRIB
(
XonoticBindingsResetDialog
, columns,
float
, 2);
11
ENDCLASS
(
XonoticBindingsResetDialog
)
color
vector color
Definition:
dpextensions.qc:2415
XonoticBindingsResetDialog
Definition:
dialog_settings_bindings_reset.qh:4
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
XonoticDialog
Definition:
dialog.qh:4
dialog.qh
menu
xonotic
dialog_settings_bindings_reset.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13