]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/SUIT/SUIT_ViewManager.h
Salome HOME
try to avoid to add detached viewer on desktop viewer tab
[modules/gui.git] / src / SUIT / SUIT_ViewManager.h
index 1edce5243b26b17cc25f1b23c8d91ff9b0331300..767100dee72c38cec1d7e168759ab8fee619c596 100755 (executable)
@@ -84,6 +84,8 @@ public:
   int              getId() const;
 
   int              getGlobalId() const;
+  void             setDetached(bool detached);
+  bool             getDetached() const;
 
 public slots:
   void             createView();
@@ -143,6 +145,7 @@ protected:
   QPixmap                     myIcon;
   QString                     myTitle;
   SUIT_Study*                 myStudy;
+  bool                        myIsDetached;
 
   static QMap<QString, int>   _ViewMgrId;
 };