![]() |
Qt 6.x
The Qt SDK
|
#include "qerrormessage.h"#include "qapplication.h"#include "qcheckbox.h"#include "qlabel.h"#include "qlayout.h"#include "qpushbutton.h"#include "qstringlist.h"#include "qtextedit.h"#include "qdialog_p.h"#include "qpixmap.h"#include "qmetaobject.h"#include "qthread.h"#include "qset.h"#include <queue>#include <stdio.h>#include <stdlib.h>#include "moc_qerrormessage.cpp"
Include dependency graph for qerrormessage.cpp:Go to the source code of this file.
Classes | |
| class | QErrorMessagePrivate |
| struct | QErrorMessagePrivate::Message |
Functions | |
| static void | deleteStaticcQErrorMessage () |
| static QString | msgType2i18nString (QtMsgType t) |
| static void | jump (QtMsgType t, const QMessageLogContext &context, const QString &m) |
Variables | |
| static QErrorMessage * | qtMessageHandler = nullptr |
| static bool | metFatal = false |
| static QtMessageHandler | originalMessageHandler = nullptr |
|
static |
Definition at line 156 of file qerrormessage.cpp.
References qtMessageHandler.
Referenced by QErrorMessage::qtHandler().
Here is the caller graph for this function:
|
static |
Definition at line 190 of file qerrormessage.cpp.
References QString::chop(), context, Qt::convertFromPlainText(), QThread::currentThread(), QLoggingCategory::defaultCategory(), QString::endsWith(), QMetaObject::invokeMethod(), metFatal, msgType2i18nString(), originalMessageHandler, Q_ARG, qApp, qScopeGuard(), qstrcmp(), QtFatalMsg, qtMessageHandler, Qt::QueuedConnection, QErrorMessage::showMessage(), and Qt::WhiteSpaceNormal.
Referenced by QErrorMessage::~QErrorMessage(), QV4::Compiler::Codegen::initializeAndDestructureBindingElement(), QV4::Compiler::Codegen::Reference::loadInAccumulator(), QErrorMessage::qtHandler(), QQuickStochasticEngine::setGoal(), QV4::Compiler::Codegen::visit(), and QV4::Compiler::Codegen::visit().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 166 of file qerrormessage.cpp.
References Q_ASSERT, QT_TRANSLATE_NOOP, QtCriticalMsg, QtDebugMsg, QtFatalMsg, QtInfoMsg, QtWarningMsg, and QCoreApplication::translate().
Referenced by jump().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 164 of file qerrormessage.cpp.
Referenced by QErrorMessage::done(), and jump().
|
static |
Definition at line 188 of file qerrormessage.cpp.
Referenced by QErrorMessage::~QErrorMessage(), jump(), and QErrorMessage::qtHandler().
|
static |
Definition at line 154 of file qerrormessage.cpp.
Referenced by QErrorMessage::~QErrorMessage(), deleteStaticcQErrorMessage(), QErrorMessage::done(), jump(), and QErrorMessage::qtHandler().