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 87 of file grantleetheme.cpp.

Member Function Documentation

◆ absolutePath()

QString Theme::absolutePath ( ) const

Definition at line 158 of file grantleetheme.cpp.

◆ addPluginPath()

void Theme::addPluginPath ( const QString & path)
static

Definition at line 206 of file grantleetheme.cpp.

◆ addThemePath()

void Theme::addThemePath ( const QString & path)

Definition at line 176 of file grantleetheme.cpp.

◆ author()

QString Theme::author ( ) const

Definition at line 166 of file grantleetheme.cpp.

◆ authorEmail()

QString Theme::authorEmail ( ) const

Definition at line 171 of file grantleetheme.cpp.

◆ description()

QString Theme::description ( ) const

Definition at line 133 of file grantleetheme.cpp.

◆ dirName()

QString Theme::dirName ( ) const

Definition at line 153 of file grantleetheme.cpp.

◆ displayExtraVariables()

QStringList Theme::displayExtraVariables ( ) const

Definition at line 148 of file grantleetheme.cpp.

◆ isValid()

bool Theme::isValid ( ) const

Definition at line 128 of file grantleetheme.cpp.

◆ name()

QString Theme::name ( ) const

Definition at line 143 of file grantleetheme.cpp.

◆ operator=()

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

Definition at line 119 of file grantleetheme.cpp.

◆ operator==()

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

Definition at line 114 of file grantleetheme.cpp.

◆ render()

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

Definition at line 181 of file grantleetheme.cpp.

◆ themeFilename()

QString Theme::themeFilename ( ) const

Definition at line 138 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 Tue Mar 26 2024 11:12:59 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.