X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmick.h;h=b8e2ee8a8b37999d2df85ff8b7a5337ea6e87b71;hb=d87a9f8f86d472c5ecaed70fa83f1e8a1024a450;hp=09423fe0c00a7e8a057170e635b2358749f5cae1;hpb=286cbf55bbd817ef8c9827d07fb231f945a77a89;p=creaImageIO.git diff --git a/src2/creaImageIOGimmick.h b/src2/creaImageIOGimmick.h index 09423fe..b8e2ee8 100644 --- a/src2/creaImageIOGimmick.h +++ b/src2/creaImageIOGimmick.h @@ -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();