]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeView.h
No newline at end of file
[creaImageIO.git] / src2 / creaImageIOTreeView.h
index 611c7d0cbe87e06f464cfece867821fde9c866be..a1cb4b2e4cfac5f0ff75df1e651703aa2bf17cdd 100644 (file)
@@ -56,6 +56,12 @@ namespace creaImageIO
 
          /// 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"); }
+         
+         ///Sets the non visible attributes and refreshes the GUI
+         virtual void SetNonVisibleAttributes(const std::vector<std::string>& notShown, int level){ GimmickError("INTERNAL ERROR : TreeView::SetNonVisibleAttributes not overloaded"); }
+
+         ///Creates a new listctrl
+         virtual void CreateCtrl(std::vector<std::string>& notShown, int nlevel){ GimmickError("INTERNAL ERROR : TreeView::CreateCtrl not overloaded"); }
 
     protected:
       TreeHandler* GetTreeHandler() { return mTreeHandler; }