Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
dialog_media_guide.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include <
menu/xonotic/guide/_mod.qh
>
4
5
#include "
tab.qh
"
6
CLASS
(
XonoticGuideTab
,
XonoticTab
)
7
ATTRIB
(
XonoticGuideTab
,
title
,
string
, _(
"Guide"
));
8
ATTRIB
(
XonoticGuideTab
,
name
,
string
,
"guide"
);
9
ATTRIB
(
XonoticGuideTab
,
rows
,
float
, 17);
10
ATTRIB
(
XonoticGuideTab
,
columns
,
float
, 6);
11
METHOD
(
XonoticGuideTab
,
fill
,
void
(
entity
));
12
ATTRIB
(
XonoticGuideTab
,
intendedWidth
,
float
, 0.96);
13
14
METHOD
(
XonoticGuideTab
,
topicChangeNotify
,
void
(
entity
,
entity
));
15
METHOD
(
XonoticGuideTab
,
entryChangeNotify
,
void
(
entity
,
entity
));
16
ATTRIB
(
XonoticGuideTab
,
topicList
,
entity
,
NEW
(
XonoticTopicList
,
NEW
(
TopicSource
)));
17
ATTRIB
(
XonoticGuideTab
,
entryList
,
entity
,
NEW
(
XonoticEntryList
,
NULL
));
18
ATTRIB
(
XonoticGuideTab
,
descriptionPane
,
entity
,
NEW
(
XonoticGuideDescription
));
19
ENDCLASS
(
XonoticGuideTab
)
20
entity
makeXonoticGuideTab
();
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
TopicSource
Definition
guide.qh:24
XonoticEntryList
Definition
entries.qh:5
XonoticGuideDescription
Definition
description.qh:4
XonoticGuideTab
Definition
dialog_media_guide.qh:6
XonoticGuideTab::descriptionPane
entity descriptionPane
Definition
dialog_media_guide.qh:18
XonoticGuideTab::entryChangeNotify
virtual void entryChangeNotify()
XonoticGuideTab::rows
float rows
Definition
dialog_media_guide.qh:9
XonoticGuideTab::fill
virtual void fill()
XonoticGuideTab::topicList
entity topicList
Definition
dialog_media_guide.qh:16
XonoticGuideTab::topicChangeNotify
virtual void topicChangeNotify()
XonoticGuideTab::intendedWidth
float intendedWidth
Definition
dialog_media_guide.qh:12
XonoticGuideTab::name
string name
Definition
dialog_media_guide.qh:8
XonoticGuideTab::entryList
entity entryList
Definition
dialog_media_guide.qh:17
XonoticGuideTab::columns
float columns
Definition
dialog_media_guide.qh:10
XonoticGuideTab::title
string title
Definition
dialog_media_guide.qh:7
XonoticTab
Definition
tab.qh:4
XonoticTab::ATTRIB
ATTRIB(XonoticTab, backgroundImage, string)
XonoticTopicList
Definition
topics.qh:5
makeXonoticGuideTab
entity makeXonoticGuideTab()
Definition
dialog_media_guide.qc:8
_mod.qh
NEW
#define NEW(cname,...)
Definition
oo.qh:117
CLASS
#define CLASS(...)
Definition
oo.qh:145
ENDCLASS
#define ENDCLASS(cname)
Definition
oo.qh:281
METHOD
#define METHOD(cname, name, prototype)
Definition
oo.qh:269
NULL
#define NULL
Definition
post.qh:14
tab.qh
menu
xonotic
dialog_media_guide.qh
Generated on
for Xonotic QuakeC by
1.14.0