KDecoration2::DecorationThemeMetaData
#include <decorationthemeprovider.h>
Public Member Functions | |
DecorationThemeMetaData (const DecorationThemeMetaData &other) | |
KDecoration2::BorderSize | borderSize () const |
bool | hasConfiguration () const |
DecorationThemeMetaData & | operator= (const DecorationThemeMetaData &other) |
QString | pluginId () const |
void | setBorderSize (KDecoration2::BorderSize size) |
void | setHasConfiguration (bool hasConfig) |
void | setPluginId (const QString &id) |
void | setThemeName (const QString &name) |
void | setVisibleName (const QString &name) |
QString | themeName () const |
QString | visibleName () const |
Detailed Description
Class providing type-safe access to data of themes.
- Since
- 5.23
Definition at line 25 of file decorationthemeprovider.h.
Member Function Documentation
◆ borderSize()
KDecoration2::BorderSize DecorationThemeMetaData::borderSize | ( | ) | const |
Border size of the decoration, this gets set based on the "recommendedBorderSize" key in the json metadata.
Definition at line 65 of file decorationthemeprovider.cpp.
◆ hasConfiguration()
bool DecorationThemeMetaData::hasConfiguration | ( | ) | const |
Indicates that the theme has KCMs.
Definition at line 40 of file decorationthemeprovider.cpp.
◆ pluginId()
QString DecorationThemeMetaData::pluginId | ( | ) | const |
plugin id of theme provider
- See also
- KPluginMetaData::pluginId
Definition at line 70 of file decorationthemeprovider.cpp.
◆ themeName()
QString DecorationThemeMetaData::themeName | ( | ) | const |
Internal name of the theme.
Definition at line 50 of file decorationthemeprovider.cpp.
◆ visibleName()
QString DecorationThemeMetaData::visibleName | ( | ) | const |
User-visible name of the theme.
Definition at line 30 of file decorationthemeprovider.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:06:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.