Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
tab.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
dialog.qh
"
4
CLASS
(
Tab
,
Dialog
)
5
ATTRIB
(
Tab
,
isTabRoot
,
bool
,
false
);
6
ATTRIB
(
Tab
,
closable
,
bool
,
false
);
7
ATTRIB
(
Tab
,
title
,
string
);
8
ATTRIB
(
Tab
,
titleFontSize
,
float
, 0);
// pixels
9
10
// still to be customized
11
ATTRIB
(
Tab
,
intendedWidth
,
float
, 0);
12
ATTRIB
(
Tab
,
rows
,
float
, 3);
13
ATTRIB
(
Tab
,
columns
,
float
, 2);
14
15
ATTRIB
(
Tab
,
marginTop
,
float
, 0);
// pixels
16
ATTRIB
(
Tab
,
marginBottom
,
float
, 0);
// pixels
17
ATTRIB
(
Tab
,
marginLeft
,
float
, 0);
// pixels
18
ATTRIB
(
Tab
,
marginRight
,
float
, 0);
// pixels
19
ATTRIB
(
Tab
,
columnSpacing
,
float
, 0);
// pixels
20
ATTRIB
(
Tab
,
rowSpacing
,
float
, 0);
// pixels
21
ATTRIB
(
Tab
,
rowHeight
,
float
, 0);
// pixels
22
ATTRIB
(
Tab
,
titleHeight
,
float
, 0);
// pixels
23
24
ATTRIB
(
Tab
, backgroundImage,
string
);
25
ENDCLASS
(
Tab
)
Dialog
Definition
dialog.qh:18
Dialog::title
string title
Definition
dialog.qh:44
Tab
Definition
tab.qh:4
Tab::isTabRoot
bool isTabRoot
Definition
tab.qh:5
Tab::marginTop
float marginTop
Definition
tab.qh:15
Tab::rows
float rows
Definition
tab.qh:12
Tab::rowHeight
float rowHeight
Definition
tab.qh:21
Tab::marginLeft
float marginLeft
Definition
tab.qh:17
Tab::marginBottom
float marginBottom
Definition
tab.qh:16
Tab::titleFontSize
float titleFontSize
Definition
tab.qh:8
Tab::closable
bool closable
Definition
tab.qh:6
Tab::titleHeight
float titleHeight
Definition
tab.qh:22
Tab::columns
float columns
Definition
tab.qh:13
Tab::intendedWidth
float intendedWidth
Definition
tab.qh:11
Tab::columnSpacing
float columnSpacing
Definition
tab.qh:19
Tab::rowSpacing
float rowSpacing
Definition
tab.qh:20
Tab::ATTRIB
ATTRIB(Tab, title, string)
Tab::marginRight
float marginRight
Definition
tab.qh:18
false
#define false
Definition
csprogsdefs.qh:6
dialog.qh
CLASS
#define CLASS(...)
Definition
oo.qh:145
ENDCLASS
#define ENDCLASS(cname)
Definition
oo.qh:281
menu
item
tab.qh
Generated on
for Xonotic QuakeC by
1.14.0