4 #ifndef pqStandardViewFrameActionsImplementation_h 5 #define pqStandardViewFrameActionsImplementation_h 83 void aboutToShowConvertMenu();
88 void selectSurfaceCellsTriggered();
89 void selectSurfacePointsTriggered();
90 void selectFrustumCellsTriggered();
91 void selectFrustumPointsTriggered();
92 void selectBlocksTriggered();
100 void manageGroupExclusivity(QAction*);
105 void escapeableActionToggled(
bool checked);
110 void interactiveSelectionToggled(
bool checked);
115 void captureViewTriggered();
121 virtual void setupEmptyFrame(QWidget* frame);
131 virtual QActionGroup* addSelectionModifierActions(
pqViewFrame* frame,
pqView* view);
157 virtual bool isButtonVisible(
const std::string& buttonName,
pqView* view);
164 ViewType(
const QString& label,
const QString& name)
175 virtual QList<ViewType> availableViewTypes();
191 QPointer<QShortcut> ShortCutSurfaceCells;
192 QPointer<QShortcut> ShortCutSurfacePoints;
193 QPointer<QShortcut> ShortCutFrustumCells;
194 QPointer<QShortcut> ShortCutFrustumPoints;
195 QPointer<QShortcut> ShortCutBlocks;
196 QPointer<QShortcut> ShortCutEsc;
197 QPointer<QShortcut> ShortCutGrow;
198 QPointer<QShortcut> ShortCutShrink;
pqViewFrameActionsInterface is an interface used by pqMultiViewWidget to add actions/toolbuttons to p...
pqViewFrame is used to represent a frame for any ParaView view shown in the pqMultiViewWidget.
pqContextView is an abstract base class for all charting views based on the VTK context charting libr...
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a PQ abstraction of a generic view module.
View for spread-sheet view.
ViewType(const QString &label, const QString &name)
pqStandardViewFrameActionsImplementation implements pqViewFrameActionsInterface to add the default vi...
virtual void frameConnected(pqViewFrame *frame, pqView *view)=0
This method is called after a frame is assigned to a view.