|
| pqMultiSliceView (const QString &viewtype, const QString &group, const QString &name, vtkSMViewProxy *viewmodule, pqServer *server, QObject *p) |
| constructor takes a bunch of init stuff and must have this signature to satisfy pqView More...
|
|
| ~pqMultiSliceView () override |
|
const double * | GetVisibleSlices (int axisIndex, int &numberOfSlices) |
| Provide access to visible slices positions for any axis. More...
|
|
const double * | GetSlices (int axisIndex, int &numberOfSlices) |
|
const double * | GetAllSlices (int axisIndex, int &numberOfSlices) |
| Provides access to all (visible and invisible) slice positions for any Precondition: 0 <= axisIndex <= 2. More...
|
|
const double * | GetSliceNormal (int axisIndex) |
| Provide access to slices normal for any axis. More...
|
|
const double * | GetSliceOrigin (int axisIndex) |
| Provide access to slices origin for any axis. More...
|
|
void | setCursor (const QCursor &) override |
| Override for custom management. More...
|
|
bool | getOutlineVisibility () |
| Update Outline visibility. More...
|
|
void | setOutlineVisibility (bool visible) |
|
| pqRenderView (const QString &group, const QString &name, vtkSMViewProxy *renModule, pqServer *server, QObject *parent=nullptr) |
|
| pqRenderView (const QString &tname, const QString &group, const QString &name, vtkSMViewProxy *renModule, pqServer *server, QObject *parent=nullptr) |
|
| ~pqRenderView () override |
|
virtual vtkSMRenderViewProxy * | getRenderViewProxy () const |
| Returns the render view proxy associated with this object. More...
|
|
void | resetCamera (bool closest=false, double offsetRatio=0.9) override |
| Resets the camera to include all visible data. More...
|
|
virtual void | resetCenterOfRotation () |
| Resets the center of rotation to the focal point. More...
|
|
virtual void | resetParallelScale () |
| Resets the parallel scale which is used for a parallel projection. More...
|
|
virtual bool | getOrientationAxesVisibility () const |
| Get if the orientation axes is visible. More...
|
|
virtual bool | getOrientationAxesInteractivity () const |
| Get if the orientation axes is interactive. More...
|
|
virtual QColor | getOrientationAxesLabelColor () const |
| Get orientation axes label color. More...
|
|
virtual QColor | getOrientationAxesOutlineColor () const |
| Get orientation axes outline color. More...
|
|
virtual bool | getResetCenterWithCamera () const |
| Get whether resetCamera() resets the center of rotation as well. More...
|
|
virtual bool | getUseMultipleRepresentationSelection () const |
| Get whether selection will be done on multiple representations. More...
|
|
virtual bool | getCenterAxesVisibility () const |
| Get center axes visibility. More...
|
|
virtual void | getCenterOfRotation (double center[3]) const |
| Get the current center of rotation. More...
|
|
bool | supportsUndo () const override |
| Returns if this view module can support undo/redo. More...
|
|
bool | supportsCapture () const override |
| Returns if this view module can support image capture. More...
|
|
virtual void | clearUndoStack () |
| Clears interaction undo stack of this view (and all linked views, if any). More...
|
|
virtual void | resetViewDirection (double look_x, double look_y, double look_z, double up_x, double up_y, double up_z) |
| Reset/Adjust camera view direction. More...
|
|
virtual void | adjustView (const int &adjustType, const double &angle) |
|
virtual void | adjustAzimuth (const double &value) |
|
virtual void | adjustElevation (const double &value) |
|
virtual void | adjustRoll (const double &value) |
|
virtual void | adjustZoom (const double &value) |
|
virtual void | applyIsometricView () |
|
virtual void | resetViewDirectionToPositiveX () |
|
virtual void | resetViewDirectionToNegativeX () |
|
virtual void | resetViewDirectionToPositiveY () |
|
virtual void | resetViewDirectionToNegativeY () |
|
virtual void | resetViewDirectionToPositiveZ () |
|
virtual void | resetViewDirectionToNegativeZ () |
|
virtual pqDataRepresentation * | pick (int pos[2]) |
| Picks the representation at the given position. More...
|
|
virtual pqDataRepresentation * | pickBlock (int pos[2], unsigned int &flatIndex, int &rank) |
| Picks the representation at the given position. More...
|
|
virtual void | selectBlock (int rectangle[4], int selectionModifier=pqView::PV_SELECTION_DEFAULT) |
| Creates a "block" selection given the rectangle in display coordinates. More...
|
|
bool | canUndo () const override |
| Returns if the view module can undo/redo interaction given the current state of the interaction undo stack. More...
|
|
bool | canRedo () const override |
| Returns if the view module can undo/redo interaction given the current state of the interaction undo stack. More...
|
|
virtual void | linkUndoStack (pqRenderView *other) |
| For linking of interaction undo stacks. More...
|
|
virtual void | unlinkUndoStack (pqRenderView *other) |
| For linking of interaction undo stacks. More...
|
|
virtual QCursor | cursor () |
| Let internal class handle which internal widget should change its cursor This is usually used for selection and in case of QuadView/SliceView which contains an aggregation of QWidget, we don't necessary want all of them to share the same cursor. More...
|
|
void | setCursorVisible (bool visible) |
| Set / get the cursor visibility when the mouse hovers the widget associated with this view. More...
|
|
bool | cursorVisible () |
| Set / get the cursor visibility when the mouse hovers the widget associated with this view. More...
|
|
virtual void | selectCellsOnSurface (int rectangle[4], int selectionModifier=pqView::PV_SELECTION_DEFAULT, const char *array=nullptr) |
|
virtual void | selectPointsOnSurface (int rectangle[4], int selectionModifier=pqView::PV_SELECTION_DEFAULT, const char *array=nullptr) |
|
virtual void | selectFrustumCells (int rectangle[4], int selectionModifier=pqView::PV_SELECTION_DEFAULT) |
|
virtual void | selectFrustumPoints (int rectangle[4], int selectionModifier=pqView::PV_SELECTION_DEFAULT) |
|
virtual void | selectFrustumBlocks (int rectangle[4], int selectionModifier=pqView::PV_SELECTION_DEFAULT) |
|
virtual void | selectPolygonPoints (vtkIntArray *polygon, int selectionModifier=pqView::PV_SELECTION_DEFAULT) |
| Creates a new surface selection given the polygon in display coordinates. More...
|
|
virtual void | selectPolygonCells (vtkIntArray *polygon, int selectionModifier=pqView::PV_SELECTION_DEFAULT) |
| Creates a new surface selection given the polygon in display coordinates. More...
|
|
| ~pqRenderViewBase () override |
|
void | resetDisplay (bool closest=false) override |
| Called to reset the view's display. More...
|
|
| ~pqView () override |
|
vtkSMViewProxy * | getViewProxy () const |
| Returns the internal render Module proxy associated with this object. More...
|
|
virtual vtkView * | getClientSideView () const |
| Return the client-side vtkView encapsulated by this view (if any), or return nullptr. More...
|
|
QWidget * | widget () |
| Return a widget associated with this view. More...
|
|
QString | getViewType () const |
| Returns the type of this view module. More...
|
|
virtual QSize | getSize () |
| Returns the current size of the rendering context. More...
|
|
bool | hasRepresentation (pqRepresentation *repr) const |
| This method checks if the representation is shown in this view. More...
|
|
int | getNumberOfRepresentations () const |
| Returns the number representations in the view. More...
|
|
int | getNumberOfVisibleRepresentations () const |
|
int | getNumberOfVisibleDataRepresentations () const |
|
pqRepresentation * | getRepresentation (int index) const |
| Returns the representation for the specified index where (index < getNumberOfRepresentations()). More...
|
|
QList< pqRepresentation * > | getRepresentations () const |
| Returns a list of representations in this view. More...
|
|
bool | canDisplay (pqOutputPort *opPort) const |
| This method returns is any pqPipelineSource can be displayed in this view. More...
|
|
| pqProxy (const QString &group, const QString &name, vtkSMProxy *proxy, pqServer *server, QObject *parent=nullptr) |
|
| ~pqProxy () override |
|
pqServer * | getServer () const |
| Get the server on which this proxy exists. More...
|
|
void | rename (const QString &newname) |
| This is a convenience method. More...
|
|
const QString & | getSMName () |
| Get the name with which this proxy is registered on the server manager. More...
|
|
const QString & | getSMGroup () |
|
vtkSMProxy * | getProxy () const |
| Get the vtkSMProxy this object stands for. More...
|
|
ModifiedState | modifiedState () const |
| Gets whether or not the source has been modified. More...
|
|
void | setModifiedState (ModifiedState modified) |
| Sets whether or not the source has been modified. More...
|
|
vtkPVXMLElement * | getHints () const |
| Returns the hints for this proxy, if any. More...
|
|
QList< vtkSMProxy * > | getHelperProxies () const |
| Returns a list of all helper proxies. More...
|
|
QList< vtkSMProxy * > | getHelperProxies (const QString &key) const |
| Returns a list of all the helper proxies added with a given key. More...
|
|
QList< QString > | getHelperKeys () const |
| Returns the keys for helper proxies. More...
|
|
virtual void | addHelperProxy (const QString &key, vtkSMProxy *) |
| Concept of helper proxies: A pqProxy is created for every important vtkSMProxy registered. More...
|
|
void | removeHelperProxy (const QString &key, vtkSMProxy *) |
|
void | updateHelperProxies () const |
| Updates the internal datastructures using the proxies currently registered under the group that would be used for helper proxies. More...
|
|
vtkSMSessionProxyManager * | proxyManager () const |
| Returns the proxy manager by calling this->getProxy()->GetProxyManager();. More...
|
|
bool | userModifiedSMName () |
| Return whether or not the user has modified the GUI name of the source. More...
|
|
| pqServerManagerModelItem (QObject *parent=nullptr) |
|
| ~pqServerManagerModelItem () override |
|
|
void | updateViewModelCallBack (vtkObject *, unsigned long, void *) |
|
QWidget * | createWidget () override |
| Override to decorate the pqQVTKWidgetBase. More...
|
|
pqQVTKWidget * | getInternalWidget () |
| Helper method to get the concreate 3D widget. More...
|
|
int | getAxisIndex (QObject *) |
| Get axis index. More...
|
|
virtual void | fakeUndoRedo (bool redo, bool self) |
| Updates undo stack without actually performing the undo/redo actions. More...
|
|
virtual void | fakeInteraction (bool start) |
| Updates undo stack of all linked views to record a programmatic change in camera as a interaction. More...
|
|
QWidget * | createWidget () override |
| Creates a new instance of the QWidget subclass to be used to show this view. More...
|
|
void | initialize () override |
| Overridden to initialize the interaction undo/redo stack. More...
|
|
| pqRenderViewBase (const QString &type, const QString &group, const QString &name, vtkSMViewProxy *renModule, pqServer *server, QObject *parent=nullptr) |
|
bool | eventFilter (QObject *caller, QEvent *e) override |
| Overridden to popup the context menu, if some actions have been added using addMenuAction. More...
|
|
QWidget * | createWidget () override |
| Creates a new instance of the QWidget subclass to be used to show this view. More...
|
|
void | initialize () override |
| Use this method to initialize the pqObject state using the underlying vtkSMProxy. More...
|
|
| pqView (const QString &type, const QString &group, const QString &name, vtkSMViewProxy *view, pqServer *server, QObject *parent=nullptr) |
| Constructor: type :- view type. More...
|
|
void | initialize () override |
| Use this method to initialize the pqObject state using the underlying vtkSMProxy. More...
|
|
void | setSMName (const QString &new_name) |
| Make this pqProxy take on a new identity. More...
|
|
virtual void | addInternalHelperProxy (const QString &key, vtkSMProxy *) const |
|
virtual void | removeInternalHelperProxy (const QString &key, vtkSMProxy *) const |
|
vtkEventQtSlotConnect * | getConnector () |
| All subclasses generally need some vtkEventQtSlotConnect instance to connect to VTK events. More...
|
|