]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxTreeView.h
Added attribute selection functionality.
[creaImageIO.git] / src2 / creaImageIOWxTreeView.h
index 76440a4ae0993526a8608e6471097ced25a5e41b..a0f6b658d062b032214c81f313bde350f1a98127 100644 (file)
@@ -68,6 +68,15 @@ namespace creaImageIO
          
          /// Gets the attributes that are being shown and the ones that have been blocked on a specific level
          void GetAttributes(std::vector<std::string>& areShown, std::vector<std::string>& notShown, int level);
+
+         ///Sets the non visible attributes and refreshes the GUI
+         void SetNonVisibleAttributes(const std::vector<std::string>& notShown, int level);
+
+         ///Creates a new listctrl
+         void CreateCtrl(std::vector<std::string>& notShown, int nlevel);
+  
+         ///Returns true if the attribute passed as a parameter is visible or not
+         bool IsAttributeVisible(const std::string& val, int level);
       
       /// Actual processing of item selection/deselection 
       /// Called by OnItemSelected and OnItemDeSelected