Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
PathNodeInfo Struct Reference

#include <qquicknodeinfo_p.h>

+ Inheritance diagram for PathNodeInfo:
+ Collaboration diagram for PathNodeInfo:

Public Attributes

QPainterPath painterPath
 
Qt::FillRule fillRule = Qt::FillRule::WindingFill
 
QColor fillColor
 
StrokeStyle strokeStyle
 
QGradient grad
 
- Public Attributes inherited from NodeInfo
QString nodeId
 
QString typeName
 
QTransform transform
 
qreal opacity
 
bool isDefaultTransform
 
bool isDefaultOpacity
 
bool isVisible
 
bool isDisplayed
 
size_t index
 
Type type
 

Additional Inherited Members

- Public Types inherited from NodeInfo
using Type = QSSGSceneDesc::Node::Type
 

Detailed Description

Definition at line 59 of file qquicknodeinfo_p.h.

Member Data Documentation

◆ fillColor

QColor PathNodeInfo::fillColor

Definition at line 63 of file qquicknodeinfo_p.h.

◆ fillRule

Qt::FillRule PathNodeInfo::fillRule = Qt::FillRule::WindingFill

Definition at line 62 of file qquicknodeinfo_p.h.

◆ grad

QGradient PathNodeInfo::grad

Definition at line 65 of file qquicknodeinfo_p.h.

◆ painterPath

QPainterPath PathNodeInfo::painterPath

Definition at line 61 of file qquicknodeinfo_p.h.

◆ strokeStyle

StrokeStyle PathNodeInfo::strokeStyle

Definition at line 64 of file qquicknodeinfo_p.h.


The documentation for this struct was generated from the following file: