16 #ifndef QGSCODEEDITORCOLORSCHEME_H 17 #define QGSCODEEDITORCOLORSCHEME_H 65 MatchedBraceBackground,
66 MatchedBraceForeground,
89 QString
id()
const {
return mId; }
94 QString
name()
const {
return mThemeName; }
108 void setColor(
ColorRole role,
const QColor &color );
115 void setColors(
const QMap< ColorRole, QColor > &colors )
SIP_SKIP;
121 QMap< ColorRole, QColor > mColors;
124 #endif // QGSCODEEDITORCOLORSCHEME_H Defines a color scheme for use in QgsCodeEditor widgets.
QString id() const
Returns the ID of the color scheme, which is a unique, non-translated identifier for the scheme...
QString name() const
Returns the name of the color scheme, which is the translated, user-visible name of the scheme...