X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxGimmickTools.h;h=d4ec04d46862fdecfe3c36a760a7d215976f2256;hb=93692028fda538964e7ce2216e08b04d600b7a5e;hp=31ba5e0b3aad2359c5c701fdcd6157a6a7b80bf3;hpb=ecd7eb9aca5b98c06f3ce9072b3f73fe71f1e4b0;p=creaImageIO.git diff --git a/src2/creaImageIOWxGimmickTools.h b/src2/creaImageIOWxGimmickTools.h index 31ba5e0..d4ec04d 100644 --- a/src2/creaImageIOWxGimmickTools.h +++ b/src2/creaImageIOWxGimmickTools.h @@ -17,32 +17,21 @@ namespace creaImageIO class WxGimmickTools : public wxPanel { public: - WxGimmickTools(wxWindow * parent, wxString mCurrentDirectory); + WxGimmickTools(wxWindow *parent, wxString mCurrentDirectory); ~WxGimmickTools(); wxString getInputDir(); - wxString getOutputDir(); - bool getCheckBoxValue(); - private: - wxCheckBox * _addCheckBox; - wxTextCtrl * _inputPath; - wxTextCtrl * _outputPath; - wxString _currentDir; - bool _addFiles; - void onInputDir(wxCommandEvent& event); - void onOutputDir(wxCommandEvent& event); - void onAddToDatabase(wxCommandEvent& event); };