]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.h
Remove dependencies of WxWidget from Model and Controller class.
[creaImageIO.git] / src2 / creaImageIOGimmick.h
index 09423fe0c00a7e8a057170e635b2358749f5cae1..458720b39a93633811eb71464f948d4734625a05 100644 (file)
@@ -136,9 +136,18 @@ namespace creaImageIO
        ///Updates the settings file
        void UpdateSetting(const std::string& name, const std::string& value);
 
-       // add DB from Settings file
+       /// add DB from Settings file
     void addDBSettings();
 
+       ///Edits the field described by the name and key provided with the value given
+       void EditField(tree::Node* node, const std::string& d, const std::string& name, const std::string& key, const std::string& val);
+
+       /// Returns the attributes in results described in params
+       void GetAttributes(const std::string& d, 
+         const std::string& filename, 
+         const std::vector<std::string>& params, 
+         std::vector<std::string>& results);
+  
     /// 
     const std::string& GetHomeDirectory();
     const std::string& GetUserSettingsDirectory();