1#ifndef IV_SRC_MIMICS_MODEL_SUPPORT_SCALE_HPP_
2#define IV_SRC_MIMICS_MODEL_SUPPORT_SCALE_HPP_
32 static constexpr std::string_view
showScale {
"ShowScale"};
34 static constexpr std::string_view
scaleColor {
"ScaleColor"};
42 static constexpr std::string
string {};
Definition AbstractComponentGUI.hpp:30
Definition xmlFile.hpp:15
constexpr iv::types::color White
Definition color.hpp:222
eScalePosition
Definition enums.hpp:177
double height
Definition types.hpp:14
double width
Definition types.hpp:23
uint32_t color
Definition types.hpp:12
static constexpr bool showScale
Definition Scale.hpp:43
static constexpr iv::types::height scaleTextHeight
Definition Scale.hpp:44
static constexpr iv::types::width scaleLineWidth
Definition Scale.hpp:50
static constexpr uint8_t divisionsNumber
Definition Scale.hpp:48
static constexpr uint8_t subdivisionsNumber
Definition Scale.hpp:49
static constexpr iv::types::color scaleColor
Definition Scale.hpp:45
static constexpr iv::mimics::elements::eScalePosition scalePosition
Definition Scale.hpp:46
static constexpr std::string_view scalePosition
Definition Scale.hpp:35
static constexpr std::string_view subdivisionsNumber
Definition Scale.hpp:37
static constexpr std::string_view divisionsNumber
Definition Scale.hpp:36
static constexpr std::string_view scaleColor
Definition Scale.hpp:34
static constexpr std::string_view scaleTextHeight
Definition Scale.hpp:33
static constexpr std::string_view showScale
Definition Scale.hpp:32
static constexpr std::string_view scaleLineWidth
Definition Scale.hpp:38
iv::types::width scaleLineWidth
Definition Scale.hpp:27
iv::mimics::elements::eScalePosition scalePosition
Definition Scale.hpp:24
iv::types::color scaleColor
Definition Scale.hpp:23
Scale()
Definition Scale.cpp:19
bool load(const iv::file::xml::node &nodeScale)
Definition Scale.cpp:30
bool save(iv::file::xml::node &nodeScale) const
Definition Scale.cpp:48
AbstractComponentGUI * panelEditScale()
Definition Scale.cpp:62
iv::types::height scaleTextHeight
Definition Scale.hpp:22
bool showScale
Definition Scale.hpp:21
uint8_t subdivisionsNumber
Definition Scale.hpp:26
uint8_t divisionsNumber
Definition Scale.hpp:25