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
QSSGQmlUtilities::OutputContext Struct Reference
+ Collaboration diagram for QSSGQmlUtilities::OutputContext:

Public Types

enum  Type : quint8 { Header , RootNode , NodeTree , Resource }
 
enum  Options : quint8 { None , ExpandValueComponents = 0x1 , DesignStudioWorkarounds = ExpandValueComponents | 0x2 }
 

Public Attributes

QTextStreamstream
 
QDir outdir
 
QString sourceDir
 
quint8 indent = 0
 
Type type = NodeTree
 
quint8 options = Options::None
 
quint16 scopeDepth = 0
 

Detailed Description

Definition at line 379 of file qssgqmlutilities.cpp.

Member Enumeration Documentation

◆ Options

Enumerator
None 
ExpandValueComponents 
DesignStudioWorkarounds 

Definition at line 382 of file qssgqmlutilities.cpp.

◆ Type

Enumerator
Header 
RootNode 
NodeTree 
Resource 

Definition at line 381 of file qssgqmlutilities.cpp.

Member Data Documentation

◆ indent

quint8 QSSGQmlUtilities::OutputContext::indent = 0

◆ options

quint8 QSSGQmlUtilities::OutputContext::options = Options::None

Definition at line 393 of file qssgqmlutilities.cpp.

◆ outdir

QDir QSSGQmlUtilities::OutputContext::outdir

Definition at line 389 of file qssgqmlutilities.cpp.

◆ scopeDepth

quint16 QSSGQmlUtilities::OutputContext::scopeDepth = 0

Definition at line 394 of file qssgqmlutilities.cpp.

◆ sourceDir

QString QSSGQmlUtilities::OutputContext::sourceDir

Definition at line 390 of file qssgqmlutilities.cpp.

◆ stream

QTextStream& QSSGQmlUtilities::OutputContext::stream

Definition at line 388 of file qssgqmlutilities.cpp.

◆ type

Type QSSGQmlUtilities::OutputContext::type = NodeTree

Definition at line 392 of file qssgqmlutilities.cpp.


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