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
ctkErrorLogStreamMessageHandler Class Reference

#include <Libs/Core/ctkErrorLogStreamMessageHandler.h>

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

Public Types

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

Public Member Functions

 ctkErrorLogStreamMessageHandler ()
 
virtual QString handlerName () const
 
virtual void setEnabledInternal (bool value)
 
virtual ~ctkErrorLogStreamMessageHandler ()
 
- 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< ctkErrorLogStreamMessageHandlerPrivate > 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 32 of file ctkErrorLogStreamMessageHandler.h.

Member Typedef Documentation

◆ Superclass

Definition at line 36 of file ctkErrorLogStreamMessageHandler.h.

Constructor & Destructor Documentation

◆ ctkErrorLogStreamMessageHandler()

ctkErrorLogStreamMessageHandler::ctkErrorLogStreamMessageHandler ( )

◆ ~ctkErrorLogStreamMessageHandler()

virtual ctkErrorLogStreamMessageHandler::~ctkErrorLogStreamMessageHandler ( )
virtual

Member Function Documentation

◆ handlerName()

virtual QString ctkErrorLogStreamMessageHandler::handlerName ( ) const
virtual

◆ setEnabledInternal()

virtual void ctkErrorLogStreamMessageHandler::setEnabledInternal ( bool  value)
virtual

Member Data Documentation

◆ d_ptr

QScopedPointer<ctkErrorLogStreamMessageHandlerPrivate> ctkErrorLogStreamMessageHandler::d_ptr
protected

Definition at line 47 of file ctkErrorLogStreamMessageHandler.h.

◆ HandlerName

QString ctkErrorLogStreamMessageHandler::HandlerName
static

Definition at line 41 of file ctkErrorLogStreamMessageHandler.h.


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