GrantleeTheme::Theme

Search for usage in LXR

#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
 
Themeoperator= (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()

Theme::Theme ( )
explicit

Definition at line 85 of file grantleetheme.cpp.

Member Function Documentation

◆ absolutePath()

QString Theme::absolutePath ( ) const
nodiscard

Definition at line 156 of file grantleetheme.cpp.

◆ addPluginPath()

void Theme::addPluginPath ( const QString & path)
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()

QString Theme::author ( ) const
nodiscard

Definition at line 164 of file grantleetheme.cpp.

◆ authorEmail()

QString Theme::authorEmail ( ) const
nodiscard

Definition at line 169 of file grantleetheme.cpp.

◆ description()

QString Theme::description ( ) const
nodiscard

Definition at line 131 of file grantleetheme.cpp.

◆ dirName()

QString Theme::dirName ( ) const
nodiscard

Definition at line 151 of file grantleetheme.cpp.

◆ displayExtraVariables()

QStringList Theme::displayExtraVariables ( ) const
nodiscard

Definition at line 146 of file grantleetheme.cpp.

◆ isValid()

bool Theme::isValid ( ) const
nodiscard

Definition at line 126 of file grantleetheme.cpp.

◆ name()

QString Theme::name ( ) const
nodiscard

Definition at line 141 of file grantleetheme.cpp.

◆ operator=()

Theme & Theme::operator= ( const Theme & other)

Definition at line 117 of file grantleetheme.cpp.

◆ operator==()

bool Theme::operator== ( const Theme & other) const
nodiscard

Definition at line 112 of file grantleetheme.cpp.

◆ render()

QString Theme::render ( const QString & templateName,
const QVariantHash & data,
const QByteArray & applicationDomain = QByteArray() )
nodiscard

Definition at line 179 of file grantleetheme.cpp.

◆ themeFilename()

QString Theme::themeFilename ( ) const
nodiscard

Definition at line 136 of file grantleetheme.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 Jul 26 2024 11:58:45 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.