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
qqmldomstringdumper.cpp File Reference

(f86900fa79dee56db1c0694495a52069b81457c4)

#include "qqmldomstringdumper_p.h"
#include <QtCore/QDebug>
+ Include dependency graph for qqmldomstringdumper.cpp:

Go to the source code of this file.

Namespaces

namespace  QQmlJS
 
namespace  QQmlJS::Dom
 

Functions

QString QQmlJS::Dom::dumperToString (const Dumper &writer)
 Converts a dumper to a string.
 
void QQmlJS::Dom::sinkEscaped (const Sink &sink, QStringView s, EscapeOptions options)
 dumps a string as quoted string (escaping things like quotes or newlines)
 
void QQmlJS::Dom::dumpErrorLevel (const Sink &s, ErrorLevel level)
 Dumps a string describing the given error level (ErrorLevel::Error -> Error,...)
 
void QQmlJS::Dom::dumperToQDebug (const Dumper &dumper, QDebug debug)
 
void QQmlJS::Dom::dumperToQDebug (const Dumper &dumper, ErrorLevel level)
 writes the dumper to the QDebug object corrsponding to the given error level
 
void QQmlJS::Dom::sinkIndent (const Sink &s, int indent)
 sinks the requested amount of spaces
 
void QQmlJS::Dom::sinkNewline (const Sink &s, int indent)
 sinks a neline and indents by the given amount
 
QDebug QQmlJS::Dom::operator<< (QDebug d, const Dumper &dumper)