|
| SOCC_Viewer (bool DisplayTrihedron=true) |
|
virtual | ~SOCC_Viewer () |
|
bool | highlight (const Handle(SALOME_InteractiveObject)&, bool, bool=true) |
|
bool | isInViewer (const Handle(SALOME_InteractiveObject)&, bool=false) |
|
void | setColor (const Handle(SALOME_InteractiveObject)&, const QColor &, bool=true) |
|
void | switchRepresentation (const Handle(SALOME_InteractiveObject)&, int, bool=true) |
|
void | setTransparency (const Handle(SALOME_InteractiveObject)&, float, bool=true) |
|
void | rename (const Handle(SALOME_InteractiveObject)&, const QString &) |
|
virtual OCCViewer_ViewWindow * | createSubWindow () |
|
virtual void | Display (const SALOME_OCCPrs *) |
|
virtual void | Erase (const SALOME_OCCPrs *, const bool=false) |
|
virtual void | EraseAll (SALOME_Displayer *, const bool=false) |
|
virtual SALOME_Prs * | CreatePrs (const char *entry=0) |
|
virtual void | LocalSelection (const SALOME_OCCPrs *, const int) |
|
virtual void | LocalSelection (const SALOME_OCCPrs *, const std::list< int >) |
|
virtual void | GlobalSelection (const bool=false) const |
|
virtual bool | isVisible (const Handle(SALOME_InteractiveObject)&) |
|
virtual void | GetVisible (SALOME_ListIO &) |
|
virtual void | Repaint () |
|
| OCCViewer_Viewer (bool DisplayTrihedron=true) |
|
virtual | ~OCCViewer_Viewer () |
|
void | update () |
|
virtual SUIT_ViewWindow * | createView (SUIT_Desktop *theDesktop) |
|
virtual void | setViewManager (SUIT_ViewManager *theViewManager) |
|
virtual QString | getType () const |
|
virtual void | contextMenuPopup (QMenu *) |
|
void | getSelectedObjects (AIS_ListOfInteractive &theList) |
|
void | setObjectsSelected (const AIS_ListOfInteractive &theList) |
|
void | setSelected (const Handle(AIS_InteractiveObject)&theIO) |
|
void | performSelectionChanged () |
|
void | setDefaultLights () |
|
QColor | backgroundColor () const |
|
void | setBackgroundColor (const QColor &) |
|
Qtx::BackgroundData | background () const |
|
void | setBackground (const Qtx::BackgroundData &) |
|
QColor | backgroundColor (int theViewId) const |
|
void | setBackgroundColor (int theViewId, const QColor &) |
|
Qtx::BackgroundData | background (int theViewId) const |
|
void | setBackground (int theViewId, const Qtx::BackgroundData &) |
|
bool | trihedronActivated () const |
| returns true if 3d Trihedron in viewer was created More...
|
|
void | toggleTrihedron () |
|
bool | isTrihedronVisible () const |
|
virtual void | setTrihedronShown (const bool) |
|
double | trihedronSize () const |
|
virtual void | setTrihedronSize (const double, bool isRelative=true) |
|
bool | trihedronRelative () const |
|
bool | computeTrihedronSize (double &theNewSize, double &theSize) |
|
virtual double | computeSceneSize (const Handle(V3d_View)&) const |
|
void | updateTrihedron () |
|
| Handle (V3d_Viewer) getViewer3d() const |
|
| Handle (AIS_InteractiveContext) getAISContext() const |
|
| Handle (AIS_Trihedron) getTrihedron() const |
|
int | getTopLayerId () |
|
int | interactionStyle () const |
|
void | setInteractionStyle (const int) |
|
int | projectionType () const |
|
void | setProjectionType (const int) |
|
int | stereoType () const |
|
void | setStereoType (const int) |
|
int | anaglyphFilter () const |
|
void | setAnaglyphFilter (const int) |
|
void | setStereographicFocus (const int, const double) |
|
int | stereographicFocusType () const |
|
double | stereographicFocusValue () const |
|
void | setInterocularDistance (const int, const double) |
|
int | interocularDistanceType () const |
|
double | interocularDistanceValue () const |
|
bool | isReverseStereo () const |
|
void | setReverseStereo (const bool) |
|
bool | isVSync () const |
|
void | setVSync (const bool) |
|
bool | isQuadBufferSupport () const |
|
void | setQuadBufferSupport (const bool) |
|
int | zoomingStyle () const |
|
void | setZoomingStyle (const int) |
|
void | enablePreselection (bool isEnabled) |
|
bool | isPreselectionEnabled () const |
|
void | enableSelection (bool isEnabled) |
|
bool | isSelectionEnabled () const |
|
void | setSelectionOptions (bool, bool) |
|
void | enableMultiselection (bool isEnable) |
|
bool | isMultiSelectionEnabled () const |
|
bool | enableDrawMode (bool on) |
|
void | setClippingColor (const QColor &) |
|
QColor | clippingColor () const |
|
void | setClippingTextureParams (const bool, const QString &, const bool, const double) |
|
bool | isDefaultTextureUsed () const |
|
QString | clippingTexture () const |
|
bool | isTextureModulated () const |
|
double | clippingTextureScale () const |
|
int | getSelectionCount () const |
|
void | setStaticTrihedronDisplayed (const bool on) |
|
| Handle (Graphic3d_ClipPlane) createClipPlane(const gp_Pln &thePlane |
|
void | setClipPlanes (ClipPlanesList theList) |
|
ClipPlanesList | getClipPlanes () const |
|
void | applyExistingClipPlanesToObject (const Handle(AIS_InteractiveObject)&theObject) |
|
OCCViewer_ClippingDlg * | getClippingDlg () const |
|
void | setClippingDlg (OCCViewer_ClippingDlg *theDlg) |
|
bool | highlight (const Handle(AIS_InteractiveObject)&, bool, bool=true) |
|
bool | unHighlightAll (bool=true, bool=true) |
|
bool | isInViewer (const Handle(AIS_InteractiveObject)&, bool=false) |
|
bool | isVisible (const Handle(AIS_InteractiveObject)&) |
|
void | setColor (const Handle(AIS_InteractiveObject)&, const QColor &, bool=true) |
|
void | switchRepresentation (const Handle(AIS_InteractiveObject)&, int, bool=true) |
|
void | setTransparency (const Handle(AIS_InteractiveObject)&, float, bool=true) |
|
void | setIsos (const int u, const int v) |
|
void | isos (int &u, int &v) const |
|
void | initView (OCCViewer_ViewWindow *view) |
|
| SUIT_ViewModel () |
|
virtual | ~SUIT_ViewModel () |
|
SUIT_ViewManager * | getViewManager () const |
|
virtual | ~SALOME_View () |
| Destructor. More...
|
|
void | Display (SALOME_Displayer *, const SALOME_Prs *) |
| This Display() method should be called to display given presentation created anywhere by anybody. More...
|
|
void | Erase (SALOME_Displayer *, const SALOME_Prs *, const bool=false) |
| This Erase() method should be called to erase given presentation created anywhere by anybody. More...
|
|
void | LocalSelection (const SALOME_Prs *, const int) |
| This LocalSelection() method should be called to activate sub-shapes selection created anywhere by anybody. More...
|
|
void | LocalSelection (const SALOME_Prs *, const std::list< int >) |
|
virtual void | Display (const SALOME_VTKPrs *) |
| Display SALOME_VTKPrs presentation. More...
|
|
virtual void | Display (const SALOME_Prs2d *) |
| Display SALOME_Prs2d presentation. More...
|
|
virtual void | Erase (const SALOME_VTKPrs *, const bool=false) |
| Erase SALOME_VTKPrs. More...
|
|
virtual void | Erase (const SALOME_Prs2d *, const bool=false) |
| Erase SALOME_Prs2d. More...
|
|
virtual void | LocalSelection (const SALOME_VTKPrs *, const int) |
| Local selection SALOME_VTKPrs. More...
|
|
virtual void | LocalSelection (const SALOME_Prs2d *, const int) |
| Local selection SALOME_Prs2d. More...
|
|
virtual void | BeforeDisplay (SALOME_Displayer *, const SALOME_Prs *) |
|
virtual void | AfterDisplay (SALOME_Displayer *, const SALOME_Prs *) |
|
virtual void | BeforeErase (SALOME_Displayer *, const SALOME_Prs *) |
|
virtual void | AfterErase (SALOME_Displayer *, const SALOME_Prs *) |
|