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

(f86900fa79dee56db1c0694495a52069b81457c4)

#include "qqmldomitem_p.h"
#include "qqmldomstringdumper_p.h"
#include "qqmldomattachedinfo_p.h"
#include <QtCore/QCborMap>
#include <QtCore/QMutex>
#include <QtCore/QMutexLocker>
#include "moc_qqmldomerrormessage_p.cpp"
+ Include dependency graph for qqmldomerrormessage.cpp:

Go to the source code of this file.

Classes

struct  QQmlJS::Dom::StorableMsg
 

Namespaces

namespace  QQmlJS
 
namespace  QQmlJS::Dom
 

Enumerations

enum  { QQmlJS::Dom::FatalMsgMaxLen =511 }
 

Functions

 QQmlJS::Dom::Q_LOGGING_CATEGORY (domLog, "qt.qmldom", QtWarningMsg)
 
static QBasicMutexQQmlJS::Dom::registryMutex ()
 
static ErrorGroups QQmlJS::Dom::myErrors ()
 
static QHash< QLatin1String, StorableMsg > & QQmlJS::Dom::registry ()
 
void QQmlJS::Dom::errorToQDebug (const ErrorMessage &error)
 writes an ErrorMessage to QDebug
 
void QQmlJS::Dom::silentError (const ErrorMessage &)
 Error handler that ignores all errors (excluding fatal ones)
 
void QQmlJS::Dom::errorHandlerHandler (const ErrorMessage &msg, const ErrorHandler *h=nullptr)
 
void QQmlJS::Dom::defaultErrorHandler (const ErrorMessage &error)
 Calls the default error handler (by default errorToQDebug)
 
void QQmlJS::Dom::setDefaultErrorHandler (const ErrorHandler &h)
 Sets the default error handler.
 
ErrorLevel QQmlJS::Dom::errorLevelFromQtMsgType (QtMsgType msgType)