Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QIconTheme Class Reference

#include <qiconloader_p.h>

Collaboration diagram for QIconTheme:

Public Member Functions

 QIconTheme ()=default
 QIconTheme (const QString &name)
QStringList parents () const
QList< QIconDirInfokeyList () const
QStringList contentDirs () const
bool isValid () const

Public Attributes

QList< QSharedPointer< QIconCacheGtkReader > > m_gtkCaches

Detailed Description

Definition at line 146 of file qiconloader_p.h.

Constructor & Destructor Documentation

◆ QIconTheme() [1/2]

QIconTheme::QIconTheme ( )
default

◆ QIconTheme() [2/2]

QIconTheme::QIconTheme ( const QString & name)

Definition at line 349 of file qiconloader.cpp.

Member Function Documentation

◆ contentDirs()

QStringList QIconTheme::contentDirs ( ) const
inline

Definition at line 153 of file qiconloader_p.h.

◆ isValid()

bool QIconTheme::isValid ( ) const
inline

Definition at line 154 of file qiconloader_p.h.

◆ keyList()

QList< QIconDirInfo > QIconTheme::keyList ( ) const
inline

Definition at line 152 of file qiconloader_p.h.

◆ parents()

QStringList QIconTheme::parents ( ) const

Definition at line 424 of file qiconloader.cpp.

Member Data Documentation

◆ m_gtkCaches

QList<QSharedPointer<QIconCacheGtkReader> > QIconTheme::m_gtkCaches

Definition at line 161 of file qiconloader_p.h.


The documentation for this class was generated from the following files: