Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - blam!
00310.02.05.21.0336.blamite
The core library for the Blamite Game Engine.
ui.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifndef BLAM
4
#define BLAM
5
#endif
6
10
namespace
Blam::UI
11
{
12
enum
ControlAnchor
13
{
14
TopCenter
,
15
Center
,
16
BottomCenter
,
17
18
TopLeft
,
19
CenterLeft
,
20
BottomLeft
,
21
22
TopRight
,
23
CenterRight
,
24
BottomRight
,
25
};
26
27
class
UIControl
28
{
29
private
:
30
31
public
:
32
ControlAnchor
anchor_position
;
33
34
UIControl
()
35
{
36
37
}
38
};
39
}
Blam::UI::BottomLeft
@ BottomLeft
Definition:
ui.h:20
Blam::UI::UIControl::anchor_position
ControlAnchor anchor_position
Definition:
ui.h:32
Blam::UI::CenterRight
@ CenterRight
Definition:
ui.h:23
Blam::UI::UIControl::UIControl
UIControl()
Definition:
ui.h:34
Blam::UI::CenterLeft
@ CenterLeft
Definition:
ui.h:19
Blam::UI
Namespace for things relating to the Blamite UI system.
Definition:
ui.h:10
Blam::UI::TopLeft
@ TopLeft
Definition:
ui.h:18
Blam::UI::BottomRight
@ BottomRight
Definition:
ui.h:24
Blam::UI::ControlAnchor
ControlAnchor
Definition:
ui.h:12
Blam::UI::BottomCenter
@ BottomCenter
Definition:
ui.h:16
Blam::UI::TopCenter
@ TopCenter
Definition:
ui.h:14
Blam::UI::TopRight
@ TopRight
Definition:
ui.h:22
Blam::UI::Center
@ Center
Definition:
ui.h:15
Blam::UI::UIControl
Definition:
ui.h:27
blam
components
ui
blam
ui.h
Generated on Fri Feb 5 2021 03:59:00 for Blamite Game Engine - blam! by
1.8.17