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:207
virtual QWidget * getWidget()
use the default widget
Definition: RenderingOption.cpp:75
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
An operator to change the way mesh are visualized.
Definition: RenderingOption.h:42
virtual ~RenderingOption()
the destructor
Definition: RenderingOption.cpp:70
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223
RenderingOption(camitk::ActionExtension *)
the constructor
Definition: RenderingOption.cpp:41
virtual ApplyStatus apply()
update the rendering depending on the button states
Definition: RenderingOption.cpp:113