X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMProjectsTreeCtrl.h;h=5c1993540b31bae9ae7bc27337da98d58cd28738;hb=1c3bc8de4d0e9b492f95c5d8c468881a80f420da;hp=33f21f40bc42f6da7b3d85dacf38121cba98a955;hpb=72a6140565ccd0905f822c7bf17ea471762a9301;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.h b/lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.h index 33f21f4..5c19935 100755 --- a/lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.h +++ b/lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.h @@ -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: @@ -113,10 +113,22 @@ private: * BB Icon ID. */ int ID_BBIcon; + /** + * BBG Icon ID. + */ + int ID_BBGIcon; + /** + * BBS Icon ID. + */ + int ID_BBSIcon; /** * C Icon ID. */ int ID_Cicon; + /** + * CF Icon ID. + */ + int ID_CFIcon; /** * CM Icon ID. */ @@ -152,7 +164,7 @@ private: * @param modelElements Id->node map. * @param parent ID of the root node ID. */ - void BuildTree(const std::vector& tree, std::map< wxTreeItemId, modelCDMIProjectTreeNode* >& modelElements, const wxTreeItemId& parent); + void BuildTree(const std::vector& 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.