Computer Assited Medical Intervention Tool Kit  version 5.0
SimulationDialog.h
Go to the documentation of this file.
1 
2 
3 #ifndef SIMULATIONTABS_H
4 #define SIMULATIONTABS_H
5 
6 #include <Action.h>
7 
8 #include <MMLComponent.h>
9 
19 
20 public:
21 
24 
26  virtual ~SimulationDialog() = default;
27 
28 public slots:
35 
36  virtual QWidget* getWidget();
37 
38 private:
39 
40 };
41 
42 #endif // SIMULATIONTABS_H
43 
camitk::Action::setFamily
void setFamily(QString family)
the name of the family in which this action is associated
Definition: Action.cpp:136
camitk::Action::SUCCESS
@ SUCCESS
everything went according to plan
Definition: Action.h:248
camitk::Action::ApplyStatus
ApplyStatus
Definition: Action.h:247
SimulationDialog::getWidget
virtual QWidget * getWidget()
Definition: SimulationDialog.cpp:49
camitk::Action::setName
void setName(QString name)
Definition: Action.cpp:120
MMLComponent::getMonitoringGuiManager
MonitoringGuiManager * getMonitoringGuiManager()
get MonitoringGuiManager
Definition: MMLComponent.cpp:152
camitk::Action::setComponent
void setComponent(QString component)
the name of the component class that can be used by this action
Definition: Action.cpp:131
MonitoringGuiManager::getDialog
MonitoringDialog * getDialog()
get dialog
Definition: MonitoringGuiManager.cpp:64
camitk::Action::getTargets
const ComponentList getTargets() const
the currently selected and valid (regarding the component property) components, for which this action...
Definition: Action.cpp:166
MonitoringDialog.h
Action.h
SimulationDialog::~SimulationDialog
virtual ~SimulationDialog()=default
Default Destructor.
Log.h
camitk::Action
Action class is an abstract class that enables you to build a action (generally on a component)....
Definition: Action.h:231
MMLComponent
This class manage an MML monitoring document ".mml".
Definition: MMLComponent.h:48
CAMITK_ERROR
#define CAMITK_ERROR(MSG)
Log for error verbosity (the minimum verbosity) Will always appear.
Definition: Log.h:276
camitk::Action::setDescription
void setDescription(QString description)
the description of the action
Definition: Action.cpp:126
MonitoringGuiManager.h
SimulationDialog::SimulationDialog
SimulationDialog(camitk::ActionExtension *)
Default Constructor.
Definition: SimulationDialog.cpp:38
SimulationDialog.h
camitk::ActionExtension
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
SimulationDialog
Action to show the MML Simulation Dialog.
Definition: SimulationDialog.h:18
MMLComponent.h
SimulationDialog::apply
virtual camitk::Action::ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: SimulationDialog.cpp:67
Application.h
camitk
Definition: Action.cpp:35