Web Analytics Made Easy - Statcounter
Skip to content

Class SBGActionWidget#

ClassList > 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.

SBGActionWidget::SBGActionWidget (
    QObject * parent
) 


function createWidget#

Creates a new widget with the parent parent .

virtual QWidget * SBGActionWidget::createWidget (
    QWidget * 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.

virtual QString SBGActionWidget::getDescriptionImagePath () const


function getName#

Returns the action's class name.

virtual QString SBGActionWidget::getName () const


function getUUID#

Returns the action's UUID.

virtual SBUUID SBGActionWidget::getUUID () const


function isDiscoverable#

Returns true if can be discovered by the user.

virtual bool SBGActionWidget::isDiscoverable () const


function ~SBGActionWidget#

Destructor.

virtual SBGActionWidget::~SBGActionWidget ()