|
ParaView
|
#include <pqStandardViewFrameActionGroup.h>


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) |
Definition at line 41 of file pqStandardViewFrameActionGroup.h.
| pqStandardViewFrameActionGroup::pqStandardViewFrameActionGroup | ( | QObject * | parent = 0 | ) |
| virtual pqStandardViewFrameActionGroup::~pqStandardViewFrameActionGroup | ( | ) | [virtual] |
| 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] |
Implements pqViewFrameActionGroup.
| 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] |
1.7.5.1