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;
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item...
virtual void redo()
Called to redo interaction.
Superclass for all view proxies.
virtual bool supportsCapture() const
Returns if this view module can support image capture.
This is PQ representation for a single representation.
This is a PQ abstraction of a generic view module.
virtual bool canUndo() const
Returns true if undo can be done.
proxy for a VTK source on a server
This class represents any registered Server Manager proxy.
virtual bool canRedo() const
Returns true if redo can be done.
QString getViewType() const
Returns the type of this view module.
virtual void initialize()
PQ representation for a vtkSMProxy that can be involved in a pipeline.
virtual void resetDisplay(bool closest=false)
Called to reset the view's display.
virtual void undo()
Called to undo interaction.
virtual bool supportsUndo() const
Returns if this view module can support undo/redo.
pqUndoStack represents a vtkSMUndoStack along with a a vtkSMUndoStackBuilder.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...