#include <OCCViewer_ViewFrame.h>
Public Slots | |
virtual void | onFrontView () |
virtual void | onViewFitAll () |
virtual void | onBackView () |
virtual void | onTopView () |
virtual void | onBottomView () |
virtual void | onLeftView () |
virtual void | onRightView () |
virtual void | onClockWiseView () |
virtual void | onAntiClockWiseView () |
virtual void | onResetView () |
virtual void | onFitAll () |
virtual void | activateZoom () |
virtual void | activateWindowFit () |
virtual void | activateRotation () |
virtual void | activatePanning () |
virtual void | activateGlobalPanning () |
virtual void | onSetRotationPoint (bool on) |
virtual void | onAxialScale () |
virtual void | onAmbientToogle () |
virtual void | onMemorizeView () |
virtual void | onRestoreView () |
virtual void | onSwitchInteractionStyle (bool on) |
virtual void | activateSetRotationGravity () |
virtual void | activateSetRotationSelected (double theX, double theY, double theZ) |
virtual void | activateStartPointSelection (TopAbs_ShapeEnum) |
virtual void | updateGravityCoords () |
void | onMaximizedView (OCCViewer_ViewWindow *, bool) |
void | returnTo3dView () |
virtual void | onDumpView () |
Public Slots inherited from OCCViewer_ViewWindow | |
virtual void | onFrontView () |
Perform "front view" transformation. More... | |
virtual void | onViewFitAll () |
Perform 'fit all' operation. More... | |
virtual void | onBackView () |
Perform "back view" transformation. More... | |
virtual void | onClipping (bool on) |
called if clipping operation is activated / deactivated. More... | |
virtual void | onTopView () |
Perform "top view" transformation. More... | |
virtual void | onBottomView () |
Perform "bottom view" transformation. More... | |
virtual void | onLeftView () |
Perform "left view" transformation. More... | |
virtual void | onRightView () |
Perform "right view" transformation. More... | |
virtual void | onClockWiseView () |
Rotate view 90 degrees clockwise. More... | |
virtual void | onAntiClockWiseView () |
Rotate view 90 degrees conterclockwise. More... | |
virtual void | onProjectionType (QAction *theAction) |
Set the given projection mode. More... | |
virtual void | onStereoType (bool activate) |
virtual void | onProjectionType () |
Restore the view. More... | |
virtual void | onResetView () |
Perform "reset view" transformation. More... | |
virtual void | onFitAll () |
Perform "fit all" transformation. More... | |
virtual void | onFitSelection () |
Perform "fit selection" transformation. More... | |
virtual void | activateZoom () |
Start zooming operation. More... | |
virtual void | activateWindowFit () |
Starts fit operation. More... | |
virtual void | activateRotation () |
Start rotation operation. More... | |
virtual void | activatePanning () |
Start panning operation. More... | |
virtual void | activateGlobalPanning () |
Start global panning operation. More... | |
virtual void | onSetRotationPoint (bool on) |
Called if 'change rotation point' operation is activated. More... | |
virtual void | onCloneView () |
Create one more window with same content. More... | |
virtual void | onAxialScale () |
virtual void | onGraduatedAxes () |
virtual void | onAmbientToogle () |
virtual void | onMemorizeView () |
Store view parameters. More... | |
virtual void | onRestoreView () |
Restore view parameters. More... | |
virtual void | onTrihedronShow (bool) |
Called when action "show/hide trihedron" is activated. More... | |
virtual void | setRestoreFlag () |
Set restore flag. More... | |
virtual void | onSwitchInteractionStyle (bool on) |
Switches "keyboard free" interaction style on/off. More... | |
virtual void | onSwitchZoomingStyle (bool on) |
Toogles advanced zooming style (relatively to the cursor position) on/off. More... | |
virtual void | onSwitchPreselection (bool on) |
Toggles preselection (highlighting) on/off. More... | |
virtual void | onSwitchSelection (bool on) |
Toggles selection on/off. More... | |
virtual void | onRayTracing () |
virtual void | onEnvTexture () |
virtual void | onLightSource () |
virtual void | activateSetRotationGravity () |
Set the gravity center as a rotation point. More... | |
virtual void | activateSetRotationSelected (double theX, double theY, double theZ) |
Set the point selected by the user as a rotation point. More... | |
virtual void | activateStartPointSelection (TopAbs_ShapeEnum) |
Start the shape selection process. More... | |
virtual void | updateGravityCoords () |
Update gravity center in the "Set Rotation Point" dialog box. More... | |
virtual void | showEvent (QShowEvent *) |
Handle show event. More... | |
virtual void | hideEvent (QHideEvent *) |
Handle hide event. More... | |
virtual void | onMaximizedView () |
virtual void | returnTo3dView () |
Public Slots inherited from SUIT_ViewWindow | |
virtual void | onDumpView () |
Public Member Functions | |
OCCViewer_ViewFrame (SUIT_Desktop *theDesktop, OCCViewer_Viewer *theModel) | |
virtual | ~OCCViewer_ViewFrame () |
bool | event (QEvent *e) |
OCCViewer_ViewWindow * | getView (const int) const |
OCCViewer_ViewWindow * | getActiveView () const |
virtual OCCViewer_ViewPort3d * | getViewPort () |
OCCViewer_ViewPort3d * | getViewPort (int theView) |
virtual void | performRestoring (const viewAspect &theAspect) |
virtual void | initLayout () |
Internal initialization. More... | |
virtual void | updateEnabledDrawMode () |
Update state of enable draw mode state. More... | |
virtual void | setCuttingPlane (bool on, const double x=0, const double y=0, const double z=0, const double dx=0, const double dy=0, const double dz=1) |
Set parameters of the cutting plane. More... | |
virtual void | setCuttingPlane (bool on, const gp_Pln thePln) |
virtual bool | isCuttingPlane () |
Check if any cutting plane is enabled. More... | |
virtual QString | getVisualParameters () |
Get visual parameters of this view window. More... | |
virtual void | setVisualParameters (const QString ¶meters) |
Restore visual parameters of the view window. More... | |
virtual void | initSketchers () |
virtual OCCViewer_ViewSketcher * | getSketcher (const int i) |
virtual void | activateSketching (int i) |
virtual int | interactionStyle () const |
Get current interaction style. More... | |
virtual void | setInteractionStyle (const int i) |
Set current interaction style. More... | |
virtual int | projectionType () const |
virtual void | setProjectionType (int) |
virtual int | stereoType () const |
virtual void | setStereoType (const int) |
virtual int | anaglyphFilter () const |
virtual void | setAnaglyphFilter (const int) |
virtual void | setStereographicFocus (const int, const double) |
virtual int | stereographicFocusType () const |
virtual double | stereographicFocusValue () const |
virtual void | setInterocularDistance (const int, const double) |
virtual int | interocularDistanceType () const |
virtual double | interocularDistanceValue () const |
virtual bool | isReverseStereo () const |
virtual void | setReverseStereo (const bool) |
virtual bool | isVSync () const |
virtual void | setVSync (const bool) |
virtual bool | isQuadBufferSupport () const |
virtual void | setQuadBufferSupport (const bool) |
virtual int | zoomingStyle () const |
Get current zooming style. More... | |
virtual void | setZoomingStyle (const int) |
Set current zooming style. More... | |
virtual bool | isSelectionEnabled () const |
Indicates whether selection is enabled. More... | |
virtual void | enableSelection (bool) |
Enables/disables selection. More... | |
virtual bool | isPreselectionEnabled () const |
Indicates whether preselection is enabled. More... | |
virtual void | enablePreselection (bool) |
Enables/disables preselection. More... | |
virtual bool | enableDrawMode (bool) |
Enable / disable draw rect (rubber band) mode. More... | |
virtual void | setViewManager (SUIT_ViewManager *) |
virtual bool | eventFilter (QObject *watched, QEvent *e) |
Customize event handling. More... | |
virtual QColor | backgroundColor () const |
virtual void | setBackgroundColor (const QColor &) |
virtual Qtx::BackgroundData | background () const |
virtual void | setBackground (const Qtx::BackgroundData &) |
virtual void | showStaticTrihedron (bool) |
virtual void | setDropDownButtons (bool) |
Set buttons mode to drop-down (on = true ) or ligned (on = false ) More... | |
virtual SUIT_CameraProperties | cameraProperties () |
Public Member Functions inherited from OCCViewer_ViewWindow | |
OCCViewer_ViewWindow (SUIT_Desktop *theDesktop, OCCViewer_Viewer *theModel) | |
Constructor. More... | |
virtual | ~OCCViewer_ViewWindow () |
Destructor. More... | |
virtual void | performRestoring (const viewAspect &, bool=false) |
Restore view parameters. More... | |
void | setTransformEnabled (const OperationType, const bool) |
bool | transformEnabled (const OperationType) const |
void | set2dMode (Mode2dType) |
Mode2dType | get2dMode () const |
void | setMaximized (bool, bool=true) |
bool | isMaximized () const |
void | setReturnedTo3dView (bool=true) |
void | setSketcherStyle (bool enable) |
bool | isSketcherStyle () const |
virtual const viewAspectList & | getViewAspects () |
virtual void | appendViewAspect (const viewAspect &) |
virtual void | updateViewAspects (const viewAspectList &) |
virtual void | clearViewAspects () |
Public Member Functions inherited from SUIT_ViewWindow | |
SUIT_ViewWindow (SUIT_Desktop *) | |
virtual | ~SUIT_ViewWindow () |
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 |
bool | dropDownButtons () const |
Get current buttons mode. More... | |
Protected Member Functions | |
virtual QImage | dumpView () |
Dump view window contents to the pixmap. More... | |
virtual bool | dumpViewToFormat (const QImage &, const QString &, const QString &) |
Protected Member Functions inherited from OCCViewer_ViewWindow | |
virtual QString | filter () const |
bool | isOpenGlStereoSupport () const |
bool | transformRequested () const |
bool | setTransformRequested (OperationType) |
Start delayed viewer operation. More... | |
bool | transformInProcess () const |
void | setTransformInProcess (bool) |
void | vpMousePressEvent (QMouseEvent *theEvent) |
Handle mouse press event. More... | |
void | vpMouseReleaseEvent (QMouseEvent *theEvent) |
Handle mouse release event. More... | |
void | vpMouseMoveEvent (QMouseEvent *theEvent) |
Handle mouse move event. More... | |
void | resetState () |
Reset the viewport to its initial state ( no transformations in process etc. ) More... | |
void | drawRect () |
Draw rubber band rectangle. More... | |
void | endDrawRect () |
Clear rubber band rectangle on the end on the dragging operation. More... | |
void | createActions () |
Create actions. More... | |
void | createToolBar () |
Create toolbar. More... | |
virtual OperationType | getButtonState (QMouseEvent *theEvent, int theInteractionStyle) |
Detect viewer operation according the the mouse button pressed and key modifiers used. More... | |
viewAspect | getViewParams () const |
Get the visual parameters of the view window. More... | |
bool | computeGravityCenter (double &theX, double &theY, double &theZ) |
Compute the gravity center. More... | |
virtual void | onSketchingStarted () |
virtual void | onSketchingFinished () |
virtual OCCViewer_ViewSketcher * | createSketcher (int) |
void | saveCursor () |
Protected Member Functions inherited from SUIT_ViewWindow | |
void | closeEvent (QCloseEvent *) |
virtual void | contextMenuEvent (QContextMenuEvent *) |
virtual bool | action (const int) |
virtual QAction * | synchronizeAction () |
Private Slots | |
void | onContextMenuRequested (QContextMenuEvent *) |
void | onMousePressed (SUIT_ViewWindow *, QMouseEvent *) |
Private Member Functions | |
void | connectViewSignals (OCCViewer_ViewWindow *theView) |
void | updateWindowTitle (OCCViewer_ViewWindow *theView) |
void | createSubViews () |
void | splitSubViews () |
void | setSubViewParams (OCCViewer_ViewWindow *theView) |
Private Attributes | |
QList< OCCViewer_ViewWindow * > | myViews |
QGridLayout * | myLayout |
OCCViewer_ViewWindow * | myMaximizedView |
OCCViewer_ViewWindow * | myActiveView |
int | mySplitMode |
QList< int > | myViewsMode |
OCCViewer_ViewWindow * | myPopupRequestedView |
OCCViewer_ViewFrame::OCCViewer_ViewFrame | ( | SUIT_Desktop * | theDesktop, |
OCCViewer_Viewer * | theModel | ||
) |
|
virtual |
|
inlinevirtualslot |
|
inlinevirtualslot |
|
inlinevirtualslot |
|
inlinevirtualslot |
|
inlinevirtualslot |
|
inlinevirtual |
Handles requests for sketching in the active view. [ virtual public ]
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::activateSketching(), and OCCViewer_ViewWindow::getView().
|
inlinevirtualslot |
|
inlinevirtualslot |
|
inlinevirtualslot |
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::anaglyphFilter(), getView(), and MAIN_VIEW.
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::background(), getView(), MAIN_VIEW, myPopupRequestedView, and myViews.
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::backgroundColor(), getView(), MAIN_VIEW, myPopupRequestedView, and myViews.
|
virtual |
Get camera properties for the OCC view window.
Reimplemented from OCCViewer_ViewWindow.
|
private |
References SUIT_ViewWindow::contextMenuRequested(), SUIT_ViewWindow::keyPressed(), SUIT_ViewWindow::keyReleased(), OCCViewer_ViewWindow::maximized(), SUIT_ViewWindow::mouseDoubleClicked(), SUIT_ViewWindow::mouseMoving(), SUIT_ViewWindow::mousePressed(), SUIT_ViewWindow::mouseReleased(), onContextMenuRequested(), OCCViewer_ViewWindow::onMaximizedView(), onMousePressed(), OCCViewer_ViewWindow::returnedTo3d(), returnTo3dView(), OCCViewer_ViewWindow::viewCloned(), and SUIT_ViewWindow::wheeling().
|
private |
References OCCViewer_Viewer::background(), BOTTOM_LEFT, connectViewSignals(), OCCViewer_Viewer::createSubWindow(), SUIT_ViewWindow::dropDownButtons(), SUIT_ViewManager::getViewModel(), OCCViewer_Viewer::initView(), SUIT_ViewWindow::myManager, myViews, OCCViewer_ViewWindow::set2dMode(), OCCViewer_ViewWindow::setBackground(), SUIT_ViewWindow::setDropDownButtons(), OCCViewer_ViewWindow::setMaximized(), setSubViewParams(), SUIT_ViewWindow::setViewManager(), TOP_RIGHT, and updateWindowTitle().
|
protectedvirtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::dumpView(), and myViews.
|
protectedvirtual |
Saves image to file according to the format
image | - image |
fileName | - name of file |
format | - string contains name of format (for example, "BMP"(default) or "JPEG", "JPG") |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::dumpViewToFormat(), and myViews.
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::enableDrawMode(), and myViews.
|
virtual |
theIsToEnable | if true - preselection will be enabled |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::enablePreselection(), and myViews.
|
virtual |
theIsToEnable | if true - selection will be enabled |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::enableSelection(), and myViews.
bool OCCViewer_ViewFrame::event | ( | QEvent * | e | ) |
References BOTTOM_LEFT, SUIT_ViewWindow::event(), getView(), MAIN_VIEW, TOP_LEFT, TOP_RIGHT, and updateWindowTitle().
watched | event receiver object |
e | event |
true
if the event processing should be stopped Reimplemented from OCCViewer_ViewWindow.
OCCViewer_ViewWindow * OCCViewer_ViewFrame::getActiveView | ( | ) | const |
References myActiveView.
|
inlinevirtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::getSketcher(), and OCCViewer_ViewWindow::getView().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myViews.
|
inlinevirtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::getViewPort().
OCCViewer_ViewPort3d * OCCViewer_ViewFrame::getViewPort | ( | int | theView | ) |
References getView(), and OCCViewer_ViewWindow::getViewPort().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References BOTTOM_RIGHT, getView(), OCCViewer_ViewWindow::getVisualParameters(), mySplitMode, myViews, myViewsMode, and TOP_RIGHT.
|
inlinevirtual |
Reimplemented from OCCViewer_ViewWindow.
|
inlinevirtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::initSketchers().
|
inlinevirtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::interactionStyle().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References getView(), OCCViewer_ViewWindow::interocularDistanceType(), and MAIN_VIEW.
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References getView(), OCCViewer_ViewWindow::interocularDistanceValue(), and MAIN_VIEW.
|
inlinevirtual |
true
if at least one cutting plane is enabled Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::isCuttingPlane().
|
inlinevirtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::isPreselectionEnabled().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References getView(), OCCViewer_ViewWindow::isQuadBufferSupport(), and MAIN_VIEW.
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References getView(), OCCViewer_ViewWindow::isReverseStereo(), and MAIN_VIEW.
|
inlinevirtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::isSelectionEnabled().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References getView(), OCCViewer_ViewWindow::isVSync(), and MAIN_VIEW.
|
inlinevirtualslot |
|
inlinevirtualslot |
|
inlinevirtualslot |
|
inlinevirtualslot |
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::onBackView().
|
inlinevirtualslot |
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::onBottomView().
|
inlinevirtualslot |
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::onClockWiseView().
|
privateslot |
References myPopupRequestedView.
|
virtualslot |
References getView(), MAIN_VIEW, myPopupRequestedView, and SUIT_ViewWindow::onDumpView().
|
virtualslot |
References myViews, and OCCViewer_ViewWindow::onFitAll().
|
inlinevirtualslot |
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::onFrontView().
|
inlinevirtualslot |
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::onLeftView().
|
slot |
|
inlinevirtualslot |
|
privateslot |
References myActiveView.
|
inlinevirtualslot |
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::onResetView().
|
inlinevirtualslot |
|
inlinevirtualslot |
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::onRightView().
|
inlinevirtualslot |
|
inlinevirtualslot |
|
inlinevirtualslot |
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::onTopView().
|
virtualslot |
References myViews, and OCCViewer_ViewWindow::onViewFitAll().
|
inlinevirtual |
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::performRestoring().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References getView(), MAIN_VIEW, and OCCViewer_ViewWindow::projectionType().
|
slot |
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setAnaglyphFilter().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myPopupRequestedView, myViews, and OCCViewer_ViewWindow::setBackground().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myPopupRequestedView, myViews, and OCCViewer_ViewWindow::setBackgroundColor().
|
virtual |
on | if true , cutting plane is enabled |
x | X position of plane point |
y | Y position of plane point |
z | Z position of plane point |
dx | X coordinate of plane normal |
dy | Y coordinate of plane normal |
dz | Z coordinate of plane normal |
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setCuttingPlane().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setCuttingPlane().
|
virtual |
on | new buttons mode |
Reimplemented from SUIT_ViewWindow.
References myViews, and SUIT_ViewWindow::setDropDownButtons().
|
virtual |
theStyle | interaction style |
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setInteractionStyle().
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setInterocularDistance().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setProjectionType().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setQuadBufferSupport().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setReverseStereo().
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setStereographicFocus().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setStereoType().
|
private |
References OCCViewer_ViewWindow::getViewPort(), OCCViewer_ViewWindow::Handle(), MAIN_VIEW, and myViews.
|
virtual |
Sets new view manager for window
theManager | - new view manager |
Reimplemented from SUIT_ViewWindow.
References myViews, and SUIT_ViewWindow::setViewManager().
|
virtual |
parameters | visual parameters of view window |
Reimplemented from OCCViewer_ViewWindow.
References createSubViews(), getView(), MAIN_VIEW, mySplitMode, myViews, myViewsMode, OCCViewer_ViewWindow::onMaximizedView(), OCCViewer_ViewWindow::setVisualParameters(), and splitSubViews().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setVSync().
|
virtual |
theStyle | zooming style |
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::setZoomingStyle().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myPopupRequestedView, myViews, and OCCViewer_ViewWindow::showStaticTrihedron().
|
private |
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References getView(), MAIN_VIEW, and OCCViewer_ViewWindow::stereographicFocusType().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References getView(), MAIN_VIEW, and OCCViewer_ViewWindow::stereographicFocusValue().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References getView(), MAIN_VIEW, and OCCViewer_ViewWindow::stereoType().
|
virtual |
Reimplemented from OCCViewer_ViewWindow.
References myViews, and OCCViewer_ViewWindow::updateEnabledDrawMode().
|
inlinevirtualslot |
|
private |
|
inlinevirtual |
Reimplemented from OCCViewer_ViewWindow.
References OCCViewer_ViewWindow::getView(), and OCCViewer_ViewWindow::zoomingStyle().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |