]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickView.h
Added interface for attribute visualization selection.
[creaImageIO.git] / src2 / creaImageIOWxGimmickView.h
index f4dcb2da5407de4bc881c906b5c3af3985fb9b2a..79acac41550bd72ed66a48f2d637dca345274185 100644 (file)
@@ -92,6 +92,10 @@ namespace creaImageIO
 
        ///Called upon when a field has been edited
        void OnFieldsEdited(tree::Node* node, const std::string& name, const std::string& key, const std::string& val);
+
+       ///Called upon to return the visible attributes of the current tab
+       void GetVisibleAttributes(std::vector<std::string>& shown,std::vector<std::string>& nShown, int level);