X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmick.h;h=448fc9ba9fd79c27f82ed89e3b2bcd5d7dd2e23a;hb=b029354f54449e058d14c671e7155e65b4086de6;hp=09423fe0c00a7e8a057170e635b2358749f5cae1;hpb=595926ac27740a8822b6de9579e2e148c59f469c;p=creaImageIO.git diff --git a/src2/creaImageIOGimmick.h b/src2/creaImageIOGimmick.h index 09423fe..448fc9b 100644 --- a/src2/creaImageIOGimmick.h +++ b/src2/creaImageIOGimmick.h @@ -136,12 +136,16 @@ 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(); + int GetBinaryDirectory(char *pname, size_t pathsize); void CreateUserSettingsDirectory(); const std::string& GetLocalDatabasePath(); const std::string& GetTimestampDatabasePath();