]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
Added attribute reading functionality.
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index c0e31d39e0d6c4f91f81906f175c7f7e79135ea8..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);
@@ -141,6 +145,8 @@ namespace creaImageIO
       void ConnectValidationObserver(ValidationCallbackType callback);
      //==================================================================
 
+         
+
        void modifyValidationSignal(bool ivalid);
 
     private: