32 #ifndef pqStandardViewFrameActionsImplementation_h 33 #define pqStandardViewFrameActionsImplementation_h 35 #include "pqApplicationComponentsModule.h" 104 void aboutToShowConvertMenu();
111 void selectSurfaceCellsTriggered();
112 void selectSurfacePointsTriggered();
113 void selectFrustumCellsTriggered();
114 void selectFrustumPointsTriggered();
115 void selectBlocksTriggered();
121 void manageGroupExclusivity(QAction*);
124 void escapeableActionToggled(
bool checked);
127 void interactiveSelectionToggled(
bool checked);
131 virtual void setupEmptyFrame(QWidget* frame);
137 virtual QActionGroup* addSelectionModifierActions(
pqViewFrame* frame,
pqView* view);
153 virtual bool isButtonVisible(
const std::string & buttonName,
pqView* view);
160 ViewType(
const QString& label,
const QString& name):
161 Label(label), Name(name)
168 virtual QList<ViewType> availableViewTypes();
172 virtual void handleCreateView(
const ViewType& viewType);
176 QPointer<QShortcut> ShortCutSurfaceCells;
177 QPointer<QShortcut> ShortCutSurfacePoints;
178 QPointer<QShortcut> ShortCutFrustumCells;
179 QPointer<QShortcut> ShortCutFrustumPoints;
180 QPointer<QShortcut> ShortCutBlocks;
181 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.