![]() |
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>
Additional Inherited Members | |
| Public Types inherited from NodeInfo | |
| using | Type = QSSGSceneDesc::Node::Type |
| using | Type = QSSGSceneDesc::Node::Type |
| 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 |
Definition at line 120 of file qquicknodeinfo_p.h.