20 GAUGE_MARK_TARGET_CURSOR,
21 GAUGE_MARK_TARGET_TEXT,
22 GAUGE_MARK_VALUE_CURSOR_OK,
23 GAUGE_MARK_VALUE_CURSOR_KO,
24 GAUGE_MARK_VALUE_TEXT_OK,
25 GAUGE_MARK_VALUE_TEXT_KO,
35 QColor getColor(GaugeElement idElement)
const;
36 int getMargins()
const;
37 double getMarkFactor()
const;
42 void setColor(GaugeElement idElement,
const QColor &color);
43 void setMargins(
int margins);
44 void setMarkFactor(
double factor);
47 QHash<GaugeElement, QColor> m_mapColors;
49 double m_markFactor = 0.0;