![]() |
Qt 6.x
The Qt SDK
|
#include <qfileiconprovider_p.h>
Inheritance diagram for QFileIconProviderPrivate:
Collaboration diagram for QFileIconProviderPrivate:Public Member Functions | |
| QFileIconProviderPrivate (QFileIconProvider *q) | |
| QIcon | getIcon (QStyle::StandardPixmap name) const |
| QIcon | getIcon (const QFileInfo &fi) const |
Public Member Functions inherited from QAbstractFileIconProviderPrivate | |
| 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 |
Public Attributes inherited from QAbstractFileIconProviderPrivate | |
| QAbstractFileIconProvider * | q_ptr = nullptr |
| QAbstractFileIconProvider::Options | options = {} |
Additional Inherited Members | |
Static Public Member Functions inherited from QAbstractFileIconProviderPrivate | |
| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| const QString QFileIconProviderPrivate::homePath |
Definition at line 39 of file qfileiconprovider_p.h.