]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMProjectsTreeCtrl.h
index 87958dda55617c9af8b9b452b6ac1404329e15aa..8d63e58dd58187eb58e98610874dfafe2e744ca4 100755 (executable)
@@ -97,7 +97,7 @@ public:
   /**
    * Builds the tree hierarchy with the given model elements.
    */
-  void BuildTree(std::map< wxTreeItemId, modelCDMIProjectTreeNode* >& modelElements, modelCDMProject* tree = NULL);
+  void BuildTree(std::map< wxCDMTreeItemId, modelCDMIProjectTreeNode* >& modelElements, modelCDMProject* tree = NULL);
 
 private:
 
@@ -117,6 +117,10 @@ private:
    * C Icon ID.
    */
   int ID_Cicon;
+  /**
+   * CF Icon ID.
+   */
+  int ID_CFIcon;
   /**
    * CM Icon ID.
    */
@@ -152,7 +156,7 @@ private:
    * @param modelElements Id->node map.
    * @param parent ID of the root node ID.
    */
-  void BuildTree(const std::vector<modelCDMIProjectTreeNode*>& tree, std::map< wxTreeItemId, modelCDMIProjectTreeNode* >& modelElements, wxTreeItemId parent);
+  void BuildTree(const std::vector<modelCDMIProjectTreeNode*>& tree, std::map< wxCDMTreeItemId, modelCDMIProjectTreeNode* >& modelElements, const wxCDMTreeItemId& parent);
   /**
    * Retrieves the icon ID of the given node by its type.
    * @param node Node to search its icon.