]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeSelection.h
Salome HOME
The list of selection attributes is added
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index b41c4dffc83712520ab9aef3052f8499871f2926..2e71baea1c1406510278abcce44fdf12118a74ef 100644 (file)
@@ -28,6 +28,7 @@ public:
   /// Returns the context of the selection (the whole shape owner)
   MODEL_EXPORT virtual ResultPtr context();
 
+  /// Sets the feature object
   MODEL_EXPORT virtual void setObject(const boost::shared_ptr<ModelAPI_Object>& theObject);
 
 protected:
@@ -43,6 +44,7 @@ protected:
     const ResultPtr& theContext, const boost::shared_ptr<GeomAPI_Shape>& theSubShape);
 
   friend class Model_Data;
+  friend class Model_AttributeSelectionList;
 };
 
 #endif