|
| void | onXAxis () |
| |
| void | onYAxis () |
| |
| void | onZAxis () |
| |
| void | setWidgetVisible (bool) |
| | Sets 3D widget visibility. More...
|
| |
| void | showWidget () |
| | Makes the 3D widget visible. More...
|
| |
| void | hideWidget () |
| | Hides the 3D widget. More...
|
| |
| virtual void | select () |
| | Activates the widget. More...
|
| |
| virtual void | deselect () |
| | Deactivates the widget. More...
|
| |
| virtual void | accept () |
| | Accepts pending changes. More...
|
| |
| virtual void | reset () |
| | Resets pending changes. More...
|
| |
| virtual void | setView (pqView *) |
| | Set the view that this panel works with. More...
|
| |
| virtual void | setUseSelectionDataBounds (bool use) |
| | When set to true, instead of using the referenceProxy to obtain the default bounds to reset to, it will use the bounds for the selected sources as indicated by pqApplicationCore::getSelectionModel()->getSelectionDataBounds(). More...
|
| |
| bool | useSelectionDataBounds () |
| |
| virtual void | accept () |
| | accept the changes made to the properties changes will be propogated down to the server manager subclasses should only change properties when accept is called to work properly with undo/redo More...
|
| |
| virtual void | reset () |
| | reset the changes made editor will query properties from the server manager More...
|
| |
| virtual void | select () |
| | Called when the panel becomes active. More...
|
| |
| virtual void | deselect () |
| | Called when the panel becomes inactive. More...
|
| |
| virtual void | setView (pqView *) |
| | Set the view that this panel works with. More...
|
| |
| virtual void | setModified () |
| | Fires modified. More...
|
| |
| void | widgetVisibilityChanged (bool) |
| | Notifies observers that widget visibility has changed. More...
|
| |
| void | widgetStartInteraction () |
| | Notifies observers that the user is dragging the 3D widget. More...
|
| |
| void | widgetEndInteraction () |
| | Notifies observers that the user is done dragging the 3D widget. More...
|
| |
| void | widgetInteraction () |
| | Notifies observers that the user is dragging the 3D widget. More...
|
| |
| void | modified () |
| |
| void | onaccept () |
| |
| void | onreset () |
| |
| void | onselect () |
| |
| void | ondeselect () |
| |
| void | viewChanged (pqView *) |
| |
| static QList< pq3DWidget * > | createWidgets (vtkSMProxy *refProxy, vtkSMProxy *proxy) |
| |
| virtual void | setControlledProperty (const char *function, vtkSMProperty *controlled_property) |
| | Subclasses can override this method to map properties to GUI. More...
|
| |
| virtual void | pick (double, double, double) |
| | Called on pick. More...
|
| |
| virtual void | updateMasterEnableState (bool) |
| | Called when master/slave change. More...
|
| |
| void | handleReferenceProxyUserEvent (vtkObject *, unsigned long, void *) |
| | Handle custom user notification to show/hide corresponding widget. More...
|
| |
| bool | pickOnMeshPoint () const |
| |
| void | pickingSupported (const QKeySequence &key) |
| | Subclasses should call this method if they support picking. More...
|
| |
| void | setControlledProperty (vtkSMProperty *widget_property, vtkSMProperty *controlled_property) |
| |
| void | setWidgetProxy (vtkSMNewWidgetRepresentationProxy *) |
| |
| virtual void | onControlledPropertyChanged () |
| | Called when one of the controlled properties change (e.g: by undo/redo) More...
|
| |
| int | getReferenceInputBounds (double bounds[6]) const |
| | Used to get the input bounds on for the reference proxy, if any. More...
|
| |
| virtual void | updateWidgetVisibility () |
| | Update the widget visibility according to the WidgetVisible and Selected flags. More...
|
| |
| virtual void | updateWidgetState (bool visible, bool enable) |
| | Update the widget visibility and enable state. More...
|
| |
| virtual void | updatePickShortcut () |
| | updates the enable state of the picking shortcut. More...
|
| |
| virtual void | updatePickShortcut (bool pickable) |
| |
| bool | event (QEvent *e) |
| |
Definition at line 42 of file pqDistanceWidget.h.