ParaView
Public Member Functions
pqActionGroupInterface Class Reference

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

#include <pqActionGroupInterface.h>

List of all members.

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

Detailed Description

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

Definition at line 42 of file pqActionGroupInterface.h.


Constructor & Destructor Documentation

pqActionGroupInterface::pqActionGroupInterface ( )
virtual pqActionGroupInterface::~pqActionGroupInterface ( ) [virtual]

Member Function Documentation

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


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