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
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 143 of file qqmldomcodeformatter_p.h.

Member Function Documentation

◆ operator==()

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

Definition at line 148 of file qqmldomcodeformatter_p.h.

◆ typeStr()

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

Definition at line 152 of file qqmldomcodeformatter_p.h.

Member Data Documentation

◆ savedIndentDepth

quint16 QQmlJS::Dom::FormatTextStatus::State::savedIndentDepth = 0

Definition at line 146 of file qqmldomcodeformatter_p.h.

◆ type

StateType QQmlJS::Dom::FormatTextStatus::State::type = StateType::Invalid

Definition at line 147 of file qqmldomcodeformatter_p.h.


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