Class SBGActionWidget#
This class implements an action widget. More...
#include "SBGActionWidget.hpp"
Inherits the following classes: QWidgetAction
Public Functions#
| Type | Name |
|---|---|
| SBGActionWidget (QObject * parent) Builds an action widget. |
|
| virtual QWidget * | createWidget (QWidget * parent) Creates a new widget with the parent parent . |
| virtual QString | getDescriptionImagePath () const Returns a path to an image which will be placed into the action's description. If not specified, the action's icon might be used instead. |
| virtual QString | getName () const Returns the action's class name. |
| virtual SBUUID | getUUID () const Returns the action's UUID. |
| virtual bool | isDiscoverable () const Returns true if can be discovered by the user. |
| virtual | ~SBGActionWidget () Destructor. |
Detailed Description#
Short name: SBActionWidget
Public Functions Documentation#
function SBGActionWidget#
Builds an action widget.
function createWidget#
Creates a new widget with the parent parent .
function getDescriptionImagePath#
Returns a path to an image which will be placed into the action's description. If not specified, the action's icon might be used instead.
function getName#
Returns the action's class name.
function getUUID#
Returns the action's UUID.
function isDiscoverable#
Returns true if can be discovered by the user.
function ~SBGActionWidget#
Destructor.