Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
Legacy.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_THEMES_LEGACY_HPP_
2#define IV_SRC_UI_THEMES_LEGACY_HPP_
3
5
6namespace iv::ui::theme
7{
8
9class Legacy final
10{
11 static const std::string normalFont;
12 static const std::string boldFont;
13 static const std::string italicFont;
14 static const std::string boldItalicFont;
15 static const double fontSize;
46
47 static void applyTheme();
48
50};
51
52}// namespace iv::ui::theme
53
54#endif//IV_SRC_UI_THEMES_LEGACY_HPP_
Definition Material.hpp:49
Definition Legacy.hpp:10
static const iv::ui::graphics::Material dialogTitleMaterial
Definition Legacy.hpp:28
static const iv::ui::graphics::Material illuminationMaterial
Definition Legacy.hpp:34
static const iv::ui::graphics::Material focusMaterial
Definition Legacy.hpp:31
static const iv::ui::graphics::Material backgroundMaterial
Definition Legacy.hpp:17
static const iv::ui::graphics::Material titleLabelMaterial
Definition Legacy.hpp:44
static const iv::ui::graphics::Material headerListMaterial
Definition Legacy.hpp:33
static const std::string italicFont
Definition Legacy.hpp:13
static const iv::ui::graphics::Material menuBackgroundMaterial
Definition Legacy.hpp:37
static const iv::ui::graphics::Material titleMaterial
Definition Legacy.hpp:43
static const iv::ui::graphics::Material inactiveMaterial
Definition Legacy.hpp:35
static const iv::ui::graphics::Material contextMenuButtonMaterial
Definition Legacy.hpp:24
static const iv::ui::graphics::Material dialogShadowBackgroundMaterial
Definition Legacy.hpp:27
static const iv::ui::graphics::Material buttonsGroupBackgroundMaterial
Definition Legacy.hpp:22
static const std::string boldFont
Definition Legacy.hpp:12
static const iv::ui::graphics::Material valueLabelMaterial
Definition Legacy.hpp:45
static const std::string normalFont
Definition Legacy.hpp:11
static const iv::ui::graphics::Material scrollMaterial
Definition Legacy.hpp:40
static void applyTheme()
Definition Legacy.cpp:112
static const iv::ui::graphics::Material progressMaterial
Definition Legacy.hpp:38
static const iv::ui::graphics::Material buttonSelectedBackgroundMaterial
Definition Legacy.hpp:19
static const std::string boldItalicFont
Definition Legacy.hpp:14
static const iv::ui::graphics::Material buttonsGroupEdgeMaterial
Definition Legacy.hpp:23
static const iv::ui::graphics::Material frameViewMaterial
Definition Legacy.hpp:32
static const iv::ui::graphics::Material indicatorTitleMaterial
Definition Legacy.hpp:36
static const iv::ui::graphics::Material buttonTextMaterial
Definition Legacy.hpp:21
static const iv::ui::graphics::Material textMaterial
Definition Legacy.hpp:42
static const iv::ui::graphics::Material dialogBackgroundMaterial
Definition Legacy.hpp:26
static const iv::ui::graphics::Material defaultMaterial
Definition Legacy.hpp:25
static const iv::ui::graphics::Material scrollBackgroundMaterial
Definition Legacy.hpp:39
static const iv::ui::graphics::Material buttonBackgroundMaterial
Definition Legacy.hpp:18
static const iv::ui::graphics::Material editBackgroundMaterial
Definition Legacy.hpp:29
static const iv::ui::graphics::Material alternateListMaterial
Definition Legacy.hpp:16
static const iv::ui::graphics::Material buttonShadowBackgroundMaterial
Definition Legacy.hpp:20
static const iv::ui::graphics::Material separatorLineMaterial
Definition Legacy.hpp:41
static const iv::ui::graphics::Material editMaterial
Definition Legacy.hpp:30
static const double fontSize
Definition Legacy.hpp:15
Definition Dark.cpp:6