interface class for plugins that create QActionGroups for adding actions to menus and toolbars More...
#include <pqActionGroupInterface.h>
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... | |
interface class for plugins that create QActionGroups for adding actions to menus and toolbars
Definition at line 16 of file pqActionGroupInterface.h.
pqActionGroupInterface::pqActionGroupInterface | ( | ) |
|
virtual |
|
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.
|
pure virtual |
the instance of the QActionGroup that defines the actions
Implemented in pqSLACActionGroupImplementation.