Xonotic
rootdialog.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
dialog.qh
"
4
CLASS
(
XonoticRootDialog
,
XonoticDialog
)
5
// still to be customized by user
6
/*
7
ATTRIB(XonoticDialog, closable, float, 1);
8
ATTRIB(XonoticDialog, title, string, _("Form1")); // ;);
9
ATTRIB(XonoticDialog, color, vector, '1 0.5 1');
10
ATTRIB(XonoticDialog, intendedWidth, float, 0);
11
ATTRIB(XonoticDialog, rows, float, 3);
12
ATTRIB(XonoticDialog, columns, float, 2);
13
*/
14
METHOD
(
XonoticRootDialog
, showNotify,
void
(
entity
));
15
METHOD
(
XonoticRootDialog
, close,
void
(
entity
));
16
ENDCLASS
(
XonoticRootDialog
)
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
XonoticRootDialog
Definition:
rootdialog.qh:4
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
XonoticDialog
Definition:
dialog.qh:4
dialog.qh
menu
xonotic
rootdialog.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13