![]() |
Qt 6.x
The Qt SDK
|
#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 QBasicMutex * | QQmlJS::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, ErrorHandler *h=nullptr) |
| void | QQmlJS::Dom::defaultErrorHandler (const ErrorMessage &error) |
| Calls the default error handler (by default errorToQDebug) | |
| void | QQmlJS::Dom::setDefaultErrorHandler (ErrorHandler h) |
| Sets the default error handler. | |
| ErrorLevel | QQmlJS::Dom::errorLevelFromQtMsgType (QtMsgType msgType) |