]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
Added synchronization
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index 347471561d4dffdf660f05fa2be4eb880aa7ea4c..ec888e3920cefdf289c5068474d39efde83c9def 100644 (file)
@@ -78,6 +78,10 @@ namespace creaImageIO
 
           virtual void ClearSelection()
       { GimmickError("INTERNAL ERROR : ClearSelection not implemented"); }
+
+         ///Adds a file to ignore
+         virtual void AddIgnoreFile(const tree::Node* & toRemove)
+         { GimmickError("INTERNAL ERROR : AddIgnoreFile not implemented"); }
       
       
       ///Validates the dimension compliance of the images with the maximum and minimum given, and between their sizes
@@ -104,7 +108,7 @@ namespace creaImageIO
          void CreateSingleTreeView(std::string &i_name);
 
       /// Create the tree view for TreeHandler provided
-      virtual void CreateTreeView( TreeHandler*, TimestampDatabaseHandler* ) 
+      virtual void CreateTreeView( TreeHandler* ) 
       { GimmickError("INTERNAL ERROR : CreateTreeView not implemented"); }
 
       /// Updates the TreeView of given name from level l to bottom