Xonotic
tabcontroller.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "../item/modalcontroller.qh"
4
CLASS
(
XonoticTabController
,
ModalController
)
5
METHOD
(
XonoticTabController
, configureXonoticTabController,
void
(
entity
,
float
));
6
METHOD
(
XonoticTabController
, makeTabButton_T,
entity
(
entity
,
string
,
entity
,
string
));
7
METHOD
(
XonoticTabController
, makeTabButton,
entity
(
entity
,
string
,
entity
));
8
ATTRIB
(
XonoticTabController
, rows,
float
, 0);
9
ATTRIB
(
XonoticTabController
, fontSize,
float
, SKINFONTSIZE_NORMAL);
10
ATTRIB
(
XonoticTabController
, image,
string
, SKINGFX_BUTTON);
11
ENDCLASS
(
XonoticTabController
)
12
entity
makeXonoticTabController
(
float
theRows);
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
XonoticTabController
Definition:
tabcontroller.qh:4
ModalController
Definition:
modalcontroller.qh:25
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
makeXonoticTabController
entity makeXonoticTabController(float theRows)
Definition:
tabcontroller.qc:5
menu
xonotic
tabcontroller.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13