32 #ifndef pqStandardViewFrameActionsImplementation_h 33 #define pqStandardViewFrameActionsImplementation_h 35 #include "pqApplicationComponentsModule.h" 111 void aboutToShowConvertMenu();
122 void selectSurfaceCellsTriggered();
123 void selectSurfacePointsTriggered();
124 void selectFrustumCellsTriggered();
125 void selectFrustumPointsTriggered();
126 void selectBlocksTriggered();
134 void manageGroupExclusivity(QAction*);
139 void escapeableActionToggled(
bool checked);
144 void interactiveSelectionToggled(
bool checked);
150 virtual void setupEmptyFrame(QWidget* frame);
160 virtual QActionGroup* addSelectionModifierActions(
pqViewFrame* frame,
pqView* view);
186 virtual bool isButtonVisible(
const std::string& buttonName,
pqView* view);
193 ViewType(
const QString& label,
const QString& name)
204 virtual QList<ViewType> availableViewTypes();
210 virtual void handleCreateView(
const ViewType& viewType);
214 QPointer<QShortcut> ShortCutSurfaceCells;
215 QPointer<QShortcut> ShortCutSurfacePoints;
216 QPointer<QShortcut> ShortCutFrustumCells;
217 QPointer<QShortcut> ShortCutFrustumPoints;
218 QPointer<QShortcut> ShortCutBlocks;
219 QPointer<QShortcut> ShortCutEsc;
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...
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.