interface class for plugins that create QActionGroups for adding actions to menus and toolbars
More...
#include <pqActionGroupInterface.h>
interface class for plugins that create QActionGroups for adding actions to menus and toolbars
Definition at line 44 of file pqActionGroupInterface.h.
◆ pqActionGroupInterface()
pqActionGroupInterface::pqActionGroupInterface |
( |
| ) |
|
◆ ~pqActionGroupInterface()
virtual pqActionGroupInterface::~pqActionGroupInterface |
( |
| ) |
|
|
virtual |
◆ 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
◆ actionGroup()
virtual QActionGroup* pqActionGroupInterface::actionGroup |
( |
| ) |
|
|
pure virtual |
the instance of the QActionGroup that defines the actions
The documentation for this class was generated from the following file: