FileIconProvider Namespace
(Core::FileIconProvider)Functions
Core::Q_DECL_IMPORT | registerIconOverlayForFilename(const int &path, const int &filename) |
Core::Q_DECL_IMPORT | registerIconOverlayForFilename(const QString &path, const QString &filename) |
Core::Q_DECL_IMPORT | registerIconOverlayForMimeType(const class QIcon &icon, const int &mimeType) |
Core::Q_DECL_IMPORT | registerIconOverlayForMimeType(const int &path, const int &mimeType) |
Core::Q_DECL_IMPORT | registerIconOverlayForMimeType(const QString &path, const QString &mimeType) |
Core::Q_DECL_IMPORT | registerIconOverlayForMimeType(const class QIcon &icon, const QString &mimeType) |
Core::Q_DECL_IMPORT | registerIconOverlayForMimeType(const int &icon, const QString &mimeType) |
Core::Q_DECL_IMPORT | registerIconOverlayForSuffix(const int &path, const int &suffix) |
Core::Q_DECL_IMPORT | registerIconOverlayForSuffix(const QString &path, const QString &suffix) |
Function Documentation
Core::Q_DECL_IMPORT FileIconProvider::registerIconOverlayForFilename(const int &path, const int &filename)
Core::Q_DECL_IMPORT FileIconProvider::registerIconOverlayForFilename(const QString &path, const QString &filename)
Core::Q_DECL_IMPORT FileIconProvider::registerIconOverlayForMimeType(const class QIcon &icon, const int &mimeType)
Core::Q_DECL_IMPORT FileIconProvider::registerIconOverlayForMimeType(const int &path, const int &mimeType)
This is an overloaded function.
Core::Q_DECL_IMPORT FileIconProvider::registerIconOverlayForMimeType(const QString &path, const QString &mimeType)
Core::Q_DECL_IMPORT FileIconProvider::registerIconOverlayForMimeType(const class QIcon &icon, const QString &mimeType)
Core::Q_DECL_IMPORT FileIconProvider::registerIconOverlayForMimeType(const int &icon, const QString &mimeType)
Core::Q_DECL_IMPORT FileIconProvider::registerIconOverlayForSuffix(const int &path, const int &suffix)
Registers an icon for a given suffix, overlaying the system file icon. See platform note in class documentation about recommended usage.