Salome HOME
To adjust to new SalomeApp_DataOwner, which now holds SALOME_InteractiveObject
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewManager.cxx
index 976b13d7ee613913e15fb2a352783744d8aaff8a..017d9d78166b90fa560c17ce26d12c2122a059c4 100755 (executable)
@@ -4,7 +4,7 @@
 
 int OCCViewer_ViewManager::myMaxId = 0;
 
-//***************************************************************
+//***************************************************************/
 OCCViewer_ViewManager::OCCViewer_ViewManager( SUIT_Study* study, SUIT_Desktop* theDesktop, bool DisplayTrihedron )
 : SUIT_ViewManager( study, theDesktop )
 {
@@ -12,30 +12,19 @@ OCCViewer_ViewManager::OCCViewer_ViewManager( SUIT_Study* study, SUIT_Desktop* t
   setViewModel( new OCCViewer_Viewer( DisplayTrihedron ) );
 }
 
-//***************************************************************
+//***************************************************************/
 OCCViewer_ViewManager::~OCCViewer_ViewManager()
 {
 }
 
-//***************************************************************
+//***************************************************************/
 void OCCViewer_ViewManager::setViewName(SUIT_ViewWindow* theView)
 {
   int aPos = myViews.find(theView);
   theView->setCaption( QString( "OCC scene:%1 - viewer:%2" ).arg(myId).arg(aPos+1));
 }
 
-//***************************************************************
-/*bool OCCViewer_ViewManager::insertView(SUIT_ViewWindow* theView)
-{
-  bool res = SUIT_ViewManager::insertView( theView );
-  if ( res ) {
-    OCCViewer_ViewWindow* view = (OCCViewer_ViewWindow*)theView;
-    connect( view, SIGNAL(cloneView()), this, SLOT(createView()) );
-  }
-  return res;
-}*/
-
-//***************************************************************
+//***************************************************************/
 void OCCViewer_ViewManager::contextMenuPopup( QPopupMenu* popup )
 {
   SUIT_ViewManager::contextMenuPopup( popup );