![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickicon_p_p.h>
Public Types | |
| enum | ResolveProperties { NameResolved = 0x0001 , SourceResolved = 0x0002 , WidthResolved = 0x0004 , HeightResolved = 0x0008 , ColorResolved = 0x0010 , CacheResolved = 0x0020 , AllPropertiesResolved = 0x1ffff } |
Static Public Member Functions | |
| static bool | isResolved (const QQuickIcon &icon, int resolveMask) |
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. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Definition at line 29 of file qquickicon_p_p.h.
| Enumerator | |
|---|---|
| NameResolved | |
| SourceResolved | |
| WidthResolved | |
| HeightResolved | |
| ColorResolved | |
| CacheResolved | |
| AllPropertiesResolved | |
Definition at line 35 of file qquickicon_p_p.h.
|
static |
Definition at line 13 of file qquickicon.cpp.
| bool QQuickIconPrivate::cache = true |
Definition at line 52 of file qquickicon_p_p.h.
| QColor QQuickIconPrivate::color = Qt::transparent |
Definition at line 51 of file qquickicon_p_p.h.
| int QQuickIconPrivate::height = 0 |
Definition at line 50 of file qquickicon_p_p.h.
| QString QQuickIconPrivate::name |
Definition at line 46 of file qquickicon_p_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QUrl QQuickIconPrivate::resolvedSource |
Definition at line 48 of file qquickicon_p_p.h.
| int QQuickIconPrivate::resolveMask = 0 |
Definition at line 44 of file qquickicon_p_p.h.
| QUrl QQuickIconPrivate::source |
Definition at line 47 of file qquickicon_p_p.h.
| int QQuickIconPrivate::width = 0 |
Definition at line 49 of file qquickicon_p_p.h.