X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmickView.h;h=f17fcb48e4cc6a53d6b23a6e987ab2018c2d0b1c;hb=8c3672abfbaf237583f46ba0c1feb660b0f65973;hp=1bef90c0c0758b8eb24f01102e560d1047bf2f04;hpb=79be5edd158476cd0f21d3146223594234ef06fc;p=creaImageIO.git diff --git a/src2/creaImageIOGimmickView.h b/src2/creaImageIOGimmickView.h index 1bef90c..f17fcb4 100644 --- a/src2/creaImageIOGimmickView.h +++ b/src2/creaImageIOGimmickView.h @@ -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