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
QQmlJS::Dom::FormatTextStatus::State Class Reference

#include <qqmldomcodeformatter_p.h>

+ Collaboration diagram for QQmlJS::Dom::FormatTextStatus::State:

Public Member Functions

bool operator== (const State &other) const
 
QString typeStr () const
 

Public Attributes

quint16 savedIndentDepth = 0
 
StateType type = StateType::Invalid
 

Detailed Description

Definition at line 142 of file qqmldomcodeformatter_p.h.

Member Function Documentation

◆ operator==()

bool QQmlJS::Dom::FormatTextStatus::State::operator== ( const State & other) const
inline

Definition at line 147 of file qqmldomcodeformatter_p.h.

References other().

+ Here is the call graph for this function:

◆ typeStr()

QString QQmlJS::Dom::FormatTextStatus::State::typeStr ( ) const
inline

Definition at line 151 of file qqmldomcodeformatter_p.h.

Referenced by QQmlJS::Dom::FormatPartialStatus::handleTokens().

+ Here is the caller graph for this function:

Member Data Documentation

◆ savedIndentDepth

◆ type


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