Public Member Functions | Protected Attributes | List of all members
pqSLACActionGroupImplementation Class Reference

interface class for plugins that create QActionGroups for adding actions to menus and toolbars More...

#include <pqSLACActionGroupImplementation.h>

Inheritance diagram for pqSLACActionGroupImplementation:
Inheritance graph
[legend]
Collaboration diagram for pqSLACActionGroupImplementation:
Collaboration graph
[legend]

Public Member Functions

 pqSLACActionGroupImplementation (QObject *p)
 
 ~pqSLACActionGroupImplementation () override
 
QString groupName () override
 the identifier for this action group return "ToolBar/MyTools to put them in a toolbar called MyTools return "MenuBar/MyMenu to put the actions under MyMenu More...
 
QActionGroup * actionGroup () override
 the instance of the QActionGroup that defines the actions More...
 
- Public Member Functions inherited from pqActionGroupInterface
 pqActionGroupInterface ()
 
virtual ~pqActionGroupInterface ()
 

Protected Attributes

QActionGroup * ActionGroup
 

Detailed Description

interface class for plugins that create QActionGroups for adding actions to menus and toolbars

Definition at line 43 of file pqSLACActionGroupImplementation.h.

Constructor & Destructor Documentation

◆ pqSLACActionGroupImplementation()

pqSLACActionGroupImplementation::pqSLACActionGroupImplementation ( QObject *  p)

◆ ~pqSLACActionGroupImplementation()

pqSLACActionGroupImplementation::~pqSLACActionGroupImplementation ( )
override

Member Function Documentation

◆ groupName()

QString pqSLACActionGroupImplementation::groupName ( )
overridevirtual

the identifier for this action group return "ToolBar/MyTools to put them in a toolbar called MyTools return "MenuBar/MyMenu to put the actions under MyMenu

Implements pqActionGroupInterface.

◆ actionGroup()

QActionGroup* pqSLACActionGroupImplementation::actionGroup ( )
overridevirtual

the instance of the QActionGroup that defines the actions

Implements pqActionGroupInterface.

Member Data Documentation

◆ ActionGroup

QActionGroup* pqSLACActionGroupImplementation::ActionGroup
protected

Definition at line 59 of file pqSLACActionGroupImplementation.h.


The documentation for this class was generated from the following file: