26 #ifndef RENDERING_OPTION_H
27 #define RENDERING_OPTION_H
An operator to change the way mesh are visualized.
Definition: RenderingOption.h:42
virtual camitk::Action::ApplyStatus apply()
update the rendering depending on the button states
Definition: RenderingOption.cpp:116
virtual QWidget * getWidget()
use the default widget
Definition: RenderingOption.cpp:78
virtual ~RenderingOption()
the destructor
Definition: RenderingOption.cpp:73
RenderingOption(camitk::ActionExtension *)
the constructor
Definition: RenderingOption.cpp:44
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