Nix (Dev)
3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1
#ifndef IV_SRC_UI_ENUMS_HPP_
2
#define IV_SRC_UI_ENUMS_HPP_
3
4
namespace
iv::ui
5
{
6
7
enum class
eAnchorPoint
8
{
9
TopLeft
,
10
TopCenter
,
11
TopRight
,
12
CenterLeft
,
13
Center
,
14
CenterRight
,
15
BottomLeft
,
16
BottomCenter
,
17
BottomRight
18
};
19
20
enum class
eTextWeight
21
{
22
Normal
,
23
Bold
24
};
25
26
enum class
eTextStyle
27
{
28
Normal
,
29
Italic
30
};
31
32
}
// namespace iv::ui
33
34
#endif
//IV_SRC_UI_ENUMS_HPP_
iv::ui
Definition
enums.hpp:5
iv::ui::eAnchorPoint
eAnchorPoint
Definition
enums.hpp:8
iv::ui::eAnchorPoint::TopRight
@ TopRight
iv::ui::eAnchorPoint::Center
@ Center
iv::ui::eAnchorPoint::BottomRight
@ BottomRight
iv::ui::eAnchorPoint::TopCenter
@ TopCenter
iv::ui::eAnchorPoint::BottomLeft
@ BottomLeft
iv::ui::eAnchorPoint::CenterLeft
@ CenterLeft
iv::ui::eAnchorPoint::CenterRight
@ CenterRight
iv::ui::eAnchorPoint::TopLeft
@ TopLeft
iv::ui::eAnchorPoint::BottomCenter
@ BottomCenter
iv::ui::eTextStyle
eTextStyle
Definition
enums.hpp:27
iv::ui::eTextStyle::Italic
@ Italic
iv::ui::eTextWeight
eTextWeight
Definition
enums.hpp:21
iv::ui::eTextWeight::Bold
@ Bold
iv::ui::eTextWeight::Normal
@ Normal
src
ui
enums.hpp
Generated by
1.12.0