]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOGimmick.h
index c351332ba7725d09bec92c1ed79d2ef733b27474..9cd56660bcef50bb7cb325c181180865b88119db 100644 (file)
@@ -35,10 +35,23 @@ namespace creaImageIO
     /// Finalize (closes databases, etc.)
     bool Finalize();
 
+    /// Sets level for messages "Gimmick!" 
+    void SetMessageLevel(int level);
 
-    /// Sets debug mode
-    void SetDebugMode(bool );
+    /// Add a file to the local database
+    void AddFileToLocalDatabase(const std::string&);
+    /// Add a dir to the local database
+    void AddDirToLocalDatabase(const std::string&, bool recurse);
 
+    ///
+    void PrintLocalDatabase();
+
+    /// 
+    SQLiteTreeHandler* GetLocalDatabase() { return mLocalDatabase; }
+
+    const SQLiteTreeHandler* GetLocalDatabase() const { return mLocalDatabase; }
+
+    /// 
     const std::string& GetHomeDirectory();
     const std::string& GetUserSettingsDirectory();
     bool CreateUserSettingsDirectory();