]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
Added create DB.
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index 83b74078d5dc10887b81e8bb39d71343b59b468a..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
@@ -100,8 +104,11 @@ namespace creaImageIO
       /// Create the tree views 
       void CreateTreeViews();
 
+         /// Create a tree view with a given name
+         void CreateSingleTreeView(std::string &i_name);
+
       /// Create the tree view for TreeHandler provided
-      virtual void CreateTreeView( TreeHandler*) 
+      virtual void CreateTreeView( TreeHandler* 
       { GimmickError("INTERNAL ERROR : CreateTreeView not implemented"); }
 
       /// Updates the TreeView of given name from level l to bottom