X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FmodelCDMIProjectTreeNode.h;h=ddfae33b24685085248dbddc4a757985e89fd891;hb=741b9c1d03c7984f7ac4a39188e2bb114471f579;hp=d1688de5a8715da49defcd82ec8c46aa3efd0aa0;hpb=a9365e98724ef545368a3212e32263cd331d41d0;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMIProjectTreeNode.h b/lib/creaDevManagerLib/modelCDMIProjectTreeNode.h index d1688de..ddfae33 100644 --- a/lib/creaDevManagerLib/modelCDMIProjectTreeNode.h +++ b/lib/creaDevManagerLib/modelCDMIProjectTreeNode.h @@ -39,6 +39,7 @@ #include #include #include "wx/treectrl.h" +#include "wxCDMTreeItemId.h" /** * Class that represents an element of a Crea Project. @@ -61,7 +62,7 @@ public: * Returns the id of the node in the tree of the project. * @return Id of the node in the tree project. */ - const wxTreeItemId& GetId() const; + const wxCDMTreeItemId& GetId() const; /** * Returns the full path to the node, including the name of the node. * @return Node's full path. @@ -106,7 +107,7 @@ public: * Sets the id of the node in the project tree. * @param id Id of the node. */ - void SetId(const wxTreeItemId& id); + void SetId(const wxCDMTreeItemId& id); /** * Sorts the children using the compareNodeItem function. */ @@ -134,7 +135,7 @@ public: /** * Id of the node in the project tree. */ - wxTreeItemId id; + wxCDMTreeItemId id; /** * path of the node in the computer. */