|
ParaView
|
interface class for plugins that create QActionGroups for adding actions to view frames More...
#include <pqViewFrameActionGroupInterface.h>

Public Member Functions | |
| virtual | ~pqViewFrameActionGroupInterface () |
| destructor | |
| virtual bool | connect (pqViewFrame *, pqView *)=0 |
| Add/remove plugin's actions to/from the frame depending on the view type. | |
| virtual bool | disconnect (pqViewFrame *, pqView *)=0 |
| virtual pqViewFrameActionGroup * | actionGroup ()=0 |
| the instance of the QActionGroup that defines the actions | |
interface class for plugins that create QActionGroups for adding actions to view frames
Definition at line 43 of file pqViewFrameActionGroupInterface.h.
| virtual pqViewFrameActionGroupInterface::~pqViewFrameActionGroupInterface | ( | ) | [inline, virtual] |
destructor
Definition at line 47 of file pqViewFrameActionGroupInterface.h.
| virtual bool pqViewFrameActionGroupInterface::connect | ( | pqViewFrame * | , |
| pqView * | |||
| ) | [pure virtual] |
Add/remove plugin's actions to/from the frame depending on the view type.
Returns true if it did. Note that pqView* may be NULL, implying that the frame is not being assigned to any view.
Implemented in pqViewFrameActionsBehaviorInterface.
| virtual bool pqViewFrameActionGroupInterface::disconnect | ( | pqViewFrame * | , |
| pqView * | |||
| ) | [pure virtual] |
Implemented in pqViewFrameActionsBehaviorInterface.
| virtual pqViewFrameActionGroup* pqViewFrameActionGroupInterface::actionGroup | ( | ) | [pure virtual] |
the instance of the QActionGroup that defines the actions
Implemented in pqViewFrameActionsBehaviorInterface.
1.7.5.1