Salome HOME
Use AttributeSelection for Extrusion operation
[modules/shaper.git] / src / XGUI / XGUI_Displayer.h
index cf3a7679898e6a564ec868d3313e4a151fb9394a..25b1cdfa204cbb892a4edafc5699c03ac7533ba5 100644 (file)
@@ -45,10 +45,6 @@ class XGUI_EXPORT XGUI_Displayer
   /// Destructor
   virtual ~XGUI_Displayer();
 
-  /// Set AIS_InteractiveContext object in case if it was changed
-  /// or can not be initialized in constructor
-  void setAISContext(const Handle(AIS_InteractiveContext)& theAIS);
-
   /// Returns the feature visibility state.
   /// \param theFeature a feature instance
   bool isVisible(ObjectPtr theObject) const;
@@ -105,6 +101,8 @@ class XGUI_EXPORT XGUI_Displayer
   /// \param isUpdateViewer the parameter whether the viewer should be update immediatelly
   void eraseDeletedResults(const bool isUpdateViewer = true);
 
+  void openLocalContext();
+
   /// Deactivates selection of sub-shapes
   /// \param isUpdateViewer the parameter whether the viewer should be update immediatelly
   void closeLocalContexts(const bool isUpdateViewer = true);
@@ -122,10 +120,15 @@ class XGUI_EXPORT XGUI_Displayer
   /// \return feature the feature or NULL if it not visualized
   ObjectPtr getObject(Handle(AIS_InteractiveObject) theIO) const;
 
+  /// Deactivates the given object (not allow selection)
   void deactivate(ObjectPtr theFeature);
 
+  /// Activates the given object (it can be selected)
   void activate(ObjectPtr theFeature);
 
+  /// Returns true if the given object can be selected
+  bool isActive(ObjectPtr theObject) const;
+
   /// Activates in local context displayed outside of the context.
   /// \param theModes - selection modes to activate
   /// \param theFilter - filter for selection
@@ -142,6 +145,8 @@ class XGUI_EXPORT XGUI_Displayer
   DisplayMode displayMode(ObjectPtr theObject) const;
 
 
+  int objectsCount() const { return myResult2AISObjectMap.size(); }
+
  protected:
   /// Deactivate local selection
   /// \param isUpdateViewer the state wether the viewer should be updated immediatelly
@@ -155,7 +160,7 @@ class XGUI_EXPORT XGUI_Displayer
   /// \param theAIS AIS presentation
   /// \param isUpdateViewer the parameter whether the viewer should be update immediatelly
   /// Returns true if the Feature succesfully displayed
-  void display(ObjectPtr theObject, boost::shared_ptr<GeomAPI_AISObject> theAIS,
+  void display(ObjectPtr theObject, boost::shared_ptr<GeomAPI_AISObject> theAIS, bool isShading,
                bool isUpdateViewer = true);
 
   /// Display the shape and activate selection of sub-shapes