Class SBGActionWidget#
#include <SBGActionWidget.hpp>
Inherits the following classes: QWidgetAction
Public Functions#
Type | Name |
---|---|
SBGActionWidget (QObject * parent) |
|
virtual QWidget * | createWidget (QWidget * 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 () |
Detailed Description#
This class implements an action widget.
Short name: SBActionWidget
Public Functions Documentation#
function SBGActionWidget#
function createWidget#
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.