X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxDescriptorPanel.h;h=203a4091c3750c11c98f965e3df96ecd8b1fb884;hb=8392c8e1b57464fe92e6280b88f69cabfbac58cf;hp=2f95e814be73513e6eed47edc0bb3cf5a8a109f7;hpb=62fe686c7ff816464b9b309933030ea88e27338f;p=creaImageIO.git diff --git a/src2/creaImageIOWxDescriptorPanel.h b/src2/creaImageIOWxDescriptorPanel.h index 2f95e81..203a409 100644 --- a/src2/creaImageIOWxDescriptorPanel.h +++ b/src2/creaImageIOWxDescriptorPanel.h @@ -31,7 +31,7 @@ namespace creaImageIO //===================================================================== //===================================================================== /// Gimmick DB are based on descriptors with a tree structure . - /// Ecah level contains attributes (DICOM or other) to identify data + /// Each level contains attributes (DICOM or other) to identify data /// WxDescriptorPanel allows creation, modification and save of descriptors. /// @@ -39,7 +39,7 @@ namespace creaImageIO { public: WxDescriptorPanel(); - WxDescriptorPanel(wxWindow *parent); + WxDescriptorPanel(wxWindow *parent, const std::string path); ~WxDescriptorPanel(); // Get file to load Descriptor @@ -141,6 +141,9 @@ namespace creaImageIO // List of added level std::map lvlist; + // DB Gimmick path + std::string m_path; + }; // class WxDescriptorPanel //=====================================================================