ParaView
Public Member Functions
pqViewFrameActionGroupInterface Class Reference

interface class for plugins that create QActionGroups for adding actions to view frames More...

#include <pqViewFrameActionGroupInterface.h>

Inheritance diagram for pqViewFrameActionGroupInterface:
Inheritance graph
[legend]

List of all members.

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 pqViewFrameActionGroupactionGroup ()=0
 the instance of the QActionGroup that defines the actions

Detailed Description

interface class for plugins that create QActionGroups for adding actions to view frames

Definition at line 43 of file pqViewFrameActionGroupInterface.h.


Constructor & Destructor Documentation

virtual pqViewFrameActionGroupInterface::~pqViewFrameActionGroupInterface ( ) [inline, virtual]

destructor

Definition at line 47 of file pqViewFrameActionGroupInterface.h.


Member Function Documentation

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]
virtual pqViewFrameActionGroup* pqViewFrameActionGroupInterface::actionGroup ( ) [pure virtual]

the instance of the QActionGroup that defines the actions

Implemented in pqViewFrameActionsBehaviorInterface.


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