]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxDescriptorPanel.h
export from storage to storage functionality
[creaImageIO.git] / src2 / creaImageIOWxDescriptorPanel.h
index 2f95e814be73513e6eed47edc0bb3cf5a8a109f7..203a4091c3750c11c98f965e3df96ecd8b1fb884 100644 (file)
@@ -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<int, std::string> lvlist;
 
+       // DB Gimmick path
+       std::string m_path;
+
   }; // class WxDescriptorPanel
   //=====================================================================