comparison include/myframe.h @ 3:870860d435a1

auto detect done.
author pyon@macmini
date Sun, 16 Oct 2011 00:18:18 +0900
parents e4ba3cc9b4b1
children 964129946db6
comparison
equal deleted inserted replaced
2:e4ba3cc9b4b1 3:870860d435a1
1 // Filename : myframe.h 1 // Filename : myframe.h
2 // Last Change: 15-Oct-2011. 2 // Last Change: 16-Oct-2011.
3 // 3 //
4 4
5 #ifndef __myframe__ 5 #ifndef __myframe__
6 #define __myframe__ 6 #define __myframe__
7 7
48 public: 48 public:
49 MyFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); 49 MyFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
50 ~MyFrame(); 50 ~MyFrame();
51 51
52 void OnParam(wxCommandEvent& event); 52 void OnParam(wxCommandEvent& event);
53 void MakeDir(wxCommandEvent& event); 53 void OnMakeDir(wxCommandEvent& event);
54 void ToggleSelect(wxListEvent& event); 54 void GetImageInfo(wxListEvent& event);
55 void ViewLarge(wxListEvent& event); 55 void ViewLarge(wxListEvent& event);
56 void OnDetect(wxCommandEvent& event); 56 void OnDetect(wxCommandEvent& event);
57 void OnMove(wxCommandEvent& event); 57 void OnMove(wxCommandEvent& event);
58 void OnMoveAndDetect(wxCommandEvent& event); 58 void OnMoveAndDetect(wxCommandEvent& event);
59 void ReadyImage(void); 59 void ReadyImage(void);