![]() |
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 | |
| StructureNodeStage | stage = StructureNodeStage::Start |
| bool | isMaskRectRelativeCoordinates = false |
| QRectF | maskRect |
| 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 145 of file qquicknodeinfo_p.h.
| bool MaskNodeInfo::isMaskRectRelativeCoordinates = false |
Definition at line 149 of file qquicknodeinfo_p.h.
| QRectF MaskNodeInfo::maskRect |
Definition at line 150 of file qquicknodeinfo_p.h.
| StructureNodeStage MaskNodeInfo::stage = StructureNodeStage::Start |
Definition at line 147 of file qquicknodeinfo_p.h.
Referenced by QSvgVisitorImpl::visitMaskNodeEnd().