Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQuickIconPrivate Class Reference
+ Inheritance diagram for QQuickIconPrivate:
+ Collaboration diagram for QQuickIconPrivate:

Public Types

enum  ResolveProperties {
  NameResolved = 0x0001 , SourceResolved = 0x0002 , WidthResolved = 0x0004 , HeightResolved = 0x0008 ,
  ColorResolved = 0x0010 , CacheResolved = 0x0020 , AllPropertiesResolved = 0x1ffff
}
 

Public Attributes

int resolveMask = 0
 
QString name
 
QUrl source
 
QUrl resolvedSource
 
int width = 0
 
int height = 0
 
QColor color = Qt::transparent
 
bool cache = true
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Additional Inherited Members

- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Detailed Description

Definition at line 11 of file qquickicon.cpp.

Member Enumeration Documentation

◆ ResolveProperties

Enumerator
NameResolved 
SourceResolved 
WidthResolved 
HeightResolved 
ColorResolved 
CacheResolved 
AllPropertiesResolved 

Definition at line 15 of file qquickicon.cpp.

Member Data Documentation

◆ cache

bool QQuickIconPrivate::cache = true

◆ color

◆ height

int QQuickIconPrivate::height = 0

◆ name

◆ resolvedSource

◆ resolveMask

◆ source

◆ width

int QQuickIconPrivate::width = 0

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