|
| | SPlot2d_Viewer (bool theAutoDel=false) |
| |
| virtual | ~SPlot2d_Viewer () |
| |
| virtual QString | getType () const |
| |
| void | highlight (const Handle(SALOME_InteractiveObject)&IObject, bool highlight, bool update=true) |
| |
| void | unHighlightAll () |
| |
| void | rename (const Handle(SALOME_InteractiveObject)&, const QString &, Plot2d_ViewFrame *=0) |
| |
| void | renameAll (const Handle(SALOME_InteractiveObject)&, const QString &) |
| |
| bool | isInViewer (const Handle(SALOME_InteractiveObject)&IObject) |
| |
| virtual SUIT_ViewWindow * | createView (SUIT_Desktop *theDesktop) |
| |
| void | Display (const Handle(SALOME_InteractiveObject)&IObject, bool update=true) |
| |
| void | DisplayOnly (const Handle(SALOME_InteractiveObject)&IObject) |
| |
| void | Erase (const Handle(SALOME_InteractiveObject)&IObject, bool update=true) |
| |
| void | Display (const SALOME_Prs2d *) |
| |
| void | Erase (const SALOME_Prs2d *, const bool=false) |
| |
| virtual void | EraseAll (SALOME_Displayer *, const bool=false) |
| |
| virtual void | Repaint () |
| |
| virtual SALOME_Prs * | CreatePrs (const char *entry=0) |
| |
| virtual bool | isVisible (const Handle(SALOME_InteractiveObject)&IObject) |
| |
| virtual void | GetVisible (SALOME_ListIO &theList) |
| |
| virtual void | setObjectsSelected (SALOME_ListIO &theList) |
| |
| SPlot2d_Curve * | getCurveByIO (const Handle(SALOME_InteractiveObject)&, Plot2d_ViewFrame *=0) |
| |
| Plot2d_ViewFrame * | getActiveViewFrame () |
| |
| | Handle (SALOME_InteractiveObject) FindIObject(const char *Entry) |
| |
| | Plot2d_Viewer (bool theAutoDel=false) |
| |
| | ~Plot2d_Viewer () |
| |
| virtual void | setViewManager (SUIT_ViewManager *) |
| |
| virtual void | contextMenuPopup (QMenu *) |
| |
| Plot2d_Prs * | getPrs () const |
| |
| void | setPrs (Plot2d_Prs *thePrs) |
| |
| void | update () |
| |
| void | clearPrs () |
| |
| void | setAutoDel (bool theDel) |
| |
| | 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_OCCPrs *) |
| | Display SALOME_OCCPrs presentation. More...
|
| |
| virtual void | Display (const SALOME_VTKPrs *) |
| | Display SALOME_VTKPrs presentation. More...
|
| |
| virtual void | Erase (const SALOME_OCCPrs *, const bool=false) |
| | Erase SALOME_OCCPrs. More...
|
| |
| virtual void | Erase (const SALOME_VTKPrs *, const bool=false) |
| | Erase SALOME_VTKPrs. More...
|
| |
| virtual void | LocalSelection (const SALOME_OCCPrs *, const int) |
| | Local selection SALOME_OCCPrs. More...
|
| |
| virtual void | LocalSelection (const SALOME_OCCPrs *, const std::list< int >) |
| | Multiple local selection SALOME_OCCPrs. 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 | GlobalSelection (const bool=false) const |
| | Deactivates selection of sub-shapes (must be redefined with OCC viewer) 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 *) |
| |