54 if (key.compare(
"left") == 0)
58 else if (key.compare(
"right") == 0)
62 else if (key.compare(
"both") == 0)
IndicatorSide
Definition: indicator_hint.h:33
@ none
Definition: indicator_hint.h:34
@ right
Definition: indicator_hint.h:36
@ both
Definition: indicator_hint.h:37
@ left
Definition: indicator_hint.h:35
int TIndicatorHintID
indicator lights hints valid from startx/y to stopx/y - to be matched with corresponding borders
Definition: indicator_hint.h:30
std::vector< IndicatorHint > TIndicatorHintList
Definition: indicator_hint.h:101
Definition: areaofeffectconverter.h:20
Definition: indicator_hint.h:41
double stopX
Definition: indicator_hint.h:96
double stopY
Definition: indicator_hint.h:97
constexpr static adore::env::IndicatorSide indicatorSideFromString(std::string_view key)
Definition: indicator_hint.h:52
double startY
Definition: indicator_hint.h:95
IndicatorHint()
Definition: indicator_hint.h:43
TIndicatorHintID id
Definition: indicator_hint.h:98
IndicatorSide value
Definition: indicator_hint.h:93
double startX
Definition: indicator_hint.h:94
constexpr static std::string_view stringFromIndicatorSide(adore::env::IndicatorSide side)
Definition: indicator_hint.h:72