Public Member Functions | List of all members
pqActionGroupInterface Class Referenceabstract

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

#include <pqActionGroupInterface.h>

Inheritance diagram for pqActionGroupInterface:
Inheritance graph
[legend]

Public Member Functions

 pqActionGroupInterface ()
 
virtual ~pqActionGroupInterface ()
 
virtual QString groupName ()=0
 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...
 
virtual QActionGroup * actionGroup ()=0
 the instance of the QActionGroup that defines the actions More...
 

Detailed Description

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

Definition at line 16 of file pqActionGroupInterface.h.

Constructor & Destructor Documentation

◆ pqActionGroupInterface()

pqActionGroupInterface::pqActionGroupInterface ( )

◆ ~pqActionGroupInterface()

virtual pqActionGroupInterface::~pqActionGroupInterface ( )
virtual

Member Function Documentation

◆ groupName()

virtual QString pqActionGroupInterface::groupName ( )
pure virtual

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

Implemented in pqSLACActionGroupImplementation.

◆ actionGroup()

virtual QActionGroup* pqActionGroupInterface::actionGroup ( )
pure virtual

the instance of the QActionGroup that defines the actions

Implemented in pqSLACActionGroupImplementation.


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