]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickView.h
Added local copy functionality.
[creaImageIO.git] / src2 / creaImageIOWxGimmickView.h
index 33870d1327f2ef22627f2c67662a41ccb7e66bcf..3881c8543c1e07f1be260a0d14fe9c50134bd4e7 100644 (file)
@@ -59,10 +59,12 @@ namespace creaImageIO
                           bool isSelection, int selection, bool mProcess);
     ///Stops the player
     void StopPlayer(){mViewer->StopPlayer();}
-       ///Adds a file to ignore
-       void AddIgnoreFile(const tree::Node* & toRemove);
+    ///Adds a file to ignore
+    void AddIgnoreFile(tree::Node* toRemove);
     ///Resets the default image
     void ClearSelection();
+       ///Copies selected files
+       void CopyFiles(const std::vector<std::string>& filenames);
     
     
     ///Sends a request to read the currently selected node and the ones that surround it.