Define a container for SALOME VTK view window.
#include <SVTK_ViewWindow.h>

Public Slots | |
| virtual void | showEvent (QShowEvent *) |
| virtual void | hideEvent (QHideEvent *) |
| virtual void | onSelectionChanged () |
| void | onChangeRotationPoint (bool theIsActivate) |
| void | activateSetRotationGravity () |
| void | activateSetRotationSelected (void *theData) |
| void | activateStartPointSelection () |
| void | onUpdateRate (bool theIsActivate) |
| void | onNonIsometric (bool theIsActivate) |
| void | onGraduatedAxes (bool theIsActivate) |
| void | activateZoom () |
| void | activateWindowFit () |
| void | activateRotation () |
| void | activatePanning () |
| void | activateGlobalPanning () |
| void | onPerspectiveMode () |
| void | activateProjectionMode (int) |
| void | activateSetFocalPointGravity () |
| void | activateSetFocalPointSelected () |
| void | activateStartFocalPointSelection () |
| void | onViewParameters (bool theIsActivate) |
| void | onSwitchInteractionStyle (bool theOn) |
| void | onSwitchZoomingStyle (bool theOn) |
| void | onStartRecording () |
| void | onPlayRecording () |
| void | onPauseRecording () |
| void | onStopRecording () |
| virtual void | onFrontView () |
| Redirect the request to #SVTK_Renderer::OnFrontView. | |
| virtual void | onBackView () |
| Redirect the request to #SVTK_Renderer::OnBackView. | |
| virtual void | onTopView () |
| Redirect the request to #SVTK_Renderer::OnTopView. | |
| virtual void | onBottomView () |
| Redirect the request to #SVTK_Renderer::OnBottomView. | |
| virtual void | onRightView () |
| Redirect the request to #SVTK_Renderer::OnRightView. | |
| virtual void | onLeftView () |
| Redirect the request to #SVTK_Renderer::OnLeftView. | |
| virtual void | onClockWiseView () |
| Redirect the request to #SVTK_Renderer::onClockWiseView. | |
| virtual void | onAntiClockWiseView () |
| Redirect the request to #SVTK_Renderer::onAntiClockWiseView. | |
| virtual void | onResetView () |
| Redirect the request to #SVTK_Renderer::OnResetView. | |
| virtual void | onFitAll () |
| Redirect the request to #SVTK_Renderer::OnFitAll. | |
| virtual void | onViewTrihedron () |
| Redirect the request to #SVTK_Renderer::OnViewTrihedron. | |
| virtual void | onViewCubeAxes () |
| Redirect the request to #SVTK_Renderer::OnViewCubeAxes. | |
| virtual void | onAdjustTrihedron () |
| Redirect the request to #SVTK_Renderer::OnAdjustTrihedron. | |
| virtual void | onAdjustCubeAxes () |
| Redirect the request to #SVTK_Renderer::OnAdjustCubeAxes. | |
| virtual void | onDumpView () |
Signals | |
| void | Show (QShowEvent *) |
| void | Hide (QHideEvent *) |
| void | selectionChanged () |
| void | actorAdded (VTKViewer_Actor *) |
| void | actorRemoved (VTKViewer_Actor *) |
| void | tryClosing (SUIT_ViewWindow *) |
| void | closing (SUIT_ViewWindow *) |
| void | mousePressed (SUIT_ViewWindow *, QMouseEvent *) |
| void | mouseReleased (SUIT_ViewWindow *, QMouseEvent *) |
| void | mouseDoubleClicked (SUIT_ViewWindow *, QMouseEvent *) |
| void | mouseMoving (SUIT_ViewWindow *, QMouseEvent *) |
| void | wheeling (SUIT_ViewWindow *, QWheelEvent *) |
| void | keyPressed (SUIT_ViewWindow *, QKeyEvent *) |
| void | keyReleased (SUIT_ViewWindow *, QKeyEvent *) |
| void | contextMenuRequested (QContextMenuEvent *e) |
Public Member Functions | |
| SVTK_ViewWindow (SUIT_Desktop *theDesktop) | |
| To construct SVTK_ViewWindow instance. | |
| virtual | ~SVTK_ViewWindow () |
| virtual QImage | dumpView () |
| virtual void | Initialize (SVTK_ViewModelBase *theModel) |
| To initialize SVTK_ViewWindow instance. | |
| SVTK_View * | getView () |
| Get SVTK_View. | |
| vtkRenderWindow * | getRenderWindow () |
| Get #SVTK_MainWindow. | |
| vtkRenderWindowInteractor * | getInteractor () const |
| Redirect the request to #SVTK_MainWindow::getInteractor. | |
| SVTK_RenderWindowInteractor * | GetInteractor () const |
| Redirect the request to #SVTK_MainWindow::getInteractor. | |
| vtkInteractorStyle * | GetInteractorStyle () const |
| void | PushInteractorStyle (vtkInteractorStyle *theStyle) |
| Redirect the request to #SVTK_RenderWindowInteractor::PushInteractorStyle. | |
| void | PopInteractorStyle () |
| Redirect the request to #SVTK_RenderWindowInteractor::PopInteractorStyle. | |
| vtkRenderer * | getRenderer () const |
| Redirect the request to #SVTK_MainWindow::getRenderer. | |
| SVTK_Renderer * | GetRenderer () const |
| SVTK_Selector * | GetSelector () const |
| Redirect the request to #SVTK_MainWindow::GetSelector. | |
| Selection_Mode | SelectionMode () const |
| Redirect the request to #SVTK_Selector::SelectionMode. | |
| virtual void | SetSelectionMode (Selection_Mode theMode) |
| Change selection mode. | |
| virtual void | setBackgroundColor (const QColor &) |
| Redirect the request to #SVTK_MainWindow::SetBackgroundColor. | |
| QColor | backgroundColor () const |
| Redirect the request to #SVTK_MainWindow::SetBackgroundColor. | |
| bool | isTrihedronDisplayed () |
| Redirect the request to #SVTK_Renderer::IsTrihedronDisplayed. | |
| bool | isCubeAxesDisplayed () |
| Redirect the request to #SVTK_Renderer::IsCubeAxesDisplayed. | |
| virtual void | highlight (const Handle(SALOME_InteractiveObject)&theIO, bool theIsHighlight=true, bool theIsUpdate=true) |
| Redirect the request to #SVTK_View::highlight (to support old code) | |
| virtual void | unHighlightAll () |
| Redirect the request to #SVTK_View::unHighlightAll (to support old code) | |
| bool | isInViewer (const Handle(SALOME_InteractiveObject)&theIObject) |
| Redirect the request to #SVTK_View::isInViewer (to support old code) | |
| bool | isVisible (const Handle(SALOME_InteractiveObject)&theIObject) |
| Redirect the request to #SVTK_View::isVisible (to support old code) | |
| Handle (SALOME_InteractiveObject) FindIObject(const char *theEntry) | |
| Redirect the request to #SVTK_View::FindIObject (to support old code) | |
| virtual void | Display (const Handle(SALOME_InteractiveObject)&theIObject, bool theImmediatly=true) |
| Redirect the request to #SVTK_View::Display (to support old code) | |
| virtual void | DisplayOnly (const Handle(SALOME_InteractiveObject)&theIObject) |
| Redirect the request to #SVTK_View::DisplayOnly (to support old code) | |
| virtual void | Erase (const Handle(SALOME_InteractiveObject)&theIObject, bool theImmediatly=true) |
| Redirect the request to #SVTK_View::Erase (to support old code) | |
| virtual void | DisplayAll () |
| Redirect the request to #SVTK_View::DisplayAll (to support old code) | |
| virtual void | EraseAll () |
| Redirect the request to #SVTK_View::EraseAll (to support old code) | |
| virtual void | Repaint (bool theUpdateTrihedron=true) |
| To repaint the viewer. | |
| virtual void | SetScale (double theScale[3]) |
| Redirect the request to #SVTK_Renderer::SetScale. | |
| virtual void | GetScale (double theScale[3]) |
| Redirect the request to #SVTK_Renderer::GetScale. | |
| virtual void | AddActor (VTKViewer_Actor *theActor, bool theIsUpdate=false, bool theIsAdjustActors=true) |
| Redirect the request to #SVTK_Renderer::AddActor. | |
| virtual void | RemoveActor (VTKViewer_Actor *theActor, bool theIsUpdate=false, bool theIsAdjustActors=true) |
| Redirect the request to #SVTK_Renderer::RemoveActor. | |
| virtual void | AdjustTrihedrons (const bool theIsForced) |
| Redirect the request to #SVTK_Renderer::AdjustActors. | |
| VTKViewer_Trihedron * | GetTrihedron () |
| Redirect the request to #SVTK_Renderer::GetTrihedron. | |
| SVTK_CubeAxesActor2D * | GetCubeAxes () |
| Redirect the request to #SVTK_Renderer::GetCubeAxes. | |
| vtkFloatingPointType | GetTrihedronSize () const |
| Redirect the request to #SVTK_Renderer::GetTrihedronSize. | |
| virtual void | SetTrihedronSize (const vtkFloatingPointType, const bool=true) |
| Redirect the request to #SVTK_Renderer::SetTrihedronSize. | |
| virtual void | SetIncrementalSpeed (const int, const int=0) |
| Redirect the request to #SVTK_MainWindow::SetIncrementalSpeed. | |
| virtual void | SetProjectionMode (const int) |
| Redirect the request to #SVTK_MainWindow::SetProjectionMode. | |
| virtual void | SetInteractionStyle (const int) |
| Redirect the request to #SVTK_MainWindow::SetInteractionStyle. | |
| virtual void | SetZoomingStyle (const int) |
| Redirect the request to #SVTK_MainWindow::SetZoomingStyle. | |
| virtual void | SetSpacemouseButtons (const int, const int, const int) |
| Redirect the request to #SVTK_MainWindow::SetSpacemouseButtons. | |
| virtual void | SetSelectionProp (const double &theRed=1, const double &theGreen=1, const double &theBlue=0, const int &theWidth=5) |
| Redirect the request to #SVTK_Renderer::SetSelectionProp. | |
| virtual void | SetPreselectionProp (const double &theRed=0, const double &theGreen=1, const double &theBlue=1, const int &theWidth=5) |
| Redirect the request to #SVTK_Renderer::SetPreselectionProp. | |
| virtual void | SetSelectionTolerance (const double &theTolNodes=0.025, const double &theTolCell=0.001, const double &theTolObjects=0.025) |
| Redirect the request to #SVTK_Renderer::SetSelectionTolerance. | |
| bool | IsStaticTrihedronVisible () const |
| Get visibility status of the static trihedron. | |
| virtual void | SetStaticTrihedronVisible (const bool) |
| Set visibility status of the static trihedron. | |
| virtual QString | getVisualParameters () |
| Methods to save/restore visual parameters of a view (pan, zoom, etc.) | |
| virtual void | setVisualParameters (const QString ¶meters) |
| virtual bool | eventFilter (QObject *, QEvent *) |
| virtual void | RefreshDumpImage () |
| void | InvokeEvent (unsigned long theEvent, void *theCallData) |
| To invoke a VTK event on SVTK_RenderWindowInteractor instance. | |
| virtual void | setViewManager (SUIT_ViewManager *) |
| SUIT_ViewManager * | getViewManager () const |
| bool | event (QEvent *) |
| bool | dumpViewToFormat (const QString &fileName, const QString &format) |
| bool | onAccelAction (int) |
| bool | closable () const |
| bool | setClosable (const bool) |
| void | setDestructiveClose (const bool) |
| int | getId () const |
| QtxActionToolMgr * | toolMgr () const |
| virtual void | setDropDownButtons (bool) |
Set buttons mode to drop-down (on = true) or ligned (on = false) | |
| bool | dropDownButtons () const |
| Get current buttons mode. | |
Protected Types | |
| enum | { DumpId, FitAllId, FitRectId, ZoomId, PanId, GlobalPanId, ChangeRotationPointId, RotationId, FrontId, BackId, TopId, BottomId, LeftId, RightId, ClockWiseId, AntiClockWiseId, ResetId, ViewTrihedronId, NonIsometric, GraduatedAxes, UpdateRate, ParallelModeId, ProjectionModeId, ViewParametersId, SwitchInteractionStyleId, SwitchZoomingStyleId, StartRecordingId, PlayRecordingId, PauseRecordingId, StopRecordingId } |
Protected Slots | |
| void | onKeyPressed (QKeyEvent *event) |
| void | onKeyReleased (QKeyEvent *event) |
| void | onMousePressed (QMouseEvent *event) |
| void | onMouseDoubleClicked (QMouseEvent *event) |
| void | onMouseReleased (QMouseEvent *event) |
| void | onMouseMoving (QMouseEvent *event) |
Protected Member Functions | |
| virtual void | Initialize (SVTK_View *theView, SVTK_ViewModelBase *theModel) |
| void | doSetVisualParameters (const QString &) |
| void | SetEventDispatcher (vtkObject *theDispatcher) |
| QImage | dumpViewContent () |
| virtual QString | filter () const |
| virtual bool | dumpViewToFormat (const QImage &img, const QString &fileName, const QString &format) |
| virtual bool | action (const int) |
| QtxAction * | getAction (int) const |
| void | createToolBar () |
| void | createActions (SUIT_ResourceMgr *theResourceMgr) |
| void | closeEvent (QCloseEvent *) |
| virtual void | contextMenuEvent (QContextMenuEvent *) |
Protected Attributes | |
| SVTK_View * | myView |
| SVTK_ViewModelBase * | myModel |
| SVTK_RenderWindowInteractor * | myInteractor |
| vtkSmartPointer < SVTK_InteractorStyle > | myDefaultInteractorStyle |
| vtkSmartPointer < SVTK_KeyFreeInteractorStyle > | myKeyFreeInteractorStyle |
| QString | myVisualParams |
| vtkSmartPointer< vtkObject > | myEventDispatcher |
| SVTK_NonIsometricDlg * | myNonIsometricDlg |
| SVTK_UpdateRateDlg * | myUpdateRateDlg |
| SVTK_CubeAxesDlg * | myCubeAxesDlg |
| SVTK_SetRotationPointDlg * | mySetRotationPointDlg |
| SVTK_ViewParameterDlg * | myViewParameterDlg |
| QSize | myPreRecordingMinSize |
| QSize | myPreRecordingMaxSize |
| SVTK_Recorder * | myRecorder |
| QtxAction * | myStartAction |
| QtxAction * | myPlayAction |
| QtxAction * | myPauseAction |
| QtxAction * | myStopAction |
| int | myToolBar |
| int | myRecordingToolBar |
| vtkPVAxesWidget * | myAxesWidget |
| SUIT_Desktop * | myDesktop |
| SUIT_ViewManager * | myManager |
Private Attributes | |
| QImage | myDumpImage |
anonymous enum [protected] |
| SVTK_ViewWindow::SVTK_ViewWindow | ( | SUIT_Desktop * | theDesktop | ) |
Constructor
References myKeyFreeInteractorStyle, and Window.
| SVTK_ViewWindow::~SVTK_ViewWindow | ( | ) | [virtual] |
Destructor
References myRecorder.
| QImage SVTK_ViewWindow::dumpView | ( | ) | [virtual] |
Reimplemented from SUIT_ViewWindow.
References dumpViewContent(), myDumpImage, and RefreshDumpImage().
| void SVTK_ViewWindow::Initialize | ( | SVTK_ViewModelBase * | theModel | ) | [virtual] |
To initialize SVTK_ViewWindow instance
References ChangeRotationPointId, createActions(), createToolBar(), QtxActionToolMgr.createToolBar(), getAction(), SVTK_Renderer.GetDevice(), QVTK_RenderWindowInteractor.GetDevice(), QVTK_RenderWindowInteractor.getRenderWindow(), vtkPVAxesActor.GetXAxisLabelProperty(), vtkPVAxesActor.GetXAxisShaftProperty(), vtkPVAxesActor.GetXAxisTipProperty(), vtkPVAxesActor.GetYAxisLabelProperty(), vtkPVAxesActor.GetYAxisShaftProperty(), vtkPVAxesActor.GetYAxisTipProperty(), vtkPVAxesActor.GetZAxisLabelProperty(), vtkPVAxesActor.GetZAxisShaftProperty(), vtkPVAxesActor.GetZAxisTipProperty(), GraduatedAxes, ViewerTools_CubeAxesDlgBase.initialize(), SVTK_RenderWindowInteractor.Initialize(), SVTK_Renderer.Initialize(), myAxesWidget, myCubeAxesDlg, myDefaultInteractorStyle, myInteractor, myNonIsometricDlg, myRecorder, myRecordingToolBar, mySetRotationPointDlg, myToolBar, myUpdateRateDlg, myView, myViewParameterDlg, vtkPVAxesWidget.New(), SVTK_Recorder.New(), SVTK_InteractorStyle.New(), SVTK_Renderer.New(), SVTK_GenericRenderWindowInteractor.New(), SVTK_Selector.New(), NonIsometric, onResetView(), SVTK_RenderWindowInteractor.PushInteractorStyle(), SUIT_Session.session(), vtkPVAxesWidget.SetEnabled(), SetEventDispatcher(), vtkPVAxesWidget.SetInteractive(), SVTK_Recorder.SetNbFPS(), vtkPVAxesWidget.SetParentRenderer(), SVTK_Recorder.SetProgressiveMode(), SVTK_Recorder.SetQuality(), SVTK_GenericRenderWindowInteractor.SetRenderWidget(), SVTK_Recorder.SetRenderWindow(), SVTK_GenericRenderWindowInteractor.SetSelector(), SVTK_Recorder.SetUseSkippedFrames(), vtkPVAxesWidget.SetViewport(), SUIT_ViewWindow.toolMgr(), UpdateRate, and ViewParametersId.
| vtkRenderWindow * SVTK_ViewWindow::getRenderWindow | ( | ) |
Redirect the request to #SVTK_MainWindow::getRenderWindow
References GetInteractor(), and QVTK_RenderWindowInteractor.getRenderWindow().
| vtkRenderWindowInteractor * SVTK_ViewWindow::getInteractor | ( | ) | const |
References QVTK_RenderWindowInteractor.GetDevice(), and myInteractor.
| SVTK_RenderWindowInteractor * SVTK_ViewWindow::GetInteractor | ( | ) | const |
References myInteractor.
| vtkInteractorStyle * SVTK_ViewWindow::GetInteractorStyle | ( | ) | const |
Redirect the request to SVTK_RenderWindowInteractor.GetInteractorStyle
References GetInteractor(), and SVTK_RenderWindowInteractor.GetInteractorStyle().
| void SVTK_ViewWindow::PushInteractorStyle | ( | vtkInteractorStyle * | theStyle | ) |
Redirect the request to SVTK_RenderWindowInteractor.PushInteractorStyle
References GetInteractor(), and SVTK_RenderWindowInteractor.PushInteractorStyle().
| void SVTK_ViewWindow::PopInteractorStyle | ( | ) |
Redirect the request to SVTK_RenderWindowInteractor.PopInteractorStyle
References GetInteractor(), and SVTK_RenderWindowInteractor.PopInteractorStyle().
| vtkRenderer * SVTK_ViewWindow::getRenderer | ( | ) | const |
References GetInteractor(), and SVTK_RenderWindowInteractor.getRenderer().
| SVTK_Renderer * SVTK_ViewWindow::GetRenderer | ( | ) | const |
Redirect the request to SVTK_RenderWindowInteractor.GetRenderer
References GetInteractor(), and SVTK_RenderWindowInteractor.GetRenderer().
| SVTK_Selector * SVTK_ViewWindow::GetSelector | ( | ) | const |
References GetInteractor(), and SVTK_RenderWindowInteractor.GetSelector().
| Selection_Mode SVTK_ViewWindow::SelectionMode | ( | ) | const |
References GetSelector(), and SVTK_Selector.SelectionMode().
| void SVTK_ViewWindow::SetSelectionMode | ( | Selection_Mode | theMode | ) | [virtual] |
Change selection mode
| theMode | - new selection mode |
References GetSelector(), and SVTK_Selector.SetSelectionMode().
| void SVTK_ViewWindow::setBackgroundColor | ( | const QColor & | theColor | ) | [virtual] |
| QColor SVTK_ViewWindow::backgroundColor | ( | ) | const |
References getRenderer().
| bool SVTK_ViewWindow::isTrihedronDisplayed | ( | ) |
Redirect the request to #SVTK_Renderer::IsTrihedronDisplayed
References GetRenderer(), and SVTK_Renderer.IsTrihedronDisplayed().
| bool SVTK_ViewWindow::isCubeAxesDisplayed | ( | ) |
Redirect the request to #SVTK_Renderer::IsCubeAxesDisplayed
References GetRenderer(), and SVTK_Renderer.IsCubeAxesDisplayed().
| void SVTK_ViewWindow::highlight | ( | const Handle(SALOME_InteractiveObject)& | theIO, |
| bool | theIsHighlight = true, |
||
| bool | theIsUpdate = true |
||
| ) | [virtual] |
Hilights/unhilights object in viewer
| theIO | - object to be updated |
| theIsHighlight | - if it is true, object will be hilighted, otherwise it will be unhilighted |
| theIsUpdate | - update current viewer |
References SVTK_View.highlight(), and myView.
| void SVTK_ViewWindow::unHighlightAll | ( | ) | [virtual] |
Unhilights all objects in viewer
References myView, and SVTK_View.unHighlightAll().
| bool SVTK_ViewWindow::isInViewer | ( | const Handle(SALOME_InteractiveObject)& | theIO | ) |
| theIO | - object to be checked |
References SVTK_View.isInViewer(), and myView.
| bool SVTK_ViewWindow::isVisible | ( | const Handle(SALOME_InteractiveObject)& | theIO | ) |
| theIO | - object to be checked |
References SVTK_View.isVisible(), and myView.
| SVTK_ViewWindow.Handle | ( | SALOME_InteractiveObject | ) | const |
| void SVTK_ViewWindow::Display | ( | const Handle(SALOME_InteractiveObject)& | theIO, |
| bool | theImmediatly = true |
||
| ) | [virtual] |
Display object
| theIO | - object |
| theImmediatly | - update viewer |
References SVTK_View.Display(), and myView.
| void SVTK_ViewWindow::DisplayOnly | ( | const Handle(SALOME_InteractiveObject)& | theIO | ) | [virtual] |
Display only passed object
| theIO | - object |
References SVTK_View.DisplayOnly(), and myView.
| void SVTK_ViewWindow::Erase | ( | const Handle(SALOME_InteractiveObject)& | theIO, |
| bool | theImmediatly = true |
||
| ) | [virtual] |
Erase object
| theIO | - object |
| theImmediatly | - update viewer |
References SVTK_View.Erase(), and myView.
| void SVTK_ViewWindow::DisplayAll | ( | ) | [virtual] |
Display all objects in view
References SVTK_View.DisplayAll(), and myView.
| void SVTK_ViewWindow::EraseAll | ( | ) | [virtual] |
Erase all objects in view
References SVTK_View.EraseAll(), and myView.
| void SVTK_ViewWindow::Repaint | ( | bool | theUpdateTrihedron = true | ) | [virtual] |
Updates current viewer
References getInteractor(), GetInteractor(), GetRenderer(), SVTK_Renderer.OnAdjustTrihedron(), and SVTK_InteractorStyle.OnTimer().
| void SVTK_ViewWindow::SetScale | ( | double | theScale[3] | ) | [virtual] |
Redirect the request to #SVTK_Renderer::SetScale
References GetRenderer(), Repaint(), and SVTK_Renderer.SetScale().
| void SVTK_ViewWindow::GetScale | ( | double | theScale[3] | ) | [virtual] |
Redirect the request to #SVTK_Renderer::GetScale
References GetRenderer(), and SVTK_Renderer.GetScale().
| void SVTK_ViewWindow::AddActor | ( | VTKViewer_Actor * | theActor, |
| bool | theUpdate = false, |
||
| bool | theIsAdjustActors = true |
||
| ) | [virtual] |
Redirect the request to #SVTK_Renderer::AddActor
References actorAdded(), SVTK_Renderer.AddActor(), GetRenderer(), and Repaint().
| void SVTK_ViewWindow::RemoveActor | ( | VTKViewer_Actor * | theActor, |
| bool | theUpdate = false, |
||
| bool | theIsAdjustActors = true |
||
| ) | [virtual] |
Redirect the request to #SVTK_Renderer::RemoveActor
References actorRemoved(), GetRenderer(), SVTK_Renderer.RemoveActor(), and Repaint().
| void SVTK_ViewWindow::AdjustTrihedrons | ( | const bool | theIsForcedUpdate | ) | [virtual] |
If parameter theIsForcedUpdate is true, recalculate parameters for trihedron and cube axes, even if trihedron and cube axes is invisible.
References SVTK_Renderer.AdjustActors(), GetRenderer(), and Repaint().
| VTKViewer_Trihedron * SVTK_ViewWindow::GetTrihedron | ( | ) |
Redirect the request to #SVTK_Renderer::GetTrihedron
References GetRenderer(), and SVTK_Renderer.GetTrihedron().
| SVTK_CubeAxesActor2D * SVTK_ViewWindow::GetCubeAxes | ( | ) |
Redirect the request to #SVTK_Renderer::GetCubeAxes
References SVTK_Renderer.GetCubeAxes(), and GetRenderer().
| vtkFloatingPointType SVTK_ViewWindow::GetTrihedronSize | ( | ) | const |
References GetRenderer(), and SVTK_Renderer.GetTrihedronSize().
| void SVTK_ViewWindow::SetTrihedronSize | ( | const vtkFloatingPointType | theSize, |
| const bool | theRelative = true |
||
| ) | [virtual] |
Sets trihedron size
| theSize | - new trihedron size |
| theRelative | - trihedron relativeness |
References GetRenderer(), Repaint(), and SVTK_Renderer.SetTrihedronSize().
| void SVTK_ViewWindow::SetIncrementalSpeed | ( | const int | theValue, |
| const int | theMode = 0 |
||
| ) | [virtual] |
Sets incremental speed
| theValue | - new incremental speed |
| theMode | - modification mode |
References GetInteractorStyle().
| void SVTK_ViewWindow::SetProjectionMode | ( | const int | theMode | ) | [virtual] |
Sets projection mode
| theMode | - projection mode ( 0 - orthogonal, 1 - perspective ) |
References activateProjectionMode().
| void SVTK_ViewWindow::SetInteractionStyle | ( | const int | theStyle | ) | [virtual] |
Sets actual interaction style
| theStyle | - type of interaction style ( 0 - standard, 1 - keyboard free ) |
References onSwitchInteractionStyle().
| void SVTK_ViewWindow::SetZoomingStyle | ( | const int | theStyle | ) | [virtual] |
Sets actual zooming style
| theStyle | - type of zooming style ( 0 - standard, 1 - advanced (at cursor) ) |
References onSwitchZoomingStyle().
| void SVTK_ViewWindow::SetSpacemouseButtons | ( | const int | theBtn1, |
| const int | theBtn2, | ||
| const int | theBtn3 | ||
| ) | [virtual] |
Sets spacemouse buttons for the functions
| theBtn1 | - spacemouse button for the "decrease speed increment" |
| theBtn2 | - spacemouse button for the "increase speed increment" |
| theBtn3 | - spacemouse button for the "dominant combined switch" |
References myEventDispatcher, SVTK.SetSMDecreaseSpeedEvent, SVTK.SetSMDominantCombinedSwitchEvent, and SVTK.SetSMIncreaseSpeedEvent.
| void SVTK_ViewWindow::SetSelectionProp | ( | const double & | theRed = 1, |
| const double & | theGreen = 1, |
||
| const double & | theBlue = 0, |
||
| const int & | theWidth = 5 |
||
| ) | [virtual] |
Redirect the request to #SVTK_Renderer::SetSelectionProp
References myView, and SVTK_View.SetSelectionProp().
| void SVTK_ViewWindow::SetPreselectionProp | ( | const double & | theRed = 0, |
| const double & | theGreen = 1, |
||
| const double & | theBlue = 1, |
||
| const int & | theWidth = 5 |
||
| ) | [virtual] |
Redirect the request to #SVTK_Renderer::SetSelectionProp
References myView, and SVTK_View.SetPreselectionProp().
| void SVTK_ViewWindow::SetSelectionTolerance | ( | const double & | theTolNodes = 0.025, |
| const double & | theTolItems = 0.001, |
||
| const double & | theTolObjects = 0.025 |
||
| ) | [virtual] |
Redirect the request to #SVTK_Renderer::SetSelectionTolerance
References myView, and SVTK_View.SetSelectionTolerance().
| bool SVTK_ViewWindow::IsStaticTrihedronVisible | ( | ) | const |
Get visibility status of the static trihedron
References myAxesWidget.
| void SVTK_ViewWindow::SetStaticTrihedronVisible | ( | const bool | theIsVisible | ) | [virtual] |
Set visibility status of the static trihedron
References myAxesWidget, and vtkPVAxesWidget.SetEnabled().
| QString SVTK_ViewWindow::getVisualParameters | ( | ) | [virtual] |
The method returns the visual parameters of this view as a formated string
Reimplemented from SUIT_ViewWindow.
References GetCubeAxes(), getGradAxisVisualParams(), GetRenderer(), getRenderer(), GetScale(), GetTrihedronSize(), and isTrihedronDisplayed().
| void SVTK_ViewWindow::setVisualParameters | ( | const QString & | parameters | ) | [virtual] |
The method restores visual parameters of this view or postpones it untill the view is shown
Reimplemented from SUIT_ViewWindow.
References doSetVisualParameters(), GetInteractor(), and myVisualParams.
Delayed setVisualParameters
References doSetVisualParameters(), and myVisualParams.
| void SVTK_ViewWindow::RefreshDumpImage | ( | ) | [virtual] |
QImage, containing all scene rendering in window
References dumpViewContent(), and myDumpImage.
| void SVTK_ViewWindow::InvokeEvent | ( | unsigned long | theEvent, |
| void * | theCallData | ||
| ) |
To invoke a VTK event on SVTK_RenderWindowInteractor instance
References GetInteractor(), and QVTK_RenderWindowInteractor.InvokeEvent().
| void SVTK_ViewWindow.Show | ( | QShowEvent * | ) | [signal] |
| void SVTK_ViewWindow.Hide | ( | QHideEvent * | ) | [signal] |
| void SVTK_ViewWindow::showEvent | ( | QShowEvent * | theEvent | ) | [virtual, slot] |
Custom show event handler
References Show().
| void SVTK_ViewWindow::hideEvent | ( | QHideEvent * | theEvent | ) | [virtual, slot] |
Custom hide event handler
References Hide().
| void SVTK_ViewWindow::onSelectionChanged | ( | ) | [virtual, slot] |
SLOT: called if selection is changed
References myView, and SVTK_SignalHandler.onSelectionChanged().
| void SVTK_ViewWindow::onChangeRotationPoint | ( | bool | theIsActivate | ) | [slot] |
Change rotation point
References activateSetRotationGravity(), SVTK_SetRotationPointDlg.addObserver(), SVTK_SetRotationPointDlg.IsFirstShown(), and mySetRotationPointDlg.
| void SVTK_ViewWindow::activateSetRotationGravity | ( | ) | [slot] |
Set the gravity center as a rotation point
References myEventDispatcher, and SVTK.SetRotateGravity.
| void SVTK_ViewWindow::activateSetRotationSelected | ( | void * | theData | ) | [slot] |
Set the selected point as a rotation point
References SVTK.ChangeRotationPoint, and myEventDispatcher.
| void SVTK_ViewWindow::activateStartPointSelection | ( | ) | [slot] |
Set the point selected by user as a rotation point
References myEventDispatcher, and SVTK.StartPointSelection.
| void SVTK_ViewWindow::onUpdateRate | ( | bool | theIsActivate | ) | [slot] |
References myUpdateRateDlg, and SVTK_UpdateRateDlg.Update().
| void SVTK_ViewWindow::onNonIsometric | ( | bool | theIsActivate | ) | [slot] |
References myNonIsometricDlg, and SVTK_NonIsometricDlg.Update().
| void SVTK_ViewWindow::onGraduatedAxes | ( | bool | theIsActivate | ) | [slot] |
References myCubeAxesDlg, and SVTK_CubeAxesDlg.Update().
| void SVTK_ViewWindow::activateZoom | ( | ) | [slot] |
Starts zoom transformation
References myEventDispatcher, and SVTK.StartZoom.
| void SVTK_ViewWindow::activateWindowFit | ( | ) | [slot] |
Starts window fit transformation
References myEventDispatcher, and SVTK.StartFitArea.
| void SVTK_ViewWindow::activateRotation | ( | ) | [slot] |
Starts rotation transformation
References myEventDispatcher, and SVTK.StartRotate.
| void SVTK_ViewWindow::activatePanning | ( | ) | [slot] |
Starts panning transformation
References myEventDispatcher, and SVTK.StartPan.
| void SVTK_ViewWindow::activateGlobalPanning | ( | ) | [slot] |
Starts global panning transformation
References myEventDispatcher, and SVTK.StartGlobalPan.
| void SVTK_ViewWindow::onPerspectiveMode | ( | ) | [slot] |
Set the view projection mode: orthogonal or perspective
References QtxActionMgr.action(), getAction(), QVTK_RenderWindowInteractor.GetDevice(), GetInteractor(), getRenderer(), ParallelModeId, SwitchZoomingStyleId, and SUIT_ViewWindow.toolMgr().
| void SVTK_ViewWindow::activateProjectionMode | ( | int | theMode | ) | [slot] |
References QtxActionMgr.action(), ParallelModeId, ProjectionModeId, and SUIT_ViewWindow.toolMgr().
| void SVTK_ViewWindow::activateSetFocalPointGravity | ( | ) | [slot] |
Set the gravity center as a focal point
References myEventDispatcher, and SVTK.SetFocalPointGravity.
| void SVTK_ViewWindow::activateSetFocalPointSelected | ( | ) | [slot] |
Set the selected point as a focal point
References myEventDispatcher, and SVTK.SetFocalPointSelected.
| void SVTK_ViewWindow::activateStartFocalPointSelection | ( | ) | [slot] |
Set the point selected by user as a focal point
References myEventDispatcher, and SVTK.StartFocalPointSelection.
| void SVTK_ViewWindow::onViewParameters | ( | bool | theIsActivate | ) | [slot] |
Modify view parameters
References SVTK_ViewParameterDlg.addObserver(), and myViewParameterDlg.
| void SVTK_ViewWindow::onSwitchInteractionStyle | ( | bool | theOn | ) | [slot] |
Switches "keyboard free" interaction style on/off
References test_table.a, SVTK_InteractorStyle.ControllerIncrement(), SVTK_InteractorStyle.ControllerOnKeyDown(), getAction(), GetInteractorStyle(), myKeyFreeInteractorStyle, PopInteractorStyle(), PushInteractorStyle(), and SwitchInteractionStyleId.
| void SVTK_ViewWindow::onSwitchZoomingStyle | ( | bool | theOn | ) | [slot] |
Toogles advanced zooming style (relatively to the cursor position) on/off
References test_table.a, getAction(), myDefaultInteractorStyle, myKeyFreeInteractorStyle, and SwitchZoomingStyleId.
| void SVTK_ViewWindow::onStartRecording | ( | ) | [slot] |
| void SVTK_ViewWindow::onPlayRecording | ( | ) | [slot] |
References myPauseAction, myPlayAction, myRecorder, myStartAction, myStopAction, and SVTK_Recorder.Pause().
| void SVTK_ViewWindow::onPauseRecording | ( | ) | [slot] |
References myPauseAction, myPlayAction, myRecorder, myStartAction, myStopAction, and SVTK_Recorder.Pause().
| void SVTK_ViewWindow::onStopRecording | ( | ) | [slot] |
| void SVTK_ViewWindow.selectionChanged | ( | ) | [signal] |
| void SVTK_ViewWindow.actorAdded | ( | VTKViewer_Actor * | ) | [signal] |
| void SVTK_ViewWindow.actorRemoved | ( | VTKViewer_Actor * | ) | [signal] |
| void SVTK_ViewWindow::onFrontView | ( | ) | [virtual, slot] |
Processes transformation "front view"
References GetRenderer(), SVTK_Renderer.OnFrontView(), and Repaint().
| void SVTK_ViewWindow::onBackView | ( | ) | [virtual, slot] |
Processes transformation "back view"
References GetRenderer(), SVTK_Renderer.OnBackView(), and Repaint().
| void SVTK_ViewWindow::onTopView | ( | ) | [virtual, slot] |
Processes transformation "top view"
References GetRenderer(), SVTK_Renderer.OnTopView(), and Repaint().
| void SVTK_ViewWindow::onBottomView | ( | ) | [virtual, slot] |
Processes transformation "bottom view"
References GetRenderer(), SVTK_Renderer.OnBottomView(), and Repaint().
| void SVTK_ViewWindow::onRightView | ( | ) | [virtual, slot] |
Processes transformation "right view"
References GetRenderer(), SVTK_Renderer.OnRightView(), and Repaint().
| void SVTK_ViewWindow::onLeftView | ( | ) | [virtual, slot] |
Processes transformation "left view"
References GetRenderer(), SVTK_Renderer.OnLeftView(), and Repaint().
| void SVTK_ViewWindow::onClockWiseView | ( | ) | [virtual, slot] |
Rotate view 90 degrees clockwise.
References GetRenderer(), SVTK_Renderer.onClockWiseView(), and Repaint().
| void SVTK_ViewWindow::onAntiClockWiseView | ( | ) | [virtual, slot] |
Rotate view 90 degrees conterclockwise.
References GetRenderer(), SVTK_Renderer.onAntiClockWiseView(), and Repaint().
| void SVTK_ViewWindow::onResetView | ( | ) | [virtual, slot] |
Processes transformation "reset view": sets default orientation of viewport camera
References GetRenderer(), SVTK_Renderer.OnResetView(), and Repaint().
| void SVTK_ViewWindow::onFitAll | ( | ) | [virtual, slot] |
Processes transformation "fit all"
References GetRenderer(), SVTK_Renderer.OnFitAll(), and Repaint().
| void SVTK_ViewWindow::onViewTrihedron | ( | ) | [virtual, slot] |
Redirect the request to #SVTK_Renderer::OnViewTrihedron
References GetRenderer(), SVTK_Renderer.OnViewTrihedron(), and Repaint().
| void SVTK_ViewWindow::onViewCubeAxes | ( | ) | [virtual, slot] |
Redirect the request to #SVTK_Renderer::OnViewCubeAxes
References GetRenderer(), SVTK_Renderer.OnViewCubeAxes(), and Repaint().
| void SVTK_ViewWindow::onAdjustTrihedron | ( | ) | [virtual, slot] |
Redirect the request to #SVTK_Renderer::OnAdjustTrihedron
References GetRenderer(), and SVTK_Renderer.OnAdjustTrihedron().
| void SVTK_ViewWindow::onAdjustCubeAxes | ( | ) | [virtual, slot] |
Redirect the request to #SVTK_Renderer::OnAdjustCubeAxes
References GetRenderer(), and SVTK_Renderer.OnAdjustCubeAxes().
| void SVTK_ViewWindow::onKeyPressed | ( | QKeyEvent * | event | ) | [protected, slot] |
Emits key pressed
References SUIT_ViewWindow.keyPressed().
| void SVTK_ViewWindow::onKeyReleased | ( | QKeyEvent * | event | ) | [protected, slot] |
Emits key released
References SUIT_ViewWindow.keyReleased().
| void SVTK_ViewWindow::onMousePressed | ( | QMouseEvent * | event | ) | [protected, slot] |
Emits mouse pressed
References SUIT_ViewWindow.mousePressed().
| void SVTK_ViewWindow::onMouseDoubleClicked | ( | QMouseEvent * | event | ) | [protected, slot] |
Emits mouse double clicked
References SUIT_ViewWindow.mouseDoubleClicked().
| void SVTK_ViewWindow::onMouseReleased | ( | QMouseEvent * | event | ) | [protected, slot] |
Emits mouse released
References SUIT_ViewWindow.mouseReleased().
| void SVTK_ViewWindow::onMouseMoving | ( | QMouseEvent * | event | ) | [protected, slot] |
Emits mouse moving
References SUIT_ViewWindow.mouseMoving().
| void SVTK_ViewWindow::Initialize | ( | SVTK_View * | theView, |
| SVTK_ViewModelBase * | theModel | ||
| ) | [protected, virtual] |
To initialize SVTK_ViewWindow instance
References SUIT_ViewWindow.contextMenuRequested(), onKeyPressed(), onKeyReleased(), onMouseDoubleClicked(), onMouseMoving(), onMousePressed(), onMouseReleased(), onSelectionChanged(), and selectionChanged().
| void SVTK_ViewWindow::doSetVisualParameters | ( | const QString & | parameters | ) | [protected] |
The method restores visual parameters of this view from a formated string
References GetCubeAxes(), getRenderer(), GetTrihedron(), nAllParams, nGradAxisParams, nNormalParams, setGradAxisVisualParams(), SetScale(), SetTrihedronSize(), VTKViewer_Trihedron.VisibilityOff(), and VTKViewer_Trihedron.VisibilityOn().
| void SVTK_ViewWindow::SetEventDispatcher | ( | vtkObject * | theDispatcher | ) | [protected] |
References myEventDispatcher.
| QImage SVTK_ViewWindow::dumpViewContent | ( | ) | [protected] |
| QString SVTK_ViewWindow::filter | ( | ) | const [protected, virtual] |
Reimplemented from SUIT_ViewWindow.
| bool SVTK_ViewWindow::dumpViewToFormat | ( | const QImage & | img, |
| const QString & | fileName, | ||
| const QString & | format | ||
| ) | [protected, virtual] |
Reimplemented from SUIT_ViewWindow.
References Qtx.extension(), and getRenderWindow().
| bool SVTK_ViewWindow::action | ( | const int | accelAction | ) | [protected, virtual] |
Performs action
| accelAction | - action |
Reimplemented from SUIT_ViewWindow.
References SVTK.convertAction(), GetInteractor(), QVTK_RenderWindowInteractor.InvokeEvent(), onFitAll(), and SUIT_Accel.ZoomFit.
| QtxAction * SVTK_ViewWindow::getAction | ( | int | id | ) | const [protected] |
References QtxActionMgr.action(), and SUIT_ViewWindow.toolMgr().
| void SVTK_ViewWindow::createToolBar | ( | ) | [protected] |
Creates toolbar of svtk main window
References AntiClockWiseId, QtxActionToolMgr.append(), BackId, BottomId, ChangeRotationPointId, ClockWiseId, DumpId, FitAllId, FitRectId, FrontId, getAction(), GlobalPanId, GraduatedAxes, QtxActionSet.insertAction(), LeftId, myRecordingToolBar, myToolBar, NonIsometric, PanId, ParallelModeId, PauseRecordingId, PlayRecordingId, ProjectionModeId, ResetId, RightId, RotationId, StartRecordingId, StopRecordingId, SwitchInteractionStyleId, SwitchZoomingStyleId, SUIT_ViewWindow.toolMgr(), TopId, UpdateRate, ViewParametersId, ViewTrihedronId, and ZoomId.
| void SVTK_ViewWindow::createActions | ( | SUIT_ResourceMgr * | theResourceMgr | ) | [protected] |
Creates all actions of svtk main window
References QtxActionMgr.action(), activateGlobalPanning(), activatePanning(), activateRotation(), activateWindowFit(), activateZoom(), AntiClockWiseId, BackId, BottomId, ChangeRotationPointId, ClockWiseId, DumpId, FitAllId, FitRectId, FrontId, GlobalPanId, GraduatedAxes, LeftId, QtxResourceMgr.loadPixmap(), myPauseAction, myPlayAction, myStartAction, myStopAction, NonIsometric, onAntiClockWiseView(), onBackView(), onBottomView(), onChangeRotationPoint(), onClockWiseView(), SUIT_ViewWindow.onDumpView(), onFitAll(), onFrontView(), onGraduatedAxes(), onLeftView(), onNonIsometric(), onPauseRecording(), onPerspectiveMode(), onPlayRecording(), onResetView(), onRightView(), onStartRecording(), onStopRecording(), onSwitchInteractionStyle(), onSwitchZoomingStyle(), onTopView(), onUpdateRate(), onViewParameters(), onViewTrihedron(), PanId, ParallelModeId, PauseRecordingId, PlayRecordingId, ProjectionModeId, QtxActionMgr.registerAction(), ResetId, RightId, RotationId, StartRecordingId, StopRecordingId, SwitchInteractionStyleId, SwitchZoomingStyleId, SUIT_ViewWindow.toolMgr(), TopId, UpdateRate, ViewParametersId, ViewTrihedronId, and ZoomId.
| void SUIT_ViewWindow::setViewManager | ( | SUIT_ViewManager * | theManager | ) | [virtual, inherited] |
Sets new view manager for window
| theManager | - new view manager |
Reimplemented in OCCViewer_ViewFrame.
References SUIT_ViewWindow.myManager.
| SUIT_ViewManager * SUIT_ViewWindow::getViewManager | ( | ) | const [inherited] |
References SUIT_ViewWindow.myManager.
| bool SUIT_ViewWindow::event | ( | QEvent * | e | ) | [inherited] |
Reaction view window on event e.
References SUIT_Study.application(), SUIT_MessageBox.critical(), DUMP_EVENT, SUIT_ViewWindow.dumpView(), SUIT_ViewWindow.dumpViewToFormat(), Qtx.extension(), SUIT_ViewWindow.filter(), SUIT_Application.getFileName(), SUIT_ViewWindow.myManager, and SUIT_ViewManager.study().
| bool SUIT_ViewWindow::dumpViewToFormat | ( | const QString & | fileName, |
| const QString & | format | ||
| ) | [inherited] |
Saves scene rendering in window to file
| fileName | - name of file |
| format | - string contains name of format (for example, "BMP"(default) or "JPEG", "JPG") |
References SUIT_ViewWindow.dumpView().
| bool SUIT_ViewWindow::onAccelAction | ( | int | _action | ) | [inherited] |
Called by SUIT_Accel.onActivated() when a key accelerator was activated and this window was active
References SUIT_ViewWindow.action().
| bool SUIT_ViewWindow::closable | ( | ) | const [inherited] |
Returns true if view window can be closed by the user
| bool SUIT_ViewWindow::setClosable | ( | const bool | on | ) | [inherited] |
Set / reset "closable" option of the view window
References SUIT_ViewWindow.closable().
| void SUIT_ViewWindow::setDestructiveClose | ( | const bool | on | ) | [inherited] |
Set or clear flag Qt.WDestructiveClose
| int SUIT_ViewWindow::getId | ( | ) | const [inherited] |
| QtxActionToolMgr * SUIT_ViewWindow::toolMgr | ( | ) | const [inherited] |
References SUIT_ViewWindow.myToolMgr.
| void SUIT_ViewWindow::setDropDownButtons | ( | bool | on | ) | [virtual, inherited] |
| on | new buttons mode |
Reimplemented in OCCViewer_ViewFrame.
References test_table.a, QtxActionMgr.action(), QtxActionSet.actions(), QtxActionMgr.idList(), QtxActionToolMgr.index(), QtxActionToolMgr.insert(), SUIT_ViewWindow.myIsDropDown, SUIT_ViewWindow.myMultiActions, QtxActionToolMgr.remove(), QtxActionToolMgr.toolBarsIds(), and SUIT_ViewWindow.toolMgr().
| bool SUIT_ViewWindow::dropDownButtons | ( | ) | const [inherited] |
| void SUIT_ViewWindow::onDumpView | ( | ) | [virtual, slot, inherited] |
Post events on dump view.
Reimplemented in OCCViewer_ViewFrame, and Plot2d_ViewWindow.
References DUMP_EVENT.
| void SUIT_ViewWindow.tryClosing | ( | SUIT_ViewWindow * | ) | [signal, inherited] |
| void SUIT_ViewWindow.closing | ( | SUIT_ViewWindow * | ) | [signal, inherited] |
| void SUIT_ViewWindow.mousePressed | ( | SUIT_ViewWindow * | , |
| QMouseEvent * | |||
| ) | [signal, inherited] |
| void SUIT_ViewWindow.mouseReleased | ( | SUIT_ViewWindow * | , |
| QMouseEvent * | |||
| ) | [signal, inherited] |
| void SUIT_ViewWindow.mouseDoubleClicked | ( | SUIT_ViewWindow * | , |
| QMouseEvent * | |||
| ) | [signal, inherited] |
| void SUIT_ViewWindow.mouseMoving | ( | SUIT_ViewWindow * | , |
| QMouseEvent * | |||
| ) | [signal, inherited] |
| void SUIT_ViewWindow.wheeling | ( | SUIT_ViewWindow * | , |
| QWheelEvent * | |||
| ) | [signal, inherited] |
| void SUIT_ViewWindow.keyPressed | ( | SUIT_ViewWindow * | , |
| QKeyEvent * | |||
| ) | [signal, inherited] |
| void SUIT_ViewWindow.keyReleased | ( | SUIT_ViewWindow * | , |
| QKeyEvent * | |||
| ) | [signal, inherited] |
| void SUIT_ViewWindow.contextMenuRequested | ( | QContextMenuEvent * | e | ) | [signal, inherited] |
| void SUIT_ViewWindow::closeEvent | ( | QCloseEvent * | e | ) | [protected, inherited] |
Close event theEvent.
References SUIT_ViewWindow.closable(), SUIT_ViewWindow.closing(), and SUIT_ViewWindow.tryClosing().
| void SUIT_ViewWindow::contextMenuEvent | ( | QContextMenuEvent * | e | ) | [protected, virtual, inherited] |
Context menu requested for event e.
References SUIT_ViewWindow.contextMenuRequested().
SVTK_View* SVTK_ViewWindow.myView [protected] |
SVTK_ViewModelBase* SVTK_ViewWindow.myModel [protected] |
SVTK_RenderWindowInteractor* SVTK_ViewWindow.myInteractor [protected] |
vtkSmartPointer<SVTK_InteractorStyle> SVTK_ViewWindow.myDefaultInteractorStyle [protected] |
vtkSmartPointer<SVTK_KeyFreeInteractorStyle> SVTK_ViewWindow.myKeyFreeInteractorStyle [protected] |
QString SVTK_ViewWindow.myVisualParams [protected] |
vtkSmartPointer<vtkObject> SVTK_ViewWindow.myEventDispatcher [protected] |
SVTK_NonIsometricDlg* SVTK_ViewWindow.myNonIsometricDlg [protected] |
SVTK_UpdateRateDlg* SVTK_ViewWindow.myUpdateRateDlg [protected] |
SVTK_CubeAxesDlg* SVTK_ViewWindow.myCubeAxesDlg [protected] |
SVTK_ViewParameterDlg* SVTK_ViewWindow.myViewParameterDlg [protected] |
QSize SVTK_ViewWindow.myPreRecordingMinSize [protected] |
QSize SVTK_ViewWindow.myPreRecordingMaxSize [protected] |
SVTK_Recorder* SVTK_ViewWindow.myRecorder [protected] |
QtxAction* SVTK_ViewWindow.myStartAction [protected] |
QtxAction* SVTK_ViewWindow.myPlayAction [protected] |
QtxAction* SVTK_ViewWindow.myPauseAction [protected] |
QtxAction* SVTK_ViewWindow.myStopAction [protected] |
int SVTK_ViewWindow.myToolBar [protected] |
int SVTK_ViewWindow.myRecordingToolBar [protected] |
vtkPVAxesWidget* SVTK_ViewWindow.myAxesWidget [protected] |
QImage SVTK_ViewWindow.myDumpImage [private] |
SUIT_Desktop* SUIT_ViewWindow.myDesktop [protected, inherited] |
SUIT_ViewManager* SUIT_ViewWindow.myManager [protected, inherited] |