]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxGimmickView.h
thread bug correction
[creaImageIO.git] / src / creaImageIOWxGimmickView.h
index ad66923cb16cac3a0918e64f731187ae80925161..dec6809c49def6ed2eff511d8084a232602cddc9 100644 (file)
@@ -110,7 +110,8 @@ namespace creaImageIO
 
        ///Called when there has been a change in the visible attributes of a tree view
        void OnAttributesChanged(const std::vector<std::string>& nShown, int level);
-    
+
+
   protected:
     /// Creates the tool bar
     void CreateToolBar(); 
@@ -235,6 +236,9 @@ namespace creaImageIO
     //Pointer holders for images to be shown
        std::vector< boost::shared_ptr<ImagePointerHolder> > pointers;
 
+       //kill Progress DialogBar
+       void killProgress();
+
     wxString mCurrentDirectory;
     
     DECLARE_EVENT_TABLE()