|
Krita Source Code Documentation
|
#include "LogDockerDock.h"#include <QHBoxLayout>#include <QScrollBar>#include <QStandardPaths>#include <QDateTime>#include <QCheckBox>#include <QMessageBox>#include <klocalizedstring.h>#include <ksharedconfig.h>#include <kconfiggroup.h>#include <KisPart.h>#include <KoDialog.h>#include <KoCanvasBase.h>#include <KoIcon.h>#include <KoFileDialog.h>#include "kis_canvas2.h"#include "KisViewManager.h"#include "KisMainWindow.h"#include "kis_config.h"#include <QThread>#include <QMutex>#include <QWaitCondition>#include <QGlobalStatic>#include <KisStaticInitializer.h>#include <LogDockerDock.moc>Go to the source code of this file.
Classes | |
| class | MessageForwarderThread |
| class | MessageHandler |
Functions | |
| QString | cfgToString (const char *category, bool cfg) |
| void | kritaLoggerMessageHandler (QtMsgType type, const QMessageLogContext &context, const QString &msg) |
Variables | |
| KIS_DECLARE_STATIC_INITIALIZER | |
| QString cfgToString | ( | const char * | category, |
| bool | cfg ) |
Definition at line 349 of file LogDockerDock.cpp.
| void kritaLoggerMessageHandler | ( | QtMsgType | type, |
| const QMessageLogContext & | context, | ||
| const QString & | msg ) |
A forward declaration of the handler that will be passed to Qt as a message handler. The handler will use MessageHandler object below to post the actual messages.
Definition at line 152 of file LogDockerDock.cpp.
References KIS_SAFE_ASSERT_RECOVER_RETURN.
| KIS_DECLARE_STATIC_INITIALIZER |
Definition at line 44 of file LogDockerDock.cpp.