X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmickView.h;h=ec888e3920cefdf289c5068474d39efde83c9def;hb=7ae1412df3d682f639683e751f46a3f07be16d0b;hp=347471561d4dffdf660f05fa2be4eb880aa7ea4c;hpb=674dc4904c0cb717e7413af6b9871b0d50fd314f;p=creaImageIO.git diff --git a/src2/creaImageIOGimmickView.h b/src2/creaImageIOGimmickView.h index 3474715..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 @@ -104,7 +108,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