X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmickView.h;h=1e9968bf2e612890c424cc5a6405046100218487;hb=cc5a912f64e8de1f90d9ef0956633515a46d31ae;hp=d028b5d3ea952d9da29f92a529860193fd39f47b;hpb=bfe6b2a61bb41b040fb6d49718f1d3558baec84d;p=creaImageIO.git diff --git a/src2/creaImageIOGimmickView.h b/src2/creaImageIOGimmickView.h index d028b5d..1e9968b 100644 --- a/src2/creaImageIOGimmickView.h +++ b/src2/creaImageIOGimmickView.h @@ -73,7 +73,7 @@ namespace creaImageIO virtual void GetImages(int dim, std::vector files, std::vector& s) { GimmickError("INTERNAL ERROR : GetImages not implemented"); } - virtual void OnSelectionChange(std::vector& s, bool isSelection, int selection, bool mProcess) + virtual void OnSelectionChange(const std::vector& s, bool isSelection, int selection, bool mProcess) { GimmickError("INTERNAL ERROR : OnSelectionChange not implemented"); } virtual void ClearSelection() @@ -101,7 +101,7 @@ namespace creaImageIO void CreateTreeViews(); /// Create the tree view for TreeHandler provided - virtual void CreateTreeView( TreeHandler*) + virtual void CreateTreeView( TreeHandler*, TimestampDatabaseHandler* ) { GimmickError("INTERNAL ERROR : CreateTreeView not implemented"); } /// Updates the TreeView of given name from level l to bottom @@ -131,6 +131,7 @@ namespace creaImageIO void ConnectValidationObserver(ValidationCallbackType callback); //================================================================== + void modifyValidationSignal(bool ivalid); private: