creaImageIOWxOutputDlg.h

Go to the documentation of this file.
00001 #ifndef __creaImageIOWxOutputDlg_h_INCLUDED__
00002 #define __creaImageIOOutputtDlg_h_INCLUDED__
00003 
00004 #ifdef USE_WXWIDGETS
00005 #include <creaWx.h>
00006 #include <creaImageIOWxGimmickView.h>
00007 
00008 
00009 
00010 namespace creaImageIO{
00014   //=====================================================================
00015  //=====================================================================
00018         class WxOutputDlg : public wxDialog
00019         {
00020         public:
00022                 WxOutputDlg (wxWindow *parent, const std::vector<std::string> filenames, int i_dim, bool single);
00024                 ~WxOutputDlg();
00025 
00027         const std::string getAsking();
00028         const std::string getDim();
00029         
00030         private:
00031 
00033                 void OnOk(wxCommandEvent &event);
00034 
00035                 std::vector<wxCheckBox*> checkOut;
00036                 void OnChange(wxCommandEvent& event);
00037 
00038                 wxCheckBox      *checkAsking;
00039 
00040         };
00041 }
00042 #endif // USE_WIDGETS
00043 // EOF
00044 #endif// __creaImageIOWxOutputDlg_h_INCLUDED__