CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ctkErrorLogQtMessageHandler Class Reference

#include <Libs/Core/ctkErrorLogQtMessageHandler.h>

Inheritance diagram for ctkErrorLogQtMessageHandler:
Inheritance graph
[legend]
Collaboration diagram for ctkErrorLogQtMessageHandler:
Collaboration graph
[legend]

Public Types

typedef ctkErrorLogAbstractMessageHandler Superclass
 
- Public Types inherited from ctkErrorLogAbstractMessageHandler
typedef QObject Superclass
 

Public Member Functions

 ctkErrorLogQtMessageHandler ()
 
virtual QString handlerName () const
 
virtual void setEnabledInternal (bool value)
 
- 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)
 
ctkErrorLogTerminalOutputterminalOutput (ctkErrorLogTerminalOutput::TerminalOutput terminalOutputType) const
 
virtual ~ctkErrorLogAbstractMessageHandler ()
 

Public Attributes

QtMsgHandler SavedQtMessageHandler
 

Static Public Attributes

static QString HandlerName
 

Additional Inherited Members

- Signals inherited from ctkErrorLogAbstractMessageHandler
void messageHandled (const QDateTime &currentDateTime, 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)
 
- Protected Attributes inherited from ctkErrorLogAbstractMessageHandler
QScopedPointer< ctkErrorLogAbstractMessageHandlerPrivate > d_ptr
 

Detailed Description

Definition at line 35 of file ctkErrorLogQtMessageHandler.h.

Member Typedef Documentation

◆ Superclass

Definition at line 40 of file ctkErrorLogQtMessageHandler.h.

Constructor & Destructor Documentation

◆ ctkErrorLogQtMessageHandler()

ctkErrorLogQtMessageHandler::ctkErrorLogQtMessageHandler ( )

Member Function Documentation

◆ handlerName()

virtual QString ctkErrorLogQtMessageHandler::handlerName ( ) const
virtual

◆ setEnabledInternal()

virtual void ctkErrorLogQtMessageHandler::setEnabledInternal ( bool  value)
virtual

Member Data Documentation

◆ HandlerName

QString ctkErrorLogQtMessageHandler::HandlerName
static

Definition at line 44 of file ctkErrorLogQtMessageHandler.h.

◆ SavedQtMessageHandler

QtMsgHandler ctkErrorLogQtMessageHandler::SavedQtMessageHandler

Definition at line 52 of file ctkErrorLogQtMessageHandler.h.


The documentation for this class was generated from the following file: