]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index 1bef90c0c0758b8eb24f01102e560d1047bf2f04..f17fcb48e4cc6a53d6b23a6e987ab2018c2d0b1c 100644 (file)
@@ -56,7 +56,12 @@ namespace creaImageIO
       void CreateTreeViews();
 
       /// Create the tree view for TreeHandler provided
-      virtual void CreateTreeView( TreeHandler* h) { GimmickError("INTERNAL ERROR : CreateTreeView not implemented"); }
+      virtual void CreateTreeView( TreeHandler*) 
+      { GimmickError("INTERNAL ERROR : CreateTreeView not implemented"); }
+
+      /// Updates the TreeView of given name from level l to bottom
+      /// (calls the virtual method TreeView::UpdateLevel(l))
+      virtual void UpdateTreeViewLevel(const std::string&, int l);
 
     private:
       /// Controller which manages the interaction with the model