57 QList<camitk::Component*> possibleParentList;
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
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: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