ParaView
Public Member Functions
pqViewFrameActionGroup Class Reference

Base class for custom action groups that can be added to a view frame based on the type of view. More...

#include <pqViewFrameActionGroup.h>

Inheritance diagram for pqViewFrameActionGroup:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 pqViewFrameActionGroup (QObject *p)
 ~pqViewFrameActionGroup ()
virtual bool connect (pqViewFrame *frame, pqView *view)=0
virtual bool disconnect (pqViewFrame *frame, pqView *view)=0

Detailed Description

Base class for custom action groups that can be added to a view frame based on the type of view.

Definition at line 44 of file pqViewFrameActionGroup.h.


Constructor & Destructor Documentation

pqViewFrameActionGroup::pqViewFrameActionGroup ( QObject *  p) [inline]

Definition at line 48 of file pqViewFrameActionGroup.h.

pqViewFrameActionGroup::~pqViewFrameActionGroup ( ) [inline]

Definition at line 49 of file pqViewFrameActionGroup.h.


Member Function Documentation

virtual bool pqViewFrameActionGroup::connect ( pqViewFrame frame,
pqView view 
) [pure virtual]
virtual bool pqViewFrameActionGroup::disconnect ( pqViewFrame frame,
pqView view 
) [pure virtual]

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