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. | |
| QIcon | icon (const QFileInfo &info) const |
| QIcon | icon (IconType type) const |
| QString | type (const QFileInfo &info) const |
| ~FileIconProvider () | |
The FileIconProvider class provides icons for FileDialog to use.
Definition at line 102 of file FileDialog.h.
| FileIconProvider::FileIconProvider | ( | ) |
Constructs an empty file icon provider called name, with the parent parent.
Definition at line 317 of file FileDialog.cpp.
| FileIconProvider::~FileIconProvider | ( | ) |
Definition at line 321 of file FileDialog.cpp.
| QIcon FileIconProvider::icon | ( | const QFileInfo & | info | ) | const |
Definition at line 330 of file FileDialog.cpp.
References icon().
| QIcon FileIconProvider::icon | ( | IconType | type | ) | const |
Definition at line 325 of file FileDialog.cpp.
Referenced by icon().
| QString FileIconProvider::type | ( | const QFileInfo & | info | ) | const |
Definition at line 335 of file FileDialog.cpp.
1.6.1