WidgetActionHighlightWidget
Qualified name: mv::gui::WidgetActionHighlightWidget
-
class WidgetActionHighlightWidget : public mv::gui::OverlayWidget
Widget action highlight class.
Overlay widget class for highlighting a widget action
Note: This action is developed for internal use only
- Author
Thomas Kroes
Public Functions
-
WidgetActionHighlightWidget(QWidget *parent, WidgetAction *action)
Construct with parent widget.
- Parameters:
parent – Pointer to parent widget
action – Pointer to widget action to highlight
-
WidgetAction *getAction()
Get the highlight action.
- Returns:
Pointer to highlight action
-
void setAction(WidgetAction *action)
Set the highlight action.
- Parameters:
action – Pointer to highlight action