26 #ifndef CHANGEPARENT_H
27 #define CHANGEPARENT_H
60 void updateComboBox();
This action allows you to modify the selected component's frame parent.
Definition: ChangeParent.h:33
virtual QWidget * getWidget()
update the possible parent lists
Definition: ChangeParent.cpp:65
virtual camitk::Action::ApplyStatus apply()
Update the component's frame with the parent frame selected by the user.
Definition: ChangeParent.cpp:74
ChangeParent(camitk::ActionExtension *)
the constructor
Definition: ChangeParent.cpp:36
virtual ~ChangeParent()=default
Destructor.
This class describes what is a generic Action extension.
Definition: ActionExtension.h:57
Action class is an abstract class that enables you to build a action (generally on a component).
Definition: Action.h:209
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition: Action.h:225
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:303