![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquicknodeinfo_p.h>
Public Attributes | |
| QImage | image |
| QRectF | rect |
| QString | externalFileReference |
| Public Attributes inherited from NodeInfo | |
| QString | id |
| QString | nodeId |
| QString | typeName |
| QString | maskId |
| QString | transformReferenceId |
| QString | customItemType |
| QQuickAnimatedProperty | transform = QQuickAnimatedProperty(QVariant::fromValue(QTransform{})) |
| QQuickAnimatedProperty | opacity = QQuickAnimatedProperty(QVariant::fromValue(1.0)) |
| bool | isDefaultTransform = true |
| bool | isDefaultOpacity = true |
| bool | isVisible = true |
| bool | isDisplayed = true |
| bool | isMaskAlpha = false |
| bool | isMaskInverted = false |
| QQuickAnimatedProperty | visibility = QQuickAnimatedProperty(QVariant::fromValue(true)) |
| int | visibilityEndTime = -1 |
| QRectF | bounds |
| size_t | index |
| Type | type |
Additional Inherited Members | |
| Public Types inherited from NodeInfo | |
| using | Type = QSSGSceneDesc::Node::Type |
| using | Type = QSSGSceneDesc::Node::Type |
Definition at line 51 of file qquicknodeinfo_p.h.
| QString ImageNodeInfo::externalFileReference |
Definition at line 55 of file qquicknodeinfo_p.h.
| QImage ImageNodeInfo::image |
Definition at line 53 of file qquicknodeinfo_p.h.
| QRectF ImageNodeInfo::rect |
Definition at line 54 of file qquicknodeinfo_p.h.