diff include/hist.h @ 2:c066fde99517

Added Batch Print Mode.
author pyon@macmini
date Fri, 23 Aug 2013 18:32:09 +0900
parents 7b6dab24f4b8
children
line wrap: on
line diff
--- a/include/hist.h	Sun Aug 04 21:42:49 2013 +0900
+++ b/include/hist.h	Fri Aug 23 18:32:09 2013 +0900
@@ -1,5 +1,5 @@
 // Filename   : hist.h
-// Last Change: 02-Aug-2013.
+// Last Change: 13-Aug-2013.
 //
 #ifndef __HIST_H__
 #define __HIST_H__
@@ -10,6 +10,7 @@
 {
     DECLARE_EVENT_TABLE()
 	private:
+        wxString    m_hhsno;
 	
 	protected:
 		wxListCtrl* m_listCtrl;
@@ -21,9 +22,12 @@
 		HistDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style );
 		~HistDialog();
         
-        void OnSelectItem( wxListEvent& WXUNUSED(event) );
+        void OnSelectItem( wxListEvent& event );
         void OnSet( wxCommandEvent& WXUNUSED(event) );
         void ReadHistoryList( void );    
+
+        // Accessor
+        wxString GetHhsNo() const { return m_hhsno; }
 };
 
 enum