]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickTools.h
GetLabel vs GetValue
[creaImageIO.git] / src2 / creaImageIOWxGimmickTools.h
index 31ba5e0b3aad2359c5c701fdcd6157a6a7b80bf3..d4ec04d46862fdecfe3c36a760a7d215976f2256 100644 (file)
@@ -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);
     
        };