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 Slots | Public Member Functions | Static Public Attributes | List of all members
ctkErrorLogStatusMessageHandler Class Reference

#include <Libs/Widgets/ctkErrorLogStatusMessageHandler.h>

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

Public Slots

void statusBarMessageChanged (const QString &text)
 

Public Member Functions

 ctkErrorLogStatusMessageHandler (QMainWindow *mainWindow)
 
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 ()
 

Static Public Attributes

static QString HandlerName
 

Additional Inherited Members

- Public Types inherited from ctkErrorLogAbstractMessageHandler
typedef QObject Superclass
 
- 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 ctkErrorLogStatusMessageHandler.h.

Constructor & Destructor Documentation

◆ ctkErrorLogStatusMessageHandler()

ctkErrorLogStatusMessageHandler::ctkErrorLogStatusMessageHandler ( QMainWindow *  mainWindow)

Member Function Documentation

◆ handlerName()

virtual QString ctkErrorLogStatusMessageHandler::handlerName ( ) const
virtual

◆ setEnabledInternal()

virtual void ctkErrorLogStatusMessageHandler::setEnabledInternal ( bool  value)
virtual

◆ statusBarMessageChanged

void ctkErrorLogStatusMessageHandler::statusBarMessageChanged ( const QString &  text)
slot

Member Data Documentation

◆ HandlerName

QString ctkErrorLogStatusMessageHandler::HandlerName
static

Definition at line 42 of file ctkErrorLogStatusMessageHandler.h.


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