]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMIProjectTreeNode.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMIProjectTreeNode.h
index c07986df1efe5e156447aae8a3c173423dc643d4..6d5c680f0dfca9b6c3336062a8a53f78690028f2 100644 (file)
@@ -53,6 +53,7 @@ public:
   const unsigned char& GetType() const;
   const int& GetLevel() const;
   const std::vector<modelCDMIProjectTreeNode*>& GetChildren() const;
+  const int& GetLength();
   void SetId(const wxTreeItemId& id);
   void SortChildren();
   void SetChildren(const std::vector<modelCDMIProjectTreeNode*>& children);
@@ -66,6 +67,7 @@ protected:
   std::string name;
   unsigned char type;
   int level;
+  int length;
   std::vector<modelCDMIProjectTreeNode*> children;
 
 };