![]() |
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/Visualization/VTK/Core/ctkVTKErrorLogMessageHandler.h>


Public Types | |
| typedef ctkErrorLogAbstractMessageHandler | Superclass |
Public Types inherited from ctkErrorLogAbstractMessageHandler | |
| typedef QObject | Superclass |
Public Member Functions | |
| ctkVTKErrorLogMessageHandler () | |
| virtual QString | handlerName () const |
| virtual void | setEnabledInternal (bool value) |
| virtual | ~ctkVTKErrorLogMessageHandler () |
Public Member Functions inherited from ctkErrorLogAbstractMessageHandler | |
| 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 () |
Static Public Attributes | |
| static QString | HandlerName |
Protected Attributes | |
| QScopedPointer< ctkVTKErrorLogMessageHandlerPrivate > | d_ptr |
Protected Attributes inherited from ctkErrorLogAbstractMessageHandler | |
| QScopedPointer< ctkErrorLogAbstractMessageHandlerPrivate > | d_ptr |
Additional Inherited Members | |
Signals inherited from ctkErrorLogAbstractMessageHandler | |
| void | messageHandled (const QDateTime ¤tDateTime, const QString &threadId, ctkErrorLogLevel::LogLevel logLevel, const QString &origin, const ctkErrorLogContext &logContext, const QString &text) |
Protected Member Functions inherited from ctkErrorLogAbstractMessageHandler | |
| void | setHandlerPrettyName (const QString &newHandlerPrettyName) |
Definition at line 35 of file ctkVTKErrorLogMessageHandler.h.
Definition at line 39 of file ctkVTKErrorLogMessageHandler.h.
| ctkVTKErrorLogMessageHandler::ctkVTKErrorLogMessageHandler | ( | ) |
|
virtual |
|
virtual |
Implements ctkErrorLogAbstractMessageHandler.
|
virtual |
Implements ctkErrorLogAbstractMessageHandler.
|
protected |
Definition at line 51 of file ctkVTKErrorLogMessageHandler.h.
|
static |
Definition at line 44 of file ctkVTKErrorLogMessageHandler.h.