ParaView
Public Member Functions | Protected Slots | Protected Member Functions
pqStandardViewFrameActionGroup Class Reference

#include <pqStandardViewFrameActionGroup.h>

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

List of all members.

Public Member Functions

 pqStandardViewFrameActionGroup (QObject *parent=0)
virtual ~pqStandardViewFrameActionGroup ()
virtual bool connect (pqViewFrame *frame, pqView *view)
 Tries to add/remove this group's actions to/from the frame if the view type is supported.
virtual bool disconnect (pqViewFrame *frame, pqView *view)

Protected Slots

void aboutToShowConvertMenu ()
 Called before the "Convert To" menu is shown.
void invoked ()
 This slot is called either from an action in the "Convert To" menu, or from the buttons on an empty frame.

Protected Member Functions

void setupEmptyFrame (QWidget *frame)

Detailed Description

Definition at line 41 of file pqStandardViewFrameActionGroup.h.


Constructor & Destructor Documentation

pqStandardViewFrameActionGroup::pqStandardViewFrameActionGroup ( QObject *  parent = 0)
virtual pqStandardViewFrameActionGroup::~pqStandardViewFrameActionGroup ( ) [virtual]

Member Function Documentation

virtual bool pqStandardViewFrameActionGroup::connect ( pqViewFrame frame,
pqView view 
) [virtual]

Tries to add/remove this group's actions to/from the frame if the view type is supported.

Returns whether or not they were.

Implements pqViewFrameActionGroup.

virtual bool pqStandardViewFrameActionGroup::disconnect ( pqViewFrame frame,
pqView view 
) [virtual]
void pqStandardViewFrameActionGroup::aboutToShowConvertMenu ( ) [protected, slot]

Called before the "Convert To" menu is shown.

We populate the menu with actions for available view types.

void pqStandardViewFrameActionGroup::invoked ( ) [protected, slot]

This slot is called either from an action in the "Convert To" menu, or from the buttons on an empty frame.

void pqStandardViewFrameActionGroup::setupEmptyFrame ( QWidget *  frame) [protected]

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