![]() |
Qt 6.x
The Qt SDK
|
#include <qiconloader_p.h>
Public Types | |
enum | Type { Fixed , Scalable , Threshold , Fallback } |
Public Member Functions | |
QIconDirInfo (const QString &_path=QString()) | |
Public Attributes | |
QString | path |
short | size |
short | maxSize |
short | minSize |
short | threshold |
short | scale |
Type | type |
Definition at line 38 of file qiconloader_p.h.
enum QIconDirInfo::Type |
Enumerator | |
---|---|
Fixed | |
Scalable | |
Threshold | |
Fallback |
Definition at line 40 of file qiconloader_p.h.
Definition at line 41 of file qiconloader_p.h.
short QIconDirInfo::maxSize |
Definition at line 51 of file qiconloader_p.h.
Referenced by QIconTheme::QIconTheme().
short QIconDirInfo::minSize |
Definition at line 52 of file qiconloader_p.h.
Referenced by QIconTheme::QIconTheme().
QString QIconDirInfo::path |
Definition at line 49 of file qiconloader_p.h.
short QIconDirInfo::scale |
Definition at line 54 of file qiconloader_p.h.
Referenced by QIconTheme::QIconTheme().
short QIconDirInfo::size |
Definition at line 50 of file qiconloader_p.h.
Referenced by QIconTheme::QIconTheme().
short QIconDirInfo::threshold |
Definition at line 53 of file qiconloader_p.h.
Referenced by QIconTheme::QIconTheme().
Type QIconDirInfo::type |
Definition at line 55 of file qiconloader_p.h.
Referenced by QIconTheme::QIconTheme().