X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxGimmickView.h;h=302698fa701f382e55f30ac5ce556c86765bd792;hb=f88a493a18a500a15b24ca81ab4117fc4ac6a542;hp=06966a5081a4666de1235e9a2f21cc27ee855d04;hpb=5142cb6cbb8bec738b3f22920effc9a6ec40fc3b;p=creaImageIO.git diff --git a/src2/creaImageIOWxGimmickView.h b/src2/creaImageIOWxGimmickView.h index 06966a5..302698f 100644 --- a/src2/creaImageIOWxGimmickView.h +++ b/src2/creaImageIOWxGimmickView.h @@ -73,7 +73,7 @@ namespace creaImageIO /// Create the tree view for TreeHandler provided /// (overloaded from GimmickView) - void CreateTreeView( TreeHandler* ); + void CreateTreeView( TreeHandler*, TimestampDatabaseHandler* ); private: @@ -108,7 +108,9 @@ namespace creaImageIO /// Display a message box with the last addition statistics void DisplayAddSummary(); - + + /// Test a directory to know if contains sub-directory to analyze + bool isNeedRecursive(std::string i_name); /// AddProgress Gimmick callback void OnAddProgress( Gimmick::AddProgress& );