|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
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:152
virtual void logToFileChanged()
Definition: LoggerParameters.cpp:146
virtual void errorButtonClicked()
Definition: LoggerParameters.cpp:190
void setFamily(QString family)
the name of the family in which this action is associated
Definition: Action.cpp:136
#define CAMITK_WARNING(MSG)
Log for warning verbosity (the most common one) Will appear by default.
Definition: Log.h:266
@ SUCCESS
everything went according to plan
Definition: Action.h:248
virtual camitk::Action::ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: LoggerParameters.cpp:196
ApplyStatus
Definition: Action.h:247
void setName(QString name)
Definition: Action.cpp:120
#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:261
void setComponent(QString component)
the name of the component class that can be used by this action
Definition: Action.cpp:131
virtual void traceButtonClicked()
Definition: LoggerParameters.cpp:172
virtual void warningButtonClicked()
Definition: LoggerParameters.cpp:184
void addTag(QString tag)
add a tag to the tags list of this action
Definition: Action.cpp:141
Action class is an abstract class that enables you to build a action (generally on a component)....
Definition: Action.h:231
virtual void loggerLevelChanged()
Definition: LoggerParameters.cpp:114
virtual QWidget * getWidget()
This method has to be redefined in your Action only if:
Definition: LoggerParameters.cpp:55
virtual ~LoggerParameters()
Default Destructor.
Definition: LoggerParameters.cpp:50
void enableLogToFileParameters()
Definition: LoggerParameters.cpp:106
ActionExtension * extension
the extension in which this action is declared and registered
Definition: Action.h:507
#define CAMITK_ERROR(MSG)
Log for error verbosity (the minimum verbosity) Will always appear.
Definition: Log.h:276
The AboutAction class handles the pop-up "About CamiTK" with information about CamiTK.
Definition: LoggerParameters.h:40
void setDescription(QString description)
the description of the action
Definition: Action.cpp:126
LogLevel
Definition: InterfaceLogger.h:60
virtual void logFileDirectoryTextEditChanged()
Definition: LoggerParameters.cpp:164
virtual void logToStdOutChanged()
Definition: LoggerParameters.cpp:141
Ui::ui_LoggerParameters ui
Definition: LoggerParameters.h:98
virtual void infoButtonClicked()
Definition: LoggerParameters.cpp:178
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:256
QWidget * myWidget
Definition: LoggerParameters.h:99
LoggerParameters(camitk::ActionExtension *extension)
Default Constructor.
Definition: LoggerParameters.cpp:36
virtual void messageBoxlLevelChanged()
Definition: LoggerParameters.cpp:122
virtual void logTimeStampInfoChanged()
Definition: LoggerParameters.cpp:136
virtual void logDebugInfoChanged()
Definition: LoggerParameters.cpp:131
Definition: Action.cpp:35