34 PV_SELECTION_DEFAULT = 0,
51 virtual vtkView* getClientSideView()
const;
88 virtual void render();
93 virtual void forceRender();
98 void cancelPendingRenders();
123 virtual bool canUndo()
const {
return false; }
128 virtual bool canRedo()
const {
return false; }
135 virtual QSize getSize();
145 int getNumberOfRepresentations()
const;
148 int getNumberOfVisibleRepresentations()
const;
149 int getNumberOfVisibleDataRepresentations()
const;
160 QList<pqRepresentation*> getRepresentations()
const;
175 void updateDataEvent();
209 void canUndoChanged(
bool);
214 void canRedoChanged(
bool);
234 void beginProgress();
247 void progress(
const QString& message,
int percent_progress);
257 void multipleSelected(QList<pqOutputPort*> opports);
263 void onRepresentationsChanged();
268 void onRepresentationVisibilityChanged(
bool);
290 void onBeginRender();
304 pqServer* server, QObject* parent =
nullptr);
317 virtual QWidget* createWidget() = 0;
322 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...