Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
representationsStructs.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_REPRESENTATIONSSTRUCTS_HPP_
2#define IV_SRC_UI_REPRESENTATIONSSTRUCTS_HPP_
3
4#include "math/structs.hpp"
5#include "ui/enums.hpp"
6
7namespace iv::ui
8{
9
15
17{
18 std::optional<iv::types::color> color {std::nullopt};
19
20 bool isBlinking {false};
21 std::optional<iv::types::color> blinkingColor {std::nullopt};
22};
23
24}// namespace iv::ui
25
26#endif//IV_SRC_UI_REPRESENTATIONSSTRUCTS_HPP_
Definition enums.hpp:5
eAnchorPoint
Definition enums.hpp:8
Definition structs.hpp:16
Definition representationsStructs.hpp:17
std::optional< iv::types::color > blinkingColor
Definition representationsStructs.hpp:21
std::optional< iv::types::color > color
Definition representationsStructs.hpp:18
bool isBlinking
Definition representationsStructs.hpp:20
Definition representationsStructs.hpp:11
iv::math::geometry::Point2d position
Definition representationsStructs.hpp:12
iv::ui::eAnchorPoint anchorPoint
Definition representationsStructs.hpp:13