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:184
virtual ApplyStatus apply()
update the rendering depending on the button states
virtual QWidget * getWidget()
use the default widget
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
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
RenderingOption(camitk::ActionExtension *)
the constructor
virtual ~RenderingOption()
the destructor