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
radiobutton.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
checkbox.qh
"
4
void
RadioButton_Click
(
entity
me,
entity
other
);
5
CLASS
(
RadioButton
,
CheckBox
)
6
METHOD
(
RadioButton
, configureRadioButton,
void
(
entity
,
string
,
float
,
string
,
float
,
float
));
7
ATTRIB
(
RadioButton
, checked,
float
, 0);
8
ATTRIB
(
RadioButton
, group,
float
, 0);
9
ATTRIB
(
RadioButton
, allowDeselect,
float
, 0);
10
ATTRIB
(
RadioButton
, onClick,
void
(
entity
,
entity
),
RadioButton_Click
);
11
ENDCLASS
(
RadioButton
)
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
RadioButton
Definition:
radiobutton.qh:5
RadioButton_Click
void RadioButton_Click(entity me, entity other)
Definition:
radiobutton.qc:10
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
other
entity other
Definition:
csprogsdefs.qc:14
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
CheckBox
Definition:
checkbox.qh:4
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
checkbox.qh
menu
item
radiobutton.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13