|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
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:136
@ SUCCESS
everything went according to plan
Definition: Action.h:248
ApplyStatus
Definition: Action.h:247
virtual QWidget * getWidget()
Definition: SimulationDialog.cpp:49
void setName(QString name)
Definition: Action.cpp:120
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:131
MonitoringDialog * getDialog()
get dialog
Definition: MonitoringGuiManager.cpp:64
const ComponentList getTargets() const
the currently selected and valid (regarding the component property) components, for which this action...
Definition: Action.cpp:166
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:231
This class manage an MML monitoring document ".mml".
Definition: MMLComponent.h:48
#define CAMITK_ERROR(MSG)
Log for error verbosity (the minimum verbosity) Will always appear.
Definition: Log.h:276
void setDescription(QString description)
the description of the action
Definition: Action.cpp:126
SimulationDialog(camitk::ActionExtension *)
Default Constructor.
Definition: SimulationDialog.cpp:38
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 camitk::Action::ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: SimulationDialog.cpp:67
Definition: Action.cpp:35