X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeView.h;h=611c7d0cbe87e06f464cfece867821fde9c866be;hb=4029ce2d66a658d9f598cca1c95b82a42e26a3d9;hp=df92b146927f90216d97669bbd011566fc4ce057;hpb=d87a9f8f86d472c5ecaed70fa83f1e8a1024a450;p=creaImageIO.git diff --git a/src2/creaImageIOTreeView.h b/src2/creaImageIOTreeView.h index df92b14..611c7d0 100644 --- a/src2/creaImageIOTreeView.h +++ b/src2/creaImageIOTreeView.h @@ -54,6 +54,9 @@ namespace creaImageIO /// Gets the next nodes on the list, be it up(true) or down(false). virtual void GetNodes(std::vector& nodes, bool direction){ GimmickError("INTERNAL ERROR : TreeView::GetNodes not overloaded"); } + /// Gets the attributes that are being shown and the ones that have been blocked on a specific level + virtual void GetAttributes(std::vector& areShown, std::vector& notShown, int level){ GimmickError("INTERNAL ERROR : TreeView::GetAttributes not overloaded"); } + protected: TreeHandler* GetTreeHandler() { return mTreeHandler; } GimmickView* GetGimmickView() { return mGimmickView; }