]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.h
Added the PACS Connection Panel, a basic socket connection class and on .Gimmick...
[creaImageIO.git] / src2 / creaImageIOGimmick.h
index 09423fe0c00a7e8a057170e635b2358749f5cae1..448fc9ba9fd79c27f82ed89e3b2bcd5d7dd2e23a 100644 (file)
@@ -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();