comparison include/myframe.h @ 4:964129946db6

Release : v2.0 finished !!!
author pyon@macmini
date Sun, 16 Oct 2011 16:21:33 +0900
parents 870860d435a1
children 52697c869ce8
comparison
equal deleted inserted replaced
3:870860d435a1 4:964129946db6
10 class MyFrame : public wxFrame 10 class MyFrame : public wxFrame
11 { 11 {
12 DECLARE_EVENT_TABLE() 12 DECLARE_EVENT_TABLE()
13 private: 13 private:
14 wxImageList* m_imageList; 14 wxImageList* m_imageList;
15 wxArrayString m_undo;
15 16
16 protected: 17 protected:
17 wxMenuBar* m_menubarFile; 18 wxMenuBar* m_menubarFile;
18 wxMenu* m_menuFile; 19 wxMenu* m_menuFile;
19 wxStatusBar* m_statusBar; 20 wxStatusBar* m_statusBar;
31 wxTextCtrl* m_textCtrlDist; 32 wxTextCtrl* m_textCtrlDist;
32 33
33 wxStaticText* m_staticTextName; 34 wxStaticText* m_staticTextName;
34 wxStaticBitmap* m_bitmapName; 35 wxStaticBitmap* m_bitmapName;
35 wxStaticText* m_staticTextHhsno; 36 wxStaticText* m_staticTextHhsno;
36 wxStaticBitmap* m_bitmapHHsno; 37 wxStaticBitmap* m_bitmapHhsno;
37 wxStaticText* m_staticTextGuess; 38 wxStaticText* m_staticTextGuess;
38 wxTextCtrl* m_textCtrlGuess; 39 wxTextCtrl* m_textCtrlGuess;
39 40
40 wxListCtrl* m_listCtrlView; 41 wxListCtrl* m_listCtrlView;
41 42
54 void GetImageInfo(wxListEvent& event); 55 void GetImageInfo(wxListEvent& event);
55 void ViewLarge(wxListEvent& event); 56 void ViewLarge(wxListEvent& event);
56 void OnDetect(wxCommandEvent& event); 57 void OnDetect(wxCommandEvent& event);
57 void OnMove(wxCommandEvent& event); 58 void OnMove(wxCommandEvent& event);
58 void OnMoveAndDetect(wxCommandEvent& event); 59 void OnMoveAndDetect(wxCommandEvent& event);
60 void OnDelete(wxCommandEvent& event);
61 void OnUndo(wxCommandEvent& event);
59 void ReadyImage(void); 62 void ReadyImage(void);
60 void MoveImage(void); 63 void MoveImage(void);
61 // $B0J2<!$Dj7?$b$N(B 64 // $B0J2<!$Dj7?$b$N(B
62 void OnWinSize(wxSizeEvent& event); 65 void OnWinSize(wxSizeEvent& event);
63 void OnWinMove(wxMoveEvent& event); 66 void OnWinMove(wxMoveEvent& event);