Xonotic
listbox.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "../item/listbox.qh"
4
CLASS
(
XonoticListBox
,
ListBox
)
5
METHOD
(
XonoticListBox
, configureXonoticListBox,
void
(
entity
));
6
ATTRIB
(
XonoticListBox
, fontSize,
float
, SKINFONTSIZE_NORMAL);
7
ATTRIB
(
XonoticListBox
, scrollbarWidth,
float
, SKINWIDTH_SCROLLBAR);
8
ATTRIB
(
XonoticListBox
, src,
string
, SKINGFX_SCROLLBAR);
9
ATTRIB
(
XonoticListBox
, tolerance,
vector
,
'2 0.2 0'
);
10
ATTRIB
(
XonoticListBox
, rowsPerItem,
float
, 1);
11
METHOD
(
XonoticListBox
, resizeNotify,
void
(
entity
,
vector
,
vector
,
vector
,
vector
));
12
ATTRIB
(
XonoticListBox
,
color
,
vector
, SKINCOLOR_SCROLLBAR_N);
13
ATTRIB
(
XonoticListBox
,
colorF
,
vector
, SKINCOLOR_SCROLLBAR_F);
14
ATTRIB
(
XonoticListBox
, color2,
vector
, SKINCOLOR_SCROLLBAR_S);
15
ATTRIB
(
XonoticListBox
,
colorC
,
vector
, SKINCOLOR_SCROLLBAR_C);
16
ATTRIB
(
XonoticListBox
, colorBG,
vector
, SKINCOLOR_LISTBOX_BACKGROUND);
17
ATTRIB
(
XonoticListBox
, alphaBG,
float
, SKINALPHA_LISTBOX_BACKGROUND);
18
ENDCLASS
(
XonoticListBox
)
19
entity
makeXonoticListBox
();
color
vector color
Definition:
dpextensions.qc:2415
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
ListBox
Definition:
listbox.qh:4
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
makeXonoticListBox
entity makeXonoticListBox()
Definition:
listbox.qc:3
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
colorC
vector colorC
Definition:
borderimage.qh:25
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
XonoticListBox
Definition:
listbox.qh:4
colorF
vector colorF
Definition:
borderimage.qh:25
menu
xonotic
listbox.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13