X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmickView.h;h=f17fcb48e4cc6a53d6b23a6e987ab2018c2d0b1c;hb=8c3672abfbaf237583f46ba0c1feb660b0f65973;hp=a9298b9def91013991e36e78f282fb7177416ec2;hpb=fcfe92562365cb738cf919d095d2f8d3608ec389;p=creaImageIO.git diff --git a/src2/creaImageIOGimmickView.h b/src2/creaImageIOGimmickView.h index a9298b9..f17fcb4 100644 --- a/src2/creaImageIOGimmickView.h +++ b/src2/creaImageIOGimmickView.h @@ -3,6 +3,7 @@ #include #include +#include //#include #include @@ -51,6 +52,17 @@ namespace creaImageIO virtual void GetSelectedImages(std::vector& s) {} virtual void GetSelectedFiles(std::vector& s) {} + /// Create the tree views + void CreateTreeViews(); + + /// Create the tree view for TreeHandler provided + 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 Gimmick* mGimmick;