Gui::FileIconProvider Class Reference
The FileIconProvider class provides icons for FileDialog to use. More...
#include <FileDialog.h>
Public Member Functions | |
FileIconProvider () | |
Constructs an empty file icon provider called name, with the parent parent. More... | |
QIcon | icon (const QFileInfo &info) const |
QIcon | icon (IconType type) const |
QString | type (const QFileInfo &info) const |
~FileIconProvider () | |
Detailed Description
The FileIconProvider class provides icons for FileDialog to use.
Constructor & Destructor Documentation
◆ FileIconProvider()
FileIconProvider::FileIconProvider | ( | ) |
Constructs an empty file icon provider called name, with the parent parent.
◆ ~FileIconProvider()
FileIconProvider::~FileIconProvider | ( | ) |
Member Function Documentation
◆ icon() [1/2]
QIcon FileIconProvider::icon | ( | const QFileInfo & | info | ) | const |
References icon().
◆ icon() [2/2]
QIcon FileIconProvider::icon | ( | IconType | type | ) | const |
Referenced by icon().
◆ type()
QString FileIconProvider::type | ( | const QFileInfo & | info | ) | const |
The documentation for this class was generated from the following files:
- src/Gui/FileDialog.h
- src/Gui/FileDialog.cpp