]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
Added color for parent/son referencing, last level selection and updating of the...
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index 57faaa73d161399dbafabaa530f3f05e21f6d20a..7e7a2471d8b2e8e3a0fdcf576d94472955d64bd4 100644 (file)
@@ -68,6 +68,9 @@ namespace creaImageIO
       { GimmickError("INTERNAL ERROR : GetSelectedFiles not implemented"); }
       virtual void OnSelectionChange(std::vector<tree::Node*>& s)
       { GimmickError("INTERNAL ERROR : OnSelectionChange not implemented"); }
+          virtual void ClearSelection()
+      { GimmickError("INTERNAL ERROR : ClearSelection not implemented"); }
+      
       
       ///Validates the dimension compliance of the images with the maximum and minimum given, and between their sizes
       bool ValidateSelected (std::vector<tree::Node*>& sel, int min_dim, int max_dim);