26 #ifndef CHANGEPARENT_H
27 #define CHANGEPARENT_H
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
void updateComboBox()
Definition: ChangeParent.cpp:96
virtual camitk::Action::ApplyStatus apply()
Update the component's frame with the parent frame selected by the user.
Definition: ChangeParent.cpp:74
camitk::Component * currentComponent
Definition: ChangeParent.h:54
ChangeParent(camitk::ActionExtension *)
the constructor
Definition: ChangeParent.cpp:36
virtual ~ChangeParent()=default
Destructor.
QList< camitk::Component * > possibleParentList
Definition: ChangeParent.h:57
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:208
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition: Action.h:224
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:302