![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Namespaces | |
namespace | QQmlJS |
namespace | QQmlJS::Dom |
Functions | |
QString | QQmlJS::Dom::dumperToString (Dumper writer) |
Converts a dumper to a string. | |
void | QQmlJS::Dom::sinkEscaped (Sink sink, QStringView s, EscapeOptions options) |
dumps a string as quoted string (escaping things like quotes or newlines) | |
void | QQmlJS::Dom::dumpErrorLevel (Sink s, ErrorLevel level) |
Dumps a string describing the given error level (ErrorLevel::Error -> Error,...) | |
void | QQmlJS::Dom::dumperToQDebug (Dumper dumper, QDebug debug) |
void | QQmlJS::Dom::dumperToQDebug (Dumper dumper, ErrorLevel level) |
writes the dumper to the QDebug object corrsponding to the given error level | |
void | QQmlJS::Dom::sinkIndent (Sink s, int indent) |
sinks the requested amount of spaces | |
void | QQmlJS::Dom::sinkNewline (Sink s, int indent) |
sinks a neline and indents by the given amount | |
QDebug | QQmlJS::Dom::operator<< (QDebug d, Dumper dumper) |