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_GUI_ENUMS_HPP_
2
#define IV_SRC_UI_GUI_ENUMS_HPP_
3
4
namespace
iv::gui
5
{
6
7
enum class
eButtonBlinkType
8
{
9
OnlyText
,
10
OnlyBackground
11
};
12
13
enum class
eLabelStyle
14
{
15
Normal
,
16
Bold
,
17
Italic
,
18
19
CommandType
,
// Dark background, white text. Used for shortcuts display.
20
};
21
22
}
// namespace iv::gui
23
24
#endif
//IV_SRC_UI_GUI_ENUMS_HPP_
iv::gui
Definition
enums.hpp:5
iv::gui::eLabelStyle
eLabelStyle
Definition
enums.hpp:14
iv::gui::eLabelStyle::Bold
@ Bold
iv::gui::eLabelStyle::Italic
@ Italic
iv::gui::eLabelStyle::Normal
@ Normal
iv::gui::eLabelStyle::CommandType
@ CommandType
iv::gui::eButtonBlinkType
eButtonBlinkType
Definition
enums.hpp:8
iv::gui::eButtonBlinkType::OnlyText
@ OnlyText
iv::gui::eButtonBlinkType::OnlyBackground
@ OnlyBackground
src
ui
gui
enums.hpp
Generated by
1.12.0