|
ParaView
|
#include <pqViewFrameActionsBehavior.h>


Public Member Functions | |
| virtual bool | connect (pqViewFrame *frame, pqView *view) |
| Add/remove plugin's actions to/from the frame depending on the view type. | |
| virtual bool | disconnect (pqViewFrame *frame, pqView *view) |
| virtual pqViewFrameActionGroup * | actionGroup () |
| the instance of the QActionGroup that defines the actions | |
Public Attributes | |
| pqViewFrameActionGroup * | Group |
Definition at line 60 of file pqViewFrameActionsBehavior.h.
| virtual bool pqViewFrameActionsBehaviorInterface::connect | ( | pqViewFrame * | , |
| pqView * | |||
| ) | [inline, 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.
Implements pqViewFrameActionGroupInterface.
Definition at line 66 of file pqViewFrameActionsBehavior.h.
| virtual bool pqViewFrameActionsBehaviorInterface::disconnect | ( | pqViewFrame * | frame, |
| pqView * | view | ||
| ) | [inline, virtual] |
Implements pqViewFrameActionGroupInterface.
Definition at line 68 of file pqViewFrameActionsBehavior.h.
| virtual pqViewFrameActionGroup* pqViewFrameActionsBehaviorInterface::actionGroup | ( | ) | [inline, virtual] |
the instance of the QActionGroup that defines the actions
Implements pqViewFrameActionGroupInterface.
Definition at line 70 of file pqViewFrameActionsBehavior.h.
Definition at line 72 of file pqViewFrameActionsBehavior.h.
1.7.5.1