Lines Matching refs:Theme

24 Theme::Theme()  in Theme()  function in Theme
30 Theme::Theme(const QString& name, bool builtIn) in Theme() function in Theme
36 Theme::~Theme() in ~Theme()
41 QString Theme::getName() const in getName()
46 void Theme::setName(const QString& value) in setName()
51 bool Theme::isBuiltIn() const in isBuiltIn()
56 void Theme::setBuiltIn(const bool builtIn) in setBuiltIn()
61 QColor Theme::getDefaultTextColor() const in getDefaultTextColor()
66 void Theme::setDefaultTextColor(const QColor& value) in setDefaultTextColor()
71 QColor Theme::getMarkupColor() const in getMarkupColor()
76 void Theme::setMarkupColor(const QColor& value) in setMarkupColor()
81 QColor Theme::getLinkColor() const in getLinkColor()
86 void Theme::setLinkColor(const QColor& value) in setLinkColor()
91 QColor Theme::getHeadingColor() const in getHeadingColor()
96 void Theme::setHeadingColor(const QColor& value) in setHeadingColor()
101 QColor Theme::getEmphasisColor() const in getEmphasisColor()
106 void Theme::setEmphasisColor(const QColor& value) in setEmphasisColor()
111 QColor Theme::getBlockquoteColor() const in getBlockquoteColor()
116 void Theme::setBlockquoteColor(const QColor& value) in setBlockquoteColor()
121 QColor Theme::getCodeColor() const in getCodeColor()
126 void Theme::setCodeColor(const QColor& value) in setCodeColor()
131 QColor Theme::getSpellingErrorColor() const in getSpellingErrorColor()
136 void Theme::setSpellingErrorColor(const QColor& value) in setSpellingErrorColor()
141 EditorAspect Theme::getEditorAspect() const in getEditorAspect()
146 void Theme::setEditorAspect(const EditorAspect value) in setEditorAspect()
161 PictureAspect Theme::getBackgroundImageAspect() const in getBackgroundImageAspect()
166 void Theme::setBackgroundImageAspect(const PictureAspect value) in setBackgroundImageAspect()
181 QString Theme::getBackgroundImageUrl() const in getBackgroundImageUrl()
186 void Theme::setBackgroundImageUrl(const QString& value) in setBackgroundImageUrl()
191 QColor Theme::getBackgroundColor() const in getBackgroundColor()
196 void Theme::setBackgroundColor(const QColor& value) in setBackgroundColor()
201 QColor Theme::getEditorBackgroundColor() const in getEditorBackgroundColor()
206 void Theme::setEditorBackgroundColor(const QColor& value) in setEditorBackgroundColor()
211 QColor Theme::getHudForegroundColor() const in getHudForegroundColor()
216 void Theme::setHudForegroundColor(const QColor& value) in setHudForegroundColor()
221 QColor Theme::getHudBackgroundColor() const in getHudBackgroundColor()
226 void Theme::setHudBackgroundColor(const QColor& value) in setHudBackgroundColor()