]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickTools.h
extent problem.
[creaImageIO.git] / src2 / creaImageIOWxGimmickTools.h
index 0cc976a06c28e4010881a15a2982617730c30a2d..d4ec04d46862fdecfe3c36a760a7d215976f2256 100644 (file)
@@ -17,30 +17,22 @@ namespace creaImageIO
   class WxGimmickTools : public wxPanel
   {
        public:
-               WxGimmickTools(wxWindow * parent);              
+               WxGimmickTools(wxWindow *parent, wxString mCurrentDirectory);           
                ~WxGimmickTools();
                
-               void onThresholdStop();
-               void onThresholdInstantChange(double range[]);
-
+               wxString getInputDir();
+               wxString getOutputDir();
+               bool getCheckBoxValue();
+               
        private:
-
-               mBarRange* _mBarThreshold;
-               wxSlider* _opacity;
-               bool _thresholdGo;
-               wxCheckBox* _interpolationCheckBox;     
-
-               void onThresholdChange(wxCommandEvent& event);
-
-               void onThresholdGo(wxCommandEvent& event);
-
-               void onThresholdRemove(wxCommandEvent& event);
-
-               void onThresholdInterpolation(wxCommandEvent& event);
-
-               void onChangeOpacity(wxScrollEvent& event);
-
-               DECLARE_EVENT_TABLE()
+               wxCheckBox * _addCheckBox;      
+               wxTextCtrl * _inputPath;
+               wxTextCtrl * _outputPath;
+               wxString _currentDir;
+               bool _addFiles;
+               void onInputDir(wxCommandEvent& event);
+               void onOutputDir(wxCommandEvent& event);
+               void onAddToDatabase(wxCommandEvent& event);
     
        };