48 virtual bool event(QEvent* e)
override;
65 double getFrameSize();
This action allows you to show/hide the 3D axes representation of the component's frame.
Definition: ShowFrame.h:34
virtual ~ShowFrame()=default
Destructor.
virtual bool event(QEvent *e) override
manage change immediately
Definition: ShowFrame.cpp:93
virtual QWidget * getWidget() override
update the property visibility
Definition: ShowFrame.cpp:62
ShowFrame(camitk::ActionExtension *)
the constructor
Definition: ShowFrame.cpp:36
virtual camitk::Action::ApplyStatus apply() override
show/hide the frame depending on the user choice
Definition: ShowFrame.cpp:145
QAction * getQAction(camitk::Component *target=nullptr) override
Get the corresponding QAction (overriden to update the checked status)
Definition: ShowFrame.cpp:131
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