![]() |
Qt 6.x
The Qt SDK
|
#include <qfileiconprovider_p.h>
Public Member Functions | |
QFileIconProviderPrivate (QFileIconProvider *q) | |
QIcon | getIcon (QStyle::StandardPixmap name) const |
QIcon | getIcon (const QFileInfo &fi) const |
![]() | |
QAbstractFileIconProviderPrivate (QAbstractFileIconProvider *q) | |
virtual | ~QAbstractFileIconProviderPrivate () |
QIcon | getPlatformThemeIcon (QAbstractFileIconProvider::IconType type) const |
QIcon | getIconThemeIcon (QAbstractFileIconProvider::IconType type) const |
QIcon | getPlatformThemeIcon (const QFileInfo &info) const |
QIcon | getIconThemeIcon (const QFileInfo &info) const |
Public Attributes | |
const QString | homePath |
![]() | |
QAbstractFileIconProvider * | q_ptr = nullptr |
QAbstractFileIconProvider::Options | options = {} |
Additional Inherited Members | |
![]() | |
static void | clearIconTypeCache () |
Definition at line 30 of file qfileiconprovider_p.h.
QFileIconProviderPrivate::QFileIconProviderPrivate | ( | QFileIconProvider * | q | ) |
Definition at line 34 of file qfileiconprovider.cpp.
Definition at line 139 of file qfileiconprovider.cpp.
References fi, and QAbstractFileIconProviderPrivate::getPlatformThemeIcon().
QIcon QFileIconProviderPrivate::getIcon | ( | QStyle::StandardPixmap | name | ) | const |
Definition at line 39 of file qfileiconprovider.cpp.
References QIcon::isNull(), QStyle::SP_ComputerIcon, QStyle::SP_DesktopIcon, QStyle::SP_DirHomeIcon, QStyle::SP_DirIcon, QStyle::SP_DirLinkIcon, QStyle::SP_DriveCDIcon, QStyle::SP_DriveFDIcon, QStyle::SP_DriveHDIcon, QStyle::SP_DriveNetIcon, QStyle::SP_FileIcon, QStyle::SP_FileLinkIcon, QStyle::SP_TrashIcon, QStyle::standardIcon(), and QApplication::style().
const QString QFileIconProviderPrivate::homePath |
Definition at line 39 of file qfileiconprovider_p.h.