X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmickView.h;h=4621dbd6a3b727b2c53b08dc1cd78115ae521d5c;hb=595926ac27740a8822b6de9579e2e148c59f469c;hp=347471561d4dffdf660f05fa2be4eb880aa7ea4c;hpb=4e686df72aa8d0c59509195d173fd37acbd636b1;p=creaImageIO.git diff --git a/src2/creaImageIOGimmickView.h b/src2/creaImageIOGimmickView.h index 3474715..4621dbd 100644 --- a/src2/creaImageIOGimmickView.h +++ b/src2/creaImageIOGimmickView.h @@ -78,7 +78,14 @@ namespace creaImageIO virtual void ClearSelection() { GimmickError("INTERNAL ERROR : ClearSelection not implemented"); } + + ///Adds a file to ignore + virtual void AddIgnoreFile(tree::Node* toRemove) + { GimmickError("INTERNAL ERROR : AddIgnoreFile not implemented"); } + ///Copies selected files + virtual void CopyFiles(const std::vector& filenames) + { GimmickError("INTERNAL ERROR : CopyFiles not implemented"); } ///Validates the dimension compliance of the images with the maximum and minimum given, and between their sizes bool ValidateSelected (tree::Node* sel, int min_dim, int max_dim); @@ -104,7 +111,7 @@ namespace creaImageIO void CreateSingleTreeView(std::string &i_name); /// Create the tree view for TreeHandler provided - virtual void CreateTreeView( TreeHandler*, TimestampDatabaseHandler* ) + virtual void CreateTreeView( TreeHandler* ) { GimmickError("INTERNAL ERROR : CreateTreeView not implemented"); } /// Updates the TreeView of given name from level l to bottom @@ -134,6 +141,8 @@ namespace creaImageIO void ConnectValidationObserver(ValidationCallbackType callback); //================================================================== + + void modifyValidationSignal(bool ivalid); private: