diff include/preview.h @ 5:0f566397974e

add Edit button.
author pyon@macmini
date Wed, 13 Apr 2011 18:30:41 +0900
parents d924b09ea2f3
children
line wrap: on
line diff
--- a/include/preview.h	Sat Apr 09 15:03:03 2011 +0900
+++ b/include/preview.h	Wed Apr 13 18:30:41 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : hhsdb.h
-// Last Change: 09-Apr-2011.
+// Last Change: 13-Apr-2011.
 //
 #ifndef __PREVIEW__
 #define __PREVIEW__
@@ -45,16 +45,18 @@
 		wxStaticText*		m_staticTextLarge;
 		wxSlider*	    	m_slider;
 		wxStaticText*		m_staticTextSmall;
+		wxButton*	        m_buttonEdit;
+		wxButton*	        m_buttonMask;
 		wxButton*	        m_buttonPrint;
 		wxButton*       	m_buttonPrintAll;
 		wxButton*       	m_buttonClose;
 	
 	public:
-		
 		FramePreview( wxWindow* parent, wxWindowID id = ID_IMGFRM, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 512,394 ), long style = wxCAPTION|wxFRAME_NO_TASKBAR|wxMAXIMIZE_BOX|wxRESIZE_BORDER|wxTAB_TRAVERSAL );
 		~FramePreview();
 
         void CloseFrame(wxCommandEvent&);
+        void ChageImage(wxCommandEvent&);
         void LoadImages(wxString);
 };