X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmickView.h;h=ec888e3920cefdf289c5068474d39efde83c9def;hb=677d919d8f9ffc26b332f717e9cbddf4c0670dfe;hp=8ab1c68b88ba60022c3d2fd61d793ab10c9b8c21;hpb=5142cb6cbb8bec738b3f22920effc9a6ec40fc3b;p=creaImageIO.git diff --git a/src2/creaImageIOGimmickView.h b/src2/creaImageIOGimmickView.h index 8ab1c68..ec888e3 100644 --- a/src2/creaImageIOGimmickView.h +++ b/src2/creaImageIOGimmickView.h @@ -78,6 +78,10 @@ namespace creaImageIO virtual void ClearSelection() { GimmickError("INTERNAL ERROR : ClearSelection not implemented"); } + + ///Adds a file to ignore + virtual void AddIgnoreFile(const tree::Node* & toRemove) + { GimmickError("INTERNAL ERROR : AddIgnoreFile not implemented"); } ///Validates the dimension compliance of the images with the maximum and minimum given, and between their sizes @@ -100,8 +104,11 @@ namespace creaImageIO /// Create the tree views void CreateTreeViews(); + /// Create a tree view with a given name + void CreateSingleTreeView(std::string &i_name); + /// Create the tree view for TreeHandler provided - virtual void CreateTreeView( TreeHandler*) + virtual void CreateTreeView( TreeHandler* ) { GimmickError("INTERNAL ERROR : CreateTreeView not implemented"); } /// Updates the TreeView of given name from level l to bottom @@ -131,6 +138,7 @@ namespace creaImageIO void ConnectValidationObserver(ValidationCallbackType callback); //================================================================== + void modifyValidationSignal(bool ivalid); private: