]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.h
Added field edition capability.
[creaImageIO.git] / src2 / creaImageIOGimmick.h
index 09423fe0c00a7e8a057170e635b2358749f5cae1..b8e2ee8a8b37999d2df85ff8b7a5337ea6e87b71 100644 (file)
@@ -136,9 +136,12 @@ 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);
+
     /// 
     const std::string& GetHomeDirectory();
     const std::string& GetUserSettingsDirectory();