X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOWxGimmickView.h;h=dec6809c49def6ed2eff511d8084a232602cddc9;hb=1a4b973f2cfd974147a10756eb7d2b10ff524ddc;hp=63cddad25a342721988633af37b50f96756dcc5f;hpb=bf3660569b1baa8be10fc708f595efc66afe3334;p=creaImageIO.git diff --git a/src/creaImageIOWxGimmickView.h b/src/creaImageIOWxGimmickView.h index 63cddad..dec6809 100644 --- a/src/creaImageIOWxGimmickView.h +++ b/src/creaImageIOWxGimmickView.h @@ -8,6 +8,7 @@ #include #include #include +#include #include "wx/progdlg.h" @@ -109,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& nShown, int level); - + + protected: /// Creates the tool bar void CreateToolBar(); @@ -182,7 +184,7 @@ namespace creaImageIO /// Display a message box with the last addition statistics void DisplayAddSummary(); - + time_t mstart; /// Test a directory to know if contains sub-directory to analyze bool isNeedRecursive(std::string i_name); @@ -234,6 +236,9 @@ namespace creaImageIO //Pointer holders for images to be shown std::vector< boost::shared_ptr > pointers; + //kill Progress DialogBar + void killProgress(); + wxString mCurrentDirectory; DECLARE_EVENT_TABLE()