26 #ifndef ACTIONWIDGET_H 27 #define ACTIONWIDGET_H 36 #include <QScrollArea> 84 void setButtonVisibility(
bool);
88 void setNameVisibility(
bool visible);
92 void setDescriptionVisibility(
bool visible);
95 void setAutoUpdateProperty(
bool autoUpdate);
99 QString getTargetLabel();
123 #endif // ACTIONWIDGET_H
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
Definition: Action.cpp:36
#define CAMITK_API
Definition: CamiTKAPI.h:49
Definition: objectcontroller.h:47
The object controller class.
Definition: ObjectController.h:162