GrantleeTheme::Theme
#include <grantleetheme.h>
Public Member Functions | |
Theme (const Theme &other) | |
QString | absolutePath () const |
void | addThemePath (const QString &path) |
QString | author () const |
QString | authorEmail () const |
QString | description () const |
QString | dirName () const |
QStringList | displayExtraVariables () const |
bool | isValid () const |
QString | name () const |
Theme & | operator= (const Theme &other) |
bool | operator== (const Theme &other) const |
QString | render (const QString &templateName, const QVariantHash &data, const QByteArray &applicationDomain=QByteArray()) |
QString | themeFilename () const |
Static Public Member Functions | |
static void | addPluginPath (const QString &path) |
Detailed Description
The Theme class.
Definition at line 26 of file grantleetheme.h.
Constructor & Destructor Documentation
◆ Theme()
|
explicit |
Definition at line 85 of file grantleetheme.cpp.
Member Function Documentation
◆ absolutePath()
|
nodiscard |
Definition at line 156 of file grantleetheme.cpp.
◆ addPluginPath()
|
static |
Definition at line 204 of file grantleetheme.cpp.
◆ addThemePath()
void Theme::addThemePath | ( | const QString & | path | ) |
Definition at line 174 of file grantleetheme.cpp.
◆ author()
|
nodiscard |
Definition at line 164 of file grantleetheme.cpp.
◆ authorEmail()
|
nodiscard |
Definition at line 169 of file grantleetheme.cpp.
◆ description()
|
nodiscard |
Definition at line 131 of file grantleetheme.cpp.
◆ dirName()
|
nodiscard |
Definition at line 151 of file grantleetheme.cpp.
◆ displayExtraVariables()
|
nodiscard |
Definition at line 146 of file grantleetheme.cpp.
◆ isValid()
|
nodiscard |
Definition at line 126 of file grantleetheme.cpp.
◆ name()
|
nodiscard |
Definition at line 141 of file grantleetheme.cpp.
◆ operator=()
Definition at line 117 of file grantleetheme.cpp.
◆ operator==()
|
nodiscard |
Definition at line 112 of file grantleetheme.cpp.
◆ render()
|
nodiscard |
Definition at line 179 of file grantleetheme.cpp.
◆ themeFilename()
|
nodiscard |
Definition at line 136 of file grantleetheme.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:38 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.