![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldomlinewriter_p.h>
Public Member Functions | |
| IndentInfo (QStringView line, int tabSize, int initialColumn=0) | |
Public Attributes | |
| QStringView | string |
| QStringView | trailingString |
| int | nNewlines = 0 |
| int | column = 0 |
Definition at line 31 of file qqmldomlinewriter_p.h.
|
inline |
Definition at line 39 of file qqmldomlinewriter_p.h.
| int QQmlJS::Dom::IndentInfo::column = 0 |
Definition at line 37 of file qqmldomlinewriter_p.h.
Referenced by IndentInfo(), testing.tools.encode_pdf_filter._Ascii85DecodePdfStream::close(), QQmlJS::Dom::FormatPartialStatus::column(), QQmlJS::Dom::LineWriter::column(), and QQmlJS::Dom::LineWriter::ensureSpace().
| int QQmlJS::Dom::IndentInfo::nNewlines = 0 |
Definition at line 36 of file qqmldomlinewriter_p.h.
Referenced by IndentInfo().
| QStringView QQmlJS::Dom::IndentInfo::string |
Definition at line 34 of file qqmldomlinewriter_p.h.
| QStringView QQmlJS::Dom::IndentInfo::trailingString |
Definition at line 35 of file qqmldomlinewriter_p.h.