X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcreaDevManagerLib%2FmodelCDMIProjectTreeNode.h;h=6d5c680f0dfca9b6c3336062a8a53f78690028f2;hb=752294dd30e2ee94f38be513d441f4716509ce13;hp=c07986df1efe5e156447aae8a3c173423dc643d4;hpb=62dfbfc86db5ed98a2272d0b6620af1711791c27;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMIProjectTreeNode.h b/lib/creaDevManagerLib/modelCDMIProjectTreeNode.h index c07986d..6d5c680 100644 --- a/lib/creaDevManagerLib/modelCDMIProjectTreeNode.h +++ b/lib/creaDevManagerLib/modelCDMIProjectTreeNode.h @@ -53,6 +53,7 @@ public: const unsigned char& GetType() const; const int& GetLevel() const; const std::vector& GetChildren() const; + const int& GetLength(); void SetId(const wxTreeItemId& id); void SortChildren(); void SetChildren(const std::vector& children); @@ -66,6 +67,7 @@ protected: std::string name; unsigned char type; int level; + int length; std::vector children; };