26 #ifndef RENDERING_OPTION_H 27 #define RENDERING_OPTION_H 62 #endif // RENDERING_OPTION_H
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:208
virtual QWidget * getWidget()
use the default widget
Definition: RenderingOption.cpp:78
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
An operator to change the way mesh are visualized.
Definition: RenderingOption.h:42
virtual ~RenderingOption()
the destructor
Definition: RenderingOption.cpp:73
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:220
RenderingOption(camitk::ActionExtension *)
the constructor
Definition: RenderingOption.cpp:44
virtual ApplyStatus apply()
update the rendering depending on the button states
Definition: RenderingOption.cpp:114