Salome HOME
adaptation des tests pour interpolZ sur les groupes de mailles
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Shape.h
index 0acd1a4509b6b67e56b15b7201c8e5fc80a468c6..76113ba1a6da1ebbb494b68ccdc77ebb17b42d95 100644 (file)
@@ -79,7 +79,8 @@ public:
 
   virtual void               setShape( const TopoDS_Shape& theShape,
                                        const bool          theToDisplay = true,
-                                       const bool          theIsUpdateViewer = true );
+                                       const bool          theIsUpdateViewer = true,
+                                       const int           theDisplayMode = AIS_Shaded );
 
   virtual void               setFillingColor( const QColor& theColor,
                                               const bool    theToDisplay = true,
@@ -98,14 +99,17 @@ public:
 
   void                       setZLayer( const int theZLayer );
 
+  void                       setSelectionMode( int theSelectionMode );
+
 protected:
   virtual void               buildShape();
   virtual void               updateShape( const bool theToDisplay      = true,
                                           const bool theIsUpdateViewer = true );
   virtual void               displayShape( const bool theIsUpdateViewer );
+  virtual void               eraseShape( const bool theIsUpdateViewer );
 
   virtual QColor             getActiveColor() const;
-  virtual Handle_AIS_InteractiveObject createShape() const;
+  virtual Handle(AIS_InteractiveObject) createShape() const;
 
   void setDisplayMode( int theDisplayMode );
 
@@ -126,6 +130,7 @@ private:
   bool                           myIsHighlight;
   TopoDS_Shape                   myTopoShape;
   int                            myDisplayMode;
+  int                            mySelectionMode;
   
   QColor                         myFillingColor;
   QColor                         myBorderColor;