]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickView.h
Fixed Bugs with filter. Added Layer Diagram to documentation.
[creaImageIO.git] / src2 / creaImageIOWxGimmickView.h
index 6a4f5b69776a8c562d13dd64dfe6e1e98c675009..63ac15473102d5ea7241763060b7f6ab8adf482f 100644 (file)
@@ -46,7 +46,10 @@ namespace creaImageIO
       /// Callback called when a selection from a TreeView has changed 
       //(overloaded from GimmickView)
       void OnSelectionChange(std::vector<tree::Node*>& s);
-
+         ///Stops the player
+         void StopPlayer(){mViewer->StopPlayer();}
+         ///Resets the default image
+         void ClearSelection();
 
 
       ///Sends a request to read the currently selected node and the ones that surround it.