Plasma::QuickTheme

Search for usage in LXR

Plasma::QuickTheme Class Reference

#include <quicktheme.h>

Inheritance diagram for Plasma::QuickTheme:

Properties

QColor backgroundColor
 
QColor buttonBackgroundColor
 
QColor buttonFocusColor
 
QColor buttonHighlightedTextColor
 
QColor buttonHoverColor
 
QColor buttonNegativeTextColor
 
QColor buttonNeutralTextColor
 
QColor buttonPositiveTextColor
 
QColor buttonTextColor
 
QColor complementaryBackgroundColor
 
QColor complementaryFocusColor
 
QColor complementaryHighlightedTextColor
 
QColor complementaryHoverColor
 
QColor complementaryNegativeTextColor
 
QColor complementaryNeutralTextColor
 
QColor complementaryPositiveTextColor
 
QColor complementaryTextColor
 
QColor disabledTextColor
 
QColor headerBackgroundColor
 
QColor headerFocusColor
 
QColor headerHighlightedTextColor
 
QColor headerHoverColor
 
QColor headerNegativeTextColor
 
QColor headerNeutralTextColor
 
QColor headerPositiveTextColor
 
QColor headerTextColor
 
QColor highlightColor
 
QColor highlightedTextColor
 
QColor linkColor
 
QColor negativeTextColor
 
QColor neutralTextColor
 
QColor positiveTextColor
 
QColor textColor
 
QColor viewBackgroundColor
 
QColor viewFocusColor
 
QColor viewHighlightedTextColor
 
QColor viewHoverColor
 
QColor viewNegativeTextColor
 
QColor viewNeutralTextColor
 
QColor viewPositiveTextColor
 
QColor viewTextColor
 
QColor visitedLinkColor
 
- Properties inherited from Plasma::Theme
QFont defaultFont
 
QPalette palette
 
QFont smallestFont
 
QString themeName
 
bool useGlobalSettings
 
QString wallpaperPath
 
- Properties inherited from QObject
 objectName
 

Signals

void themeChangedProxy ()
 
- Signals inherited from Plasma::Theme
void defaultFontChanged ()
 
void smallestFontChanged ()
 
void themeChanged ()
 

Public Member Functions

 QuickTheme (QObject *parent=nullptr)
 
QColor backgroundColor () const
 
QColor buttonBackgroundColor () const
 
QColor buttonFocusColor () const
 
QColor buttonHighlightedTextColor () const
 
QColor buttonHoverColor () const
 
QColor buttonNegativeTextColor () const
 
QColor buttonNeutralTextColor () const
 
QColor buttonPositiveTextColor () const
 
QColor buttonTextColor () const
 
QColor complementaryBackgroundColor () const
 
QColor complementaryFocusColor () const
 
QColor complementaryHighlightedTextColor () const
 
QColor complementaryHoverColor () const
 
QColor complementaryNegativeTextColor () const
 
QColor complementaryNeutralTextColor () const
 
QColor complementaryPositiveTextColor () const
 
QColor complementaryTextColor () const
 
QColor disabledTextColor () const
 
QColor headerBackgroundColor () const
 
QColor headerFocusColor () const
 
QColor headerHighlightedTextColor () const
 
QColor headerHoverColor () const
 
QColor headerNegativeTextColor () const
 
QColor headerNeutralTextColor () const
 
QColor headerPositiveTextColor () const
 
QColor headerTextColor () const
 
QColor highlightColor () const
 
QColor highlightedTextColor () const
 
QColor linkColor () const
 
QColor negativeTextColor () const
 
QColor neutralTextColor () const
 
QColor positiveTextColor () const
 
QColor textColor () const
 
QColor viewBackgroundColor () const
 
QColor viewFocusColor () const
 
QColor viewHighlightedTextColor () const
 
QColor viewHoverColor () const
 
QColor viewNegativeTextColor () const
 
QColor viewNeutralTextColor () const
 
QColor viewPositiveTextColor () const
 
QColor viewTextColor () const
 
QColor visitedLinkColor () const
 
- Public Member Functions inherited from Plasma::Theme
 Theme (const QString &themeName, QObject *parent=nullptr)
 
 Theme (QObject *parent=nullptr)
 
bool adaptiveTransparencyEnabled () const
 
qreal backgroundContrast () const
 
bool backgroundContrastEnabled () const
 
qreal backgroundIntensity () const
 
QString backgroundPath (const QString &image) const
 
qreal backgroundSaturation () const
 
bool blurBehindEnabled () const
 
QColor color (ColorRole role, ColorGroup group=NormalColorGroup) const
 
KSharedConfigPtr colorScheme () const
 
bool currentThemeHasImage (const QString &name) const
 
QFont defaultFont () const
 
QString imagePath (const QString &name) const
 
KPluginMetaData metadata () const
 
Q_INVOKABLE QSizeF mSize (const QFont &font=QGuiApplication::font()) const
 
QPalette palette () const
 
void setThemeName (const QString &themeName)
 
void setUseGlobalSettings (bool useGlobal)
 
QFont smallestFont () const
 
QString themeName () const
 
bool useGlobalSettings () const
 
QString wallpaperPath (const QSize &size=QSize()) const
 
Q_INVOKABLE QString wallpaperPathForSize (int width=-1, int height=-1) const
 
- Public Member Functions inherited from QObject
 QObject (QObject *parent)
 
QBindable< QStringbindableObjectName ()
 
bool blockSignals (bool block)
 
const QObjectListchildren () const const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const const
 
bool disconnect (const QObject *receiver, const char *method) const const
 
void dumpObjectInfo () const const
 
void dumpObjectTree () const const
 
QList< QByteArraydynamicPropertyNames () const const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
findChild (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (Qt::FindChildOptions options) const const
 
bool inherits (const char *className) const const
 
void installEventFilter (QObject *filterObj)
 
bool isQuickItemType () const const
 
bool isWidgetType () const const
 
bool isWindowType () const const
 
void killTimer (int id)
 
virtual const QMetaObjectmetaObject () const const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const const
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const const
 
QVariant property (const char *name) const const
 
 Q_CLASSINFO (Name, Value)
 
 Q_EMIT Q_EMIT
 
 Q_ENUM (...)
 
 Q_ENUM_NS (...)
 
 Q_ENUMS (...)
 
 Q_FLAG (...)
 
 Q_FLAG_NS (...)
 
 Q_FLAGS (...)
 
 Q_GADGET Q_GADGET
 
 Q_GADGET_EXPORT (EXPORT_MACRO)
 
 Q_INTERFACES (...)
 
 Q_INVOKABLE Q_INVOKABLE
 
 Q_MOC_INCLUDE Q_MOC_INCLUDE
 
 Q_NAMESPACE Q_NAMESPACE
 
 Q_NAMESPACE_EXPORT (EXPORT_MACRO)
 
 Q_OBJECT Q_OBJECT
 
 Q_PROPERTY (...)
 
 Q_REVISION Q_REVISION
 
 Q_SET_OBJECT_NAME (Object)
 
 Q_SIGNAL Q_SIGNAL
 
 Q_SIGNALS Q_SIGNALS
 
 Q_SLOT Q_SLOT
 
 Q_SLOTS Q_SLOTS
 
qobject_cast (const QObject *object)
 
qobject_cast (QObject *object)
 
 QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
 
void removeEventFilter (QObject *obj)
 
void setObjectName (const QString &name)
 
void setObjectName (QAnyStringView name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool setProperty (const char *name, QVariant &&value)
 
bool signalsBlocked () const const
 
int startTimer (int interval, Qt::TimerType timerType)
 
int startTimer (std::chrono::milliseconds interval, Qt::TimerType timerType)
 
QThreadthread () const const
 

Additional Inherited Members

- Public Types inherited from Plasma::Theme
enum  ColorGroup {
  NormalColorGroup = 0 , ButtonColorGroup = 1 , ViewColorGroup = 2 , ComplementaryColorGroup = 3 ,
  HeaderColorGroup , ToolTipColorGroup
}
 
enum  ColorRole {
  TextColor = 0 , BackgroundColor = 1 , HighlightColor = 2 , HoverColor = 3 ,
  FocusColor = 4 , LinkColor = 5 , VisitedLinkColor = 6 , HighlightedTextColor = 7 ,
  PositiveTextColor = 8 , NeutralTextColor = 9 , NegativeTextColor = 10 , DisabledTextColor = 11
}
 
- Static Public Member Functions inherited from Plasma::Theme
static QPalette globalPalette ()
 
- Static Public Member Functions inherited from QObject
QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
- Public Attributes inherited from QObject
typedef QObjectList
 
- Protected Member Functions inherited from QObject
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const const
 
int receivers (const char *signal) const const
 
QObjectsender () const const
 
int senderSignalIndex () const const
 
virtual void timerEvent (QTimerEvent *event)
 

Detailed Description

Interface to the Plasma theme.

Plasma::Theme provides access to a common and standardized set of graphic elements stored in SVG format. This allows artists to create single packages of SVGs that will affect the look and feel of all workspace components.

Plasma::Svg uses Plasma::Theme internally to locate and load the appropriate SVG data. Alternatively, Plasma::Theme can be used directly to retrieve file system paths to SVGs by name.

Import Statement

import org.kde.plasma.core
Version
2.0

Definition at line 33 of file quicktheme.h.

Property Documentation

◆ backgroundColor

QColor Plasma::QuickTheme::backgroundColor
read

Definition at line 41 of file quicktheme.h.

◆ buttonBackgroundColor

QColor Plasma::QuickTheme::buttonBackgroundColor
read

Definition at line 50 of file quicktheme.h.

◆ buttonFocusColor

QColor Plasma::QuickTheme::buttonFocusColor
read

Definition at line 52 of file quicktheme.h.

◆ buttonHighlightedTextColor

QColor Plasma::QuickTheme::buttonHighlightedTextColor
read

Definition at line 53 of file quicktheme.h.

◆ buttonHoverColor

QColor Plasma::QuickTheme::buttonHoverColor
read

Definition at line 51 of file quicktheme.h.

◆ buttonNegativeTextColor

QColor Plasma::QuickTheme::buttonNegativeTextColor
read

Definition at line 56 of file quicktheme.h.

◆ buttonNeutralTextColor

QColor Plasma::QuickTheme::buttonNeutralTextColor
read

Definition at line 55 of file quicktheme.h.

◆ buttonPositiveTextColor

QColor Plasma::QuickTheme::buttonPositiveTextColor
read

Definition at line 54 of file quicktheme.h.

◆ buttonTextColor

QColor Plasma::QuickTheme::buttonTextColor
read

Definition at line 49 of file quicktheme.h.

◆ complementaryBackgroundColor

QColor Plasma::QuickTheme::complementaryBackgroundColor
read

Definition at line 68 of file quicktheme.h.

◆ complementaryFocusColor

QColor Plasma::QuickTheme::complementaryFocusColor
read

Definition at line 70 of file quicktheme.h.

◆ complementaryHighlightedTextColor

QColor Plasma::QuickTheme::complementaryHighlightedTextColor
read

Definition at line 71 of file quicktheme.h.

◆ complementaryHoverColor

QColor Plasma::QuickTheme::complementaryHoverColor
read

Definition at line 69 of file quicktheme.h.

◆ complementaryNegativeTextColor

QColor Plasma::QuickTheme::complementaryNegativeTextColor
read

Definition at line 74 of file quicktheme.h.

◆ complementaryNeutralTextColor

QColor Plasma::QuickTheme::complementaryNeutralTextColor
read

Definition at line 73 of file quicktheme.h.

◆ complementaryPositiveTextColor

QColor Plasma::QuickTheme::complementaryPositiveTextColor
read

Definition at line 72 of file quicktheme.h.

◆ complementaryTextColor

QColor Plasma::QuickTheme::complementaryTextColor
read

Definition at line 67 of file quicktheme.h.

◆ disabledTextColor

QColor Plasma::QuickTheme::disabledTextColor
read

Definition at line 47 of file quicktheme.h.

◆ headerBackgroundColor

QColor Plasma::QuickTheme::headerBackgroundColor
read

Definition at line 77 of file quicktheme.h.

◆ headerFocusColor

QColor Plasma::QuickTheme::headerFocusColor
read

Definition at line 79 of file quicktheme.h.

◆ headerHighlightedTextColor

QColor Plasma::QuickTheme::headerHighlightedTextColor
read

Definition at line 80 of file quicktheme.h.

◆ headerHoverColor

QColor Plasma::QuickTheme::headerHoverColor
read

Definition at line 78 of file quicktheme.h.

◆ headerNegativeTextColor

QColor Plasma::QuickTheme::headerNegativeTextColor
read

Definition at line 83 of file quicktheme.h.

◆ headerNeutralTextColor

QColor Plasma::QuickTheme::headerNeutralTextColor
read

Definition at line 82 of file quicktheme.h.

◆ headerPositiveTextColor

QColor Plasma::QuickTheme::headerPositiveTextColor
read

Definition at line 81 of file quicktheme.h.

◆ headerTextColor

QColor Plasma::QuickTheme::headerTextColor
read

Definition at line 76 of file quicktheme.h.

◆ highlightColor

QColor Plasma::QuickTheme::highlightColor
read

Definition at line 39 of file quicktheme.h.

◆ highlightedTextColor

QColor Plasma::QuickTheme::highlightedTextColor
read

Definition at line 40 of file quicktheme.h.

◆ linkColor

QColor Plasma::QuickTheme::linkColor
read

Definition at line 42 of file quicktheme.h.

◆ negativeTextColor

QColor Plasma::QuickTheme::negativeTextColor
read

Definition at line 46 of file quicktheme.h.

◆ neutralTextColor

QColor Plasma::QuickTheme::neutralTextColor
read

Definition at line 45 of file quicktheme.h.

◆ positiveTextColor

QColor Plasma::QuickTheme::positiveTextColor
read

Definition at line 44 of file quicktheme.h.

◆ textColor

QColor Plasma::QuickTheme::textColor
read

Definition at line 38 of file quicktheme.h.

◆ viewBackgroundColor

QColor Plasma::QuickTheme::viewBackgroundColor
read

Definition at line 59 of file quicktheme.h.

◆ viewFocusColor

QColor Plasma::QuickTheme::viewFocusColor
read

Definition at line 61 of file quicktheme.h.

◆ viewHighlightedTextColor

QColor Plasma::QuickTheme::viewHighlightedTextColor
read

Definition at line 62 of file quicktheme.h.

◆ viewHoverColor

QColor Plasma::QuickTheme::viewHoverColor
read

Definition at line 60 of file quicktheme.h.

◆ viewNegativeTextColor

QColor Plasma::QuickTheme::viewNegativeTextColor
read

Definition at line 65 of file quicktheme.h.

◆ viewNeutralTextColor

QColor Plasma::QuickTheme::viewNeutralTextColor
read

Definition at line 64 of file quicktheme.h.

◆ viewPositiveTextColor

QColor Plasma::QuickTheme::viewPositiveTextColor
read

Definition at line 63 of file quicktheme.h.

◆ viewTextColor

QColor Plasma::QuickTheme::viewTextColor
read

Definition at line 58 of file quicktheme.h.

◆ visitedLinkColor

QColor Plasma::QuickTheme::visitedLinkColor
read

Definition at line 43 of file quicktheme.h.

Constructor & Destructor Documentation

◆ QuickTheme()

Plasma::QuickTheme::QuickTheme ( QObject * parent = nullptr)
explicit

Definition at line 11 of file quicktheme.cpp.

◆ ~QuickTheme()

Plasma::QuickTheme::~QuickTheme ( )
override

Definition at line 17 of file quicktheme.cpp.

Member Function Documentation

◆ backgroundColor()

QColor Plasma::QuickTheme::backgroundColor ( ) const
Returns
The theme's colorscheme's background color
Since
5.0

Definition at line 56 of file quicktheme.cpp.

◆ buttonBackgroundColor()

QColor Plasma::QuickTheme::buttonBackgroundColor ( ) const
Returns
The theme's colorscheme's background color color of buttons
Since
5.0

Definition at line 66 of file quicktheme.cpp.

◆ buttonFocusColor()

QColor Plasma::QuickTheme::buttonFocusColor ( ) const
Returns
The theme's colorscheme's color of focused buttons
Since
5.0

Definition at line 101 of file quicktheme.cpp.

◆ buttonHighlightedTextColor()

QColor Plasma::QuickTheme::buttonHighlightedTextColor ( ) const
Returns
The theme's colorscheme's highlighted text color for buttons
Since
5.22

Definition at line 106 of file quicktheme.cpp.

◆ buttonHoverColor()

QColor Plasma::QuickTheme::buttonHoverColor ( ) const
Returns
The theme's colorscheme's color of hovered buttons
Since
5.0

Definition at line 96 of file quicktheme.cpp.

◆ buttonNegativeTextColor()

QColor Plasma::QuickTheme::buttonNegativeTextColor ( ) const
Returns
The theme's colorscheme's negative text color of buttons
Since
5.22

Definition at line 81 of file quicktheme.cpp.

◆ buttonNeutralTextColor()

QColor Plasma::QuickTheme::buttonNeutralTextColor ( ) const
Returns
The theme's colorscheme's neutral text color of buttons
Since
5.22

Definition at line 76 of file quicktheme.cpp.

◆ buttonPositiveTextColor()

QColor Plasma::QuickTheme::buttonPositiveTextColor ( ) const
Returns
The theme's colorscheme's positive text color of buttons
Since
5.22

Definition at line 71 of file quicktheme.cpp.

◆ buttonTextColor()

QColor Plasma::QuickTheme::buttonTextColor ( ) const
Returns
The theme's colorscheme's color for text on buttons
Since
5.0

Definition at line 61 of file quicktheme.cpp.

◆ complementaryBackgroundColor()

QColor Plasma::QuickTheme::complementaryBackgroundColor ( ) const
Returns
The theme's colorscheme's background color of "complementary" areas
Since
5.0

Definition at line 156 of file quicktheme.cpp.

◆ complementaryFocusColor()

QColor Plasma::QuickTheme::complementaryFocusColor ( ) const
Returns
The theme's colorscheme's color of focused "complementary" areas
Since
5.0

Definition at line 166 of file quicktheme.cpp.

◆ complementaryHighlightedTextColor()

QColor Plasma::QuickTheme::complementaryHighlightedTextColor ( ) const
Returns
The theme's colorscheme's highlighted text color for "complementary" areas
Since
5.22

Definition at line 171 of file quicktheme.cpp.

◆ complementaryHoverColor()

QColor Plasma::QuickTheme::complementaryHoverColor ( ) const
Returns
The theme's colorscheme's color of hovered "complementary" areas
Since
5.0

Definition at line 161 of file quicktheme.cpp.

◆ complementaryNegativeTextColor()

QColor Plasma::QuickTheme::complementaryNegativeTextColor ( ) const
Returns
The theme's colorscheme's negative text color of complementary
Since
5.22

Definition at line 186 of file quicktheme.cpp.

◆ complementaryNeutralTextColor()

QColor Plasma::QuickTheme::complementaryNeutralTextColor ( ) const
Returns
The theme's colorscheme's neutral text color of complementary
Since
5.22

Definition at line 181 of file quicktheme.cpp.

◆ complementaryPositiveTextColor()

QColor Plasma::QuickTheme::complementaryPositiveTextColor ( ) const
Returns
The theme's colorscheme's positive text color of complementary
Since
5.22

Definition at line 176 of file quicktheme.cpp.

◆ complementaryTextColor()

QColor Plasma::QuickTheme::complementaryTextColor ( ) const
Returns
The theme's colorscheme's text color of "complementary" areas
Since
5.0

Definition at line 151 of file quicktheme.cpp.

◆ disabledTextColor()

QColor Plasma::QuickTheme::disabledTextColor ( ) const
Returns
The theme's colorscheme's disabled text color
Since
5.64

Definition at line 51 of file quicktheme.cpp.

◆ headerBackgroundColor()

QColor Plasma::QuickTheme::headerBackgroundColor ( ) const
Returns
The theme's colorscheme's background color of "header" areas
Since
5.0

Definition at line 196 of file quicktheme.cpp.

◆ headerFocusColor()

QColor Plasma::QuickTheme::headerFocusColor ( ) const
Returns
The theme's colorscheme's color of focused "header" areas
Since
5.0

Definition at line 206 of file quicktheme.cpp.

◆ headerHighlightedTextColor()

QColor Plasma::QuickTheme::headerHighlightedTextColor ( ) const
Returns
The theme's colorscheme's highlighted text color for "header" areas
Since
5.22

Definition at line 211 of file quicktheme.cpp.

◆ headerHoverColor()

QColor Plasma::QuickTheme::headerHoverColor ( ) const
Returns
The theme's colorscheme's color of hovered "header" areas
Since
5.0

Definition at line 201 of file quicktheme.cpp.

◆ headerNegativeTextColor()

QColor Plasma::QuickTheme::headerNegativeTextColor ( ) const
Returns
The theme's colorscheme's negative text color of header
Since
5.22

Definition at line 226 of file quicktheme.cpp.

◆ headerNeutralTextColor()

QColor Plasma::QuickTheme::headerNeutralTextColor ( ) const
Returns
The theme's colorscheme's neutral text color of header
Since
5.22

Definition at line 221 of file quicktheme.cpp.

◆ headerPositiveTextColor()

QColor Plasma::QuickTheme::headerPositiveTextColor ( ) const
Returns
The theme's colorscheme's positive text color of header
Since
5.22

Definition at line 216 of file quicktheme.cpp.

◆ headerTextColor()

QColor Plasma::QuickTheme::headerTextColor ( ) const
Returns
The theme's colorscheme's text color of "header" areas
Since
5.0

Definition at line 191 of file quicktheme.cpp.

◆ highlightColor()

QColor Plasma::QuickTheme::highlightColor ( ) const
Returns
The theme's colorscheme's highlight color
Since
5.0

Definition at line 26 of file quicktheme.cpp.

◆ highlightedTextColor()

QColor Plasma::QuickTheme::highlightedTextColor ( ) const
Returns
The theme's colorscheme's highlighted text color
Since
5.22

Definition at line 31 of file quicktheme.cpp.

◆ linkColor()

QColor Plasma::QuickTheme::linkColor ( ) const
Returns
The theme's colorscheme's link color
Since
5.0

Definition at line 86 of file quicktheme.cpp.

◆ negativeTextColor()

QColor Plasma::QuickTheme::negativeTextColor ( ) const
Returns
The theme's colorscheme's negative text color
Since
5.22

Definition at line 46 of file quicktheme.cpp.

◆ neutralTextColor()

QColor Plasma::QuickTheme::neutralTextColor ( ) const
Returns
The theme's colorscheme's neutral text color
Since
5.22

Definition at line 41 of file quicktheme.cpp.

◆ positiveTextColor()

QColor Plasma::QuickTheme::positiveTextColor ( ) const
Returns
The theme's colorscheme's positive text color
Since
5.22

Definition at line 36 of file quicktheme.cpp.

◆ textColor()

QColor Plasma::QuickTheme::textColor ( ) const
Returns
The theme's colorscheme's text color
Since
5.0

Definition at line 21 of file quicktheme.cpp.

◆ viewBackgroundColor()

QColor Plasma::QuickTheme::viewBackgroundColor ( ) const
Returns
The theme's colorscheme's background color of views
Since
5.0

Definition at line 116 of file quicktheme.cpp.

◆ viewFocusColor()

QColor Plasma::QuickTheme::viewFocusColor ( ) const
Returns
The theme's colorscheme's color of focused views
Since
5.0

Definition at line 126 of file quicktheme.cpp.

◆ viewHighlightedTextColor()

QColor Plasma::QuickTheme::viewHighlightedTextColor ( ) const
Returns
The theme's colorscheme's highlighted text color for views
Since
5.22

Definition at line 131 of file quicktheme.cpp.

◆ viewHoverColor()

QColor Plasma::QuickTheme::viewHoverColor ( ) const
Returns
The theme's colorscheme's color of hovered views
Since
5.0

Definition at line 121 of file quicktheme.cpp.

◆ viewNegativeTextColor()

QColor Plasma::QuickTheme::viewNegativeTextColor ( ) const
Returns
The theme's colorscheme's negative text color of view
Since
5.22

Definition at line 146 of file quicktheme.cpp.

◆ viewNeutralTextColor()

QColor Plasma::QuickTheme::viewNeutralTextColor ( ) const
Returns
The theme's colorscheme's neutral text color of view
Since
5.22

Definition at line 141 of file quicktheme.cpp.

◆ viewPositiveTextColor()

QColor Plasma::QuickTheme::viewPositiveTextColor ( ) const
Returns
The theme's colorscheme's positive text color of view
Since
5.22

Definition at line 136 of file quicktheme.cpp.

◆ viewTextColor()

QColor Plasma::QuickTheme::viewTextColor ( ) const
Returns
The theme's colorscheme's text color in views
Since
5.0

Definition at line 111 of file quicktheme.cpp.

◆ visitedLinkColor()

QColor Plasma::QuickTheme::visitedLinkColor ( ) const
Returns
The theme's colorscheme's text color for visited links
Since
5.0

Definition at line 91 of file quicktheme.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:46:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.