Qt 4.8
Public Types | Public Functions | Public Variables | List of all members
QIconDirInfo Struct Reference

#include <qiconloader_p.h>

Public Types

enum  Type { Fixed, Scalable, Threshold }
 

Public Functions

 QIconDirInfo (const QString &_path=QString())
 

Public Variables

short maxSize
 
short minSize
 
QString path
 
short size
 
short threshold
 
Type type: 4
 

Detailed Description

Definition at line 68 of file qiconloader_p.h.

Enumerations

◆ Type

Enumerator
Fixed 
Scalable 
Threshold 

Definition at line 70 of file qiconloader_p.h.

Constructors and Destructors

◆ QIconDirInfo()

QIconDirInfo::QIconDirInfo ( const QString _path = QString())
inline

Definition at line 71 of file qiconloader_p.h.

71  :
72  path(_path),
73  size(0),
74  maxSize(0),
75  minSize(0),
76  threshold(0),
77  type(Threshold) {}
QString path
Definition: qiconloader_p.h:78

Properties

◆ maxSize

short QIconDirInfo::maxSize

◆ minSize

short QIconDirInfo::minSize

◆ path

QString QIconDirInfo::path

Definition at line 78 of file qiconloader_p.h.

Referenced by QIconLoader::findIconHelper().

◆ size

short QIconDirInfo::size

◆ threshold

short QIconDirInfo::threshold

◆ type

Type QIconDirInfo::type

The documentation for this struct was generated from the following file: