26 #ifndef ACTIONWIDGET_H 27 #define ACTIONWIDGET_H 36 #include <QScrollArea> 83 void setButtonVisibility(
bool);
87 void setNameVisibility(
bool visible);
91 void setDescriptionVisibility(
bool visible);
94 void setAutoUpdateProperty(
bool autoUpdate);
98 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:208
Definition: Action.cpp:40
#define CAMITK_API
Definition: CamiTKAPI.h:49
Definition: objectcontroller.h:47
The object controller class.
Definition: ObjectController.h:162