Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
AutoFormatGenerator Struct Reference
Collaboration diagram for AutoFormatGenerator:

Public Member Functions

 AutoFormatGenerator (QSSGStageGeneratorBase &g)
AutoFormatGeneratoroperator<< (const QByteArray &data)
void incIndent ()
void decIndent ()
 AutoFormatGenerator (QSSGStageGeneratorBase &g)
AutoFormatGeneratoroperator<< (const QByteArray &data)
void incIndent ()
void decIndent ()

Public Attributes

QSSGStageGeneratorBasegen
int indent = 0

Detailed Description

Definition at line 705 of file qssgrhiparticles.cpp.

Constructor & Destructor Documentation

◆ AutoFormatGenerator() [1/2]

AutoFormatGenerator::AutoFormatGenerator ( QSSGStageGeneratorBase & g)
inline

Definition at line 709 of file qssgrhiparticles.cpp.

References AutoFormatGenerator().

Referenced by AutoFormatGenerator().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ AutoFormatGenerator() [2/2]

AutoFormatGenerator::AutoFormatGenerator ( QSSGStageGeneratorBase & g)
inline

Definition at line 709 of file qssgrhiparticles.cpp.

Member Function Documentation

◆ decIndent() [1/2]

void AutoFormatGenerator::decIndent ( )
inline

Definition at line 725 of file qssgrhiparticles.cpp.

References indent.

◆ decIndent() [2/2]

void AutoFormatGenerator::decIndent ( )
inline

Definition at line 725 of file qssgrhiparticles.cpp.

◆ incIndent() [1/2]

void AutoFormatGenerator::incIndent ( )
inline

Definition at line 721 of file qssgrhiparticles.cpp.

References indent.

◆ incIndent() [2/2]

void AutoFormatGenerator::incIndent ( )
inline

Definition at line 721 of file qssgrhiparticles.cpp.

◆ operator<<() [1/2]

AutoFormatGenerator & AutoFormatGenerator::operator<< ( const QByteArray & data)
inline

Definition at line 714 of file qssgrhiparticles.cpp.

◆ operator<<() [2/2]

AutoFormatGenerator & AutoFormatGenerator::operator<< ( const QByteArray & data)
inline

Definition at line 714 of file qssgrhiparticles.cpp.

Member Data Documentation

◆ gen

QSSGStageGeneratorBase & AutoFormatGenerator::gen

Definition at line 707 of file qssgrhiparticles.cpp.

◆ indent

int AutoFormatGenerator::indent = 0

Definition at line 708 of file qssgrhiparticles.cpp.

Referenced by decIndent(), and incIndent().


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