![]() |
Qt 6.x
The Qt SDK
|
Public Types | |
enum | Type : quint8 { Header , RootNode , NodeTree , Resource } |
enum | Options : quint8 { None , ExpandValueComponents = 0x1 , DesignStudioWorkarounds = ExpandValueComponents | 0x2 } |
Public Attributes | |
QTextStream & | stream |
QDir | outdir |
QString | sourceDir |
quint8 | indent = 0 |
Type | type = NodeTree |
quint8 | options = Options::None |
quint16 | scopeDepth = 0 |
Definition at line 387 of file qssgqmlutilities.cpp.
Enumerator | |
---|---|
None | |
ExpandValueComponents | |
DesignStudioWorkarounds |
Definition at line 390 of file qssgqmlutilities.cpp.
Enumerator | |
---|---|
Header | |
RootNode | |
NodeTree | |
Resource |
Definition at line 389 of file qssgqmlutilities.cpp.
quint8 QSSGQmlUtilities::OutputContext::indent = 0 |
Definition at line 399 of file qssgqmlutilities.cpp.
Referenced by QSSGQmlUtilities::QSSGQmlScopedIndent::~QSSGQmlScopedIndent().
quint8 QSSGQmlUtilities::OutputContext::options = Options::None |
Definition at line 401 of file qssgqmlutilities.cpp.
QDir QSSGQmlUtilities::OutputContext::outdir |
Definition at line 397 of file qssgqmlutilities.cpp.
quint16 QSSGQmlUtilities::OutputContext::scopeDepth = 0 |
Definition at line 402 of file qssgqmlutilities.cpp.
QString QSSGQmlUtilities::OutputContext::sourceDir |
Definition at line 398 of file qssgqmlutilities.cpp.
QTextStream& QSSGQmlUtilities::OutputContext::stream |
Definition at line 396 of file qssgqmlutilities.cpp.
Definition at line 400 of file qssgqmlutilities.cpp.