Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewModel.h
index ebdc4704901c3c1d583ffc47810e539dd2f9a3d0..654dec238b0a2f1a34b32ab0734876042a3b18c4 100755 (executable)
@@ -102,8 +102,8 @@ public:
   bool                            isTrihedronVisible() const;
   virtual void                    setTrihedronShown( const bool );
 
-  int                             trihedronSize() const;
-  virtual void                    setTrihedronSize( const int );
+  double                          trihedronSize() const;
+  virtual void                    setTrihedronSize( const double );
 
 public slots:
   void                            onClearViewAspects();
@@ -139,6 +139,7 @@ public:
 
 signals:
   void selectionChanged();
+  void deselection();
 
 protected:
   void initView( OCCViewer_ViewWindow* view );