X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FPartSetPlugin_Part.h;h=0610a68ab3d73429346a73d176cdee4ba09e08cf;hb=42dfdea5422ab72d81c36155b4c6f352c85c1110;hp=a07be67e10853a025c50470d0370e24048174e66;hpb=298e667eb49d3d1441664d76c1ab4f5fdc80645e;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/PartSetPlugin_Part.h b/src/PartSetPlugin/PartSetPlugin_Part.h index a07be67e1..0610a68ab 100644 --- a/src/PartSetPlugin/PartSetPlugin_Part.h +++ b/src/PartSetPlugin/PartSetPlugin_Part.h @@ -53,10 +53,10 @@ class PartSetPlugin_Part : public ModelAPI_CompositeFeature virtual std::shared_ptr addFeature(std::string theID); /// Returns the number of sub-features of the document - virtual int numberOfSubs() const; + virtual int numberOfSubs(bool forTree = false) const; /// Returns the sub-feature by zero-base index - virtual std::shared_ptr subFeature(const int theIndex) const; + virtual std::shared_ptr subFeature(const int theIndex, bool forTree = false) const; /// Returns the sub-feature unique identifier in this composite feature by zero-base index virtual int subFeatureId(const int theIndex) const;