 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
25 #ifndef LOGGERPARAMETERS_H
26 #define LOGGERPARAMETERS_H
31 #include "ui_LoggerParameters.h"
75 Ui::ui_LoggerParameters
ui;
78 #endif // LOGGERPARAMETERS_H
virtual void logFileDirectoryButtonClicked()
Definition: LoggerParameters.cpp:151
virtual void logToFileChanged()
Definition: LoggerParameters.cpp:145
virtual void errorButtonClicked()
Definition: LoggerParameters.cpp:189
void setFamily(QString family)
the name of the family in which this action is associated
Definition: Action.cpp:128
#define CAMITK_WARNING(MSG)
Log for warning verbosity (the most common one) Will appear by default.
Definition: Log.h:261
Definition: RendererWidget.h:177
everything went according to plan
Definition: Action.h:245
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: LoggerParameters.cpp:195
ApplyStatus
Definition: Action.h:244
void setName(QString name)
Definition: Action.cpp:112
#define CAMITK_INFO(MSG)
Log for info verbosity (the second most verbose one) The msg will appear only if the user asked for I...
Definition: Log.h:256
void setComponent(QString component)
the name of the component class that can be used by this action
Definition: Action.cpp:123
virtual void traceButtonClicked()
Definition: LoggerParameters.cpp:171
virtual void warningButtonClicked()
Definition: LoggerParameters.cpp:183
void addTag(QString tag)
add a tag to the tags list of this action
Definition: Action.cpp:133
Action class is an abstract class that enables you to build a action (generally on a component)....
Definition: Action.h:228
virtual void loggerLevelChanged()
Definition: LoggerParameters.cpp:113
virtual QWidget * getWidget()
This method has to be redefined in your Action only if:
Definition: LoggerParameters.cpp:54
virtual ~LoggerParameters()
Default Destructor.
Definition: LoggerParameters.cpp:49
void enableLogToFileParameters()
Definition: LoggerParameters.cpp:105
ActionExtension * extension
the extension in which this action is declared and registered
Definition: Action.h:498
#define CAMITK_ERROR(MSG)
Log for error verbosity (the minimum verbosity) Will always appear.
Definition: Log.h:271
The AboutAction class handles the pop-up "About CamiTK" with information about CamiTK.
Definition: LoggerParameters.h:39
void setDescription(QString description)
the description of the action
Definition: Action.cpp:118
LogLevel
Definition: InterfaceLogger.h:59
virtual void logFileDirectoryTextEditChanged()
Definition: LoggerParameters.cpp:163
virtual void logToStdOutChanged()
Definition: LoggerParameters.cpp:140
Ui::ui_LoggerParameters ui
Definition: LoggerParameters.h:96
virtual void infoButtonClicked()
Definition: LoggerParameters.cpp:177
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
#define CAMITK_TRACE(MSG)
Log for trace verbosity (the most verbose one, should be used for bug report) The msg will appear onl...
Definition: Log.h:251
QWidget * myWidget
Definition: LoggerParameters.h:97
LoggerParameters(camitk::ActionExtension *extension)
Default Constructor.
Definition: LoggerParameters.cpp:35
virtual void messageBoxlLevelChanged()
Definition: LoggerParameters.cpp:121
virtual void logTimeStampInfoChanged()
Definition: LoggerParameters.cpp:135
virtual void logDebugInfoChanged()
Definition: LoggerParameters.cpp:130
Definition: Action.cpp:36