Go to the documentation of this file.
34 PV_SELECTION_DEFAULT = 0,
51 virtual vtkView* getClientSideView()
const;
87 virtual void render();
92 virtual void forceRender();
97 void cancelPendingRenders();
122 virtual bool canUndo()
const {
return false; }
127 virtual bool canRedo()
const {
return false; }
134 virtual QSize getSize();
144 int getNumberOfRepresentations()
const;
147 int getNumberOfVisibleRepresentations()
const;
148 int getNumberOfVisibleDataRepresentations()
const;
159 QList<pqRepresentation*> getRepresentations()
const;
174 void updateDataEvent();
208 void canUndoChanged(
bool);
213 void canRedoChanged(
bool);
233 void beginProgress();
246 void progress(
const QString& message,
int percent_progress);
256 void multipleSelected(QList<pqOutputPort*> opports);
262 void onRepresentationsChanged();
267 void onRepresentationVisibilityChanged(
bool);
289 void onBeginRender();
303 pqServer* server, QObject* parent =
nullptr);
316 virtual QWidget* createWidget() = 0;
321 pqViewInternal* Internal;
virtual bool canUndo() const
Returns true if undo can be done.
@ PV_SELECTION_SUBTRACTION
QString getViewType() const
Returns the type of this view module.
This is a PQ abstraction of a generic view module.
pqUndoStack represents a vtkSMUndoStack along with a a vtkSMUndoStackBuilder.
virtual void resetDisplay(bool closest=false)
Called to reset the view's display.
This is PQ representation for a single representation.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
virtual bool canRedo() const
Returns true if redo can be done.
virtual bool supportsUndo() const
Returns if this view module can support undo/redo.
proxy for a VTK source on a server
virtual void initialize()
PQ representation for a vtkSMProxy that can be involved in a pipeline.
virtual void redo()
Called to redo interaction.
virtual void undo()
Called to undo interaction.
Superclass for all view proxies.
virtual bool supportsCapture() const
Returns if this view module can support image capture.
This class represents any registered Server Manager proxy.
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item.