]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
Remove dependencies of WxWidget from Model and Controller class.
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index c0e31d39e0d6c4f91f81906f175c7f7e79135ea8..3287c4d3209e3fd676e9ba9b1c68164314fa9402 100644 (file)
@@ -86,7 +86,16 @@ 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"); }
       
+          ///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);
       
@@ -141,6 +150,8 @@ namespace creaImageIO
       void ConnectValidationObserver(ValidationCallbackType callback);
      //==================================================================
 
+         
+
        void modifyValidationSignal(bool ivalid);
 
     private: