Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QIconDirInfo Struct Reference

#include <qiconloader_p.h>

+ Collaboration diagram for QIconDirInfo:

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
 

Detailed Description

Definition at line 38 of file qiconloader_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
Fixed 
Scalable 
Threshold 
Fallback 

Definition at line 40 of file qiconloader_p.h.

Constructor & Destructor Documentation

◆ QIconDirInfo()

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

Definition at line 41 of file qiconloader_p.h.

Member Data Documentation

◆ maxSize

short QIconDirInfo::maxSize

Definition at line 51 of file qiconloader_p.h.

Referenced by QIconTheme::QIconTheme().

◆ minSize

short QIconDirInfo::minSize

Definition at line 52 of file qiconloader_p.h.

Referenced by QIconTheme::QIconTheme().

◆ path

QString QIconDirInfo::path

Definition at line 49 of file qiconloader_p.h.

◆ scale

short QIconDirInfo::scale

Definition at line 54 of file qiconloader_p.h.

Referenced by QIconTheme::QIconTheme().

◆ size

short QIconDirInfo::size

Definition at line 50 of file qiconloader_p.h.

Referenced by QIconTheme::QIconTheme().

◆ threshold

short QIconDirInfo::threshold

Definition at line 53 of file qiconloader_p.h.

Referenced by QIconTheme::QIconTheme().

◆ type

Type QIconDirInfo::type

Definition at line 55 of file qiconloader_p.h.

Referenced by QIconTheme::QIconTheme().


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