ParaView
Public Member Functions | Public Attributes
pqViewFrameActionsBehaviorInterface Class Reference

#include <pqViewFrameActionsBehavior.h>

Inheritance diagram for pqViewFrameActionsBehaviorInterface:
Inheritance graph
[legend]
Collaboration diagram for pqViewFrameActionsBehaviorInterface:
Collaboration graph
[legend]

List of all members.

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

Public Attributes

pqViewFrameActionGroupGroup

Detailed Description

Definition at line 60 of file pqViewFrameActionsBehavior.h.


Member Function Documentation

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.


Member Data Documentation

Definition at line 72 of file pqViewFrameActionsBehavior.h.


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