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 | Static Public Attributes | Protected Attributes | List of all members
ctkITKErrorLogMessageHandler Class Reference

#include <Libs/ImageProcessing/ITK/Core/ctkITKErrorLogMessageHandler.h>

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

Public Types

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

Public Member Functions

 ctkITKErrorLogMessageHandler ()
 
virtual QString handlerName () const
 
virtual void setEnabledInternal (bool value)
 
virtual ~ctkITKErrorLogMessageHandler ()
 
- 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 ()
 

Static Public Attributes

static QString HandlerName
 

Protected Attributes

QScopedPointer< ctkITKErrorLogMessageHandlerPrivate > d_ptr
 
- Protected Attributes inherited from ctkErrorLogAbstractMessageHandler
QScopedPointer< ctkErrorLogAbstractMessageHandlerPrivate > d_ptr
 

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)
 

Detailed Description

Definition at line 35 of file ctkITKErrorLogMessageHandler.h.

Member Typedef Documentation

◆ Superclass

Definition at line 39 of file ctkITKErrorLogMessageHandler.h.

Constructor & Destructor Documentation

◆ ctkITKErrorLogMessageHandler()

ctkITKErrorLogMessageHandler::ctkITKErrorLogMessageHandler ( )

◆ ~ctkITKErrorLogMessageHandler()

virtual ctkITKErrorLogMessageHandler::~ctkITKErrorLogMessageHandler ( )
virtual

Member Function Documentation

◆ handlerName()

virtual QString ctkITKErrorLogMessageHandler::handlerName ( ) const
virtual

◆ setEnabledInternal()

virtual void ctkITKErrorLogMessageHandler::setEnabledInternal ( bool  value)
virtual

Member Data Documentation

◆ d_ptr

QScopedPointer<ctkITKErrorLogMessageHandlerPrivate> ctkITKErrorLogMessageHandler::d_ptr
protected

Definition at line 51 of file ctkITKErrorLogMessageHandler.h.

◆ HandlerName

QString ctkITKErrorLogMessageHandler::HandlerName
static

Definition at line 44 of file ctkITKErrorLogMessageHandler.h.


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