![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Libs/Core/ctkErrorLogQtMessageHandler.h>
Public Types | |
typedef ctkErrorLogAbstractMessageHandler | Superclass |
![]() | |
typedef QObject | Superclass |
Public Member Functions | |
ctkErrorLogQtMessageHandler () | |
virtual QString | handlerName () const |
virtual void | setEnabledInternal (bool value) |
![]() | |
ctkErrorLogAbstractMessageHandler () | |
Disabled by default. More... | |
bool | enabled () const |
void | handleMessage (const QString &threadId, ctkErrorLogLevel::LogLevel logLevel, const QString &origin, const ctkErrorLogContext &logContext, const QString &text) |
QString | handlerPrettyName () const |
void | setEnabled (bool value) |
void | setTerminalOutput (ctkErrorLogTerminalOutput::TerminalOutput terminalOutputType, ctkErrorLogTerminalOutput *terminalOutput) |
ctkErrorLogTerminalOutput * | terminalOutput (ctkErrorLogTerminalOutput::TerminalOutput terminalOutputType) const |
virtual | ~ctkErrorLogAbstractMessageHandler () |
Public Attributes | |
QtMsgHandler | SavedQtMessageHandler |
Static Public Attributes | |
static QString | HandlerName |
Additional Inherited Members | |
![]() | |
void | messageHandled (const QDateTime ¤tDateTime, const QString &threadId, ctkErrorLogLevel::LogLevel logLevel, const QString &origin, const ctkErrorLogContext &logContext, const QString &text) |
![]() | |
void | setHandlerPrettyName (const QString &newHandlerPrettyName) |
![]() | |
QScopedPointer< ctkErrorLogAbstractMessageHandlerPrivate > | d_ptr |
Definition at line 35 of file ctkErrorLogQtMessageHandler.h.
Definition at line 40 of file ctkErrorLogQtMessageHandler.h.
ctkErrorLogQtMessageHandler::ctkErrorLogQtMessageHandler | ( | ) |
|
virtual |
Implements ctkErrorLogAbstractMessageHandler.
|
virtual |
Implements ctkErrorLogAbstractMessageHandler.
|
static |
Definition at line 44 of file ctkErrorLogQtMessageHandler.h.
QtMsgHandler ctkErrorLogQtMessageHandler::SavedQtMessageHandler |
Definition at line 52 of file ctkErrorLogQtMessageHandler.h.