]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
Remove dependencies of WxWidget from Model and Controller class.
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index bc160c5bf853962664755009974ec6b0466b227e..3287c4d3209e3fd676e9ba9b1c68164314fa9402 100644 (file)
@@ -91,6 +91,11 @@ namespace creaImageIO
          virtual void CreateEditFieldsDialog(tree::Node* node, std::vector<std::string> names, std::vector<std::string> keys)
          { GimmickError("INTERNAL ERROR : EditFields not implemented"); }
       
+          ///Copies selected files
+         virtual void SaveAs(const std::vector<std::string>& filenames)
+         { GimmickError("INTERNAL ERROR : SaveAs 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);