X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmickView.h;h=bc160c5bf853962664755009974ec6b0466b227e;hb=d87a9f8f86d472c5ecaed70fa83f1e8a1024a450;hp=4621dbd6a3b727b2c53b08dc1cd78115ae521d5c;hpb=286cbf55bbd817ef8c9827d07fb231f945a77a89;p=creaImageIO.git diff --git a/src2/creaImageIOGimmickView.h b/src2/creaImageIOGimmickView.h index 4621dbd..bc160c5 100644 --- a/src2/creaImageIOGimmickView.h +++ b/src2/creaImageIOGimmickView.h @@ -86,6 +86,10 @@ namespace creaImageIO ///Copies selected files virtual void CopyFiles(const std::vector& filenames) { GimmickError("INTERNAL ERROR : CopyFiles not implemented"); } + + ///Edits the fields of a given node + virtual void CreateEditFieldsDialog(tree::Node* node, std::vector names, std::vector keys) + { GimmickError("INTERNAL ERROR : EditFields 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);