]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeView.h
Added interface for attribute visualization selection.
[creaImageIO.git] / src2 / creaImageIOTreeView.h
index df92b146927f90216d97669bbd011566fc4ce057..611c7d0cbe87e06f464cfece867821fde9c866be 100644 (file)
@@ -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<tree::Node*>& 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<std::string>& areShown, std::vector<std::string>& notShown, int level){ GimmickError("INTERNAL ERROR : TreeView::GetAttributes not overloaded"); }
+
     protected:
       TreeHandler* GetTreeHandler() { return mTreeHandler; }
          GimmickView* GetGimmickView() { return mGimmickView; }