3#include <QtCore/QObject>
5#include <QtQmlIntegration/QtQmlIntegration>
43 QColor
text(
void)
const {
return _text[_lightColors ? 0 : 1]; }
44 QColor
textOutline(
void)
const {
return _textOutline[_lightColors ? 0 : 1]; }
54 bool _lightColors =
false;
56 static const int _cColorGroups = 2;
58 static QColor _text[_cColorGroups];
59 static QColor _textOutline[_cColorGroups];
QGCMapPalette is a variant of QGCPalette which is used to hold colors used for display over the map c...
QColor text(void) const
Text color.
void setLightColors(bool lightColors)
void lightColorsChanged(bool lightColors)
void paletteChanged(void)
QColor textOutline(void) const
bool lightColors(void) const