![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
| enum | ResolveProperties { NameResolved = 0x0001 , SourceResolved = 0x0002 , WidthResolved = 0x0004 , HeightResolved = 0x0008 , ColorResolved = 0x0010 , CacheResolved = 0x0020 , AllPropertiesResolved = 0x1ffff , NameResolved = 0x0001 , SourceResolved = 0x0002 , WidthResolved = 0x0004 , HeightResolved = 0x0008 , ColorResolved = 0x0010 , CacheResolved = 0x0020 , AllPropertiesResolved = 0x1ffff } |
| enum | ResolveProperties { NameResolved = 0x0001 , SourceResolved = 0x0002 , WidthResolved = 0x0004 , HeightResolved = 0x0008 , ColorResolved = 0x0010 , CacheResolved = 0x0020 , AllPropertiesResolved = 0x1ffff , 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. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Definition at line 12 of file qquickicon.cpp.
Definition at line 16 of file qquickicon.cpp.
Definition at line 16 of file qquickicon.cpp.
| bool QQuickIconPrivate::cache = true |
Definition at line 33 of file qquickicon.cpp.
| QColor QQuickIconPrivate::color = Qt::transparent |
Definition at line 32 of file qquickicon.cpp.
| int QQuickIconPrivate::height = 0 |
Definition at line 31 of file qquickicon.cpp.
| QString QQuickIconPrivate::name |
Definition at line 27 of file qquickicon.cpp.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QUrl QQuickIconPrivate::resolvedSource |
Definition at line 29 of file qquickicon.cpp.
| int QQuickIconPrivate::resolveMask = 0 |
Definition at line 25 of file qquickicon.cpp.
| QUrl QQuickIconPrivate::source |
Definition at line 28 of file qquickicon.cpp.
| int QQuickIconPrivate::width = 0 |
Definition at line 30 of file qquickicon.cpp.