|
ParaView
|
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 | |
| virtual QActionGroup * | actionGroup ()=0 |
| the instance of the QActionGroup that defines the actions | |
interface class for plugins that create QActionGroups for adding actions to menus and toolbars
Definition at line 42 of file pqActionGroupInterface.h.
| pqActionGroupInterface::pqActionGroupInterface | ( | ) |
| virtual pqActionGroupInterface::~pqActionGroupInterface | ( | ) | [virtual] |
| 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
| virtual QActionGroup* pqActionGroupInterface::actionGroup | ( | ) | [pure virtual] |
the instance of the QActionGroup that defines the actions
1.7.5.1