Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeSelectionList.h
index 6dc13dd3a6b35c9a8467b16af7efe4e010c8c8e1..aef9046aef1966e13a198fcfc859f248c08d0df2 100644 (file)
@@ -24,6 +24,10 @@ class ModelAPI_AttributeSelectionList : public ModelAPI_Attribute
   /// Returns the number ofselection attributes in the list
   virtual int size() = 0;
 
+  virtual int selectionType() = 0;
+
+  virtual void setSelectionType(int) = 0;
+
   /// Returns the attribute selection by the index (zero based)
   virtual boost::shared_ptr<ModelAPI_AttributeSelection> value(const int theIndex) = 0;