diff include/index.h @ 2:c066fde99517

Added Batch Print Mode.
author pyon@macmini
date Fri, 23 Aug 2013 18:32:09 +0900
parents 0c0701a935f8
children 7ac7d28699af
line wrap: on
line diff
--- a/include/index.h	Sun Aug 04 21:42:49 2013 +0900
+++ b/include/index.h	Fri Aug 23 18:32:09 2013 +0900
@@ -1,5 +1,5 @@
 // Filename   : index.h
-// Last Change: 21-Jul-2013.
+// Last Change: 23-Aug-2013.
 //
 
 #ifndef __INDEX_H__
@@ -11,18 +11,27 @@
 {
     DECLARE_EVENT_TABLE()
 	private:
+        wxString m_rootdir;
 	
 	protected:
 		wxListCtrl*     m_listCtrl;
 		wxCalendarCtrl* m_calendar;
 		wxButton*       m_buttonMake;
+        wxRichTextCtrl* m_richText;
 		wxButton*       m_buttonClose;
 	
 	public:
-		
 		IndexDialog( wxWindow*, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style );
 		~IndexDialog();
-	
+
+        void OnSelect( wxCalendarEvent& WXUNUSED(event) );	
+        void OnMakeIndex( wxCommandEvent& WXUNUSED(event) );
+        void OnPage( wxCalendarEvent& WXUNUSED(event) );
+        void UpdateList( void );
+        void CheckHhs( void );
+
+        // Accessor
+        void SetRootdir( wxString dir ) { m_rootdir = dir; }
 };
 
 enum {