 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
3 #ifndef SIMULATIONTABS_H
4 #define SIMULATIONTABS_H
42 #endif // SIMULATIONTABS_H
void setFamily(QString family)
the name of the family in which this action is associated
Definition: Action.cpp:128
everything went according to plan
Definition: Action.h:245
ApplyStatus
Definition: Action.h:244
virtual QWidget * getWidget()
Definition: SimulationDialog.cpp:48
void setName(QString name)
Definition: Action.cpp:112
MonitoringGuiManager * getMonitoringGuiManager()
get MonitoringGuiManager
Definition: MMLComponent.cpp:152
void setComponent(QString component)
the name of the component class that can be used by this action
Definition: Action.cpp:123
MonitoringDialog * getDialog()
get dialog
Definition: MonitoringGuiManager.cpp:63
const ComponentList getTargets() const
the currently selected and valid (regarding the component property) components, for which this action...
Definition: Action.cpp:158
virtual ~SimulationDialog()=default
Default Destructor.
Action class is an abstract class that enables you to build a action (generally on a component)....
Definition: Action.h:228
This class manage an MML monitoring document ".mml".
Definition: MMLComponent.h:47
#define CAMITK_ERROR(MSG)
Log for error verbosity (the minimum verbosity) Will always appear.
Definition: Log.h:271
void setDescription(QString description)
the description of the action
Definition: Action.cpp:118
SimulationDialog(camitk::ActionExtension *)
Default Constructor.
Definition: SimulationDialog.cpp:37
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
Action to show the MML Simulation Dialog.
Definition: SimulationDialog.h:18
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: SimulationDialog.cpp:66
Definition: Action.cpp:36