]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
Added field edition capability.
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index 4621dbd6a3b727b2c53b08dc1cd78115ae521d5c..bc160c5bf853962664755009974ec6b0466b227e 100644 (file)
@@ -86,6 +86,10 @@ namespace creaImageIO
          ///Copies selected files
          virtual void CopyFiles(const std::vector<std::string>& filenames)
          { GimmickError("INTERNAL ERROR : CopyFiles not implemented"); }
+
+         ///Edits the fields of a given node
+         virtual void CreateEditFieldsDialog(tree::Node* node, std::vector<std::string> names, std::vector<std::string> 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);