Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnFrameController.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by maloninc, Wed Oct 5 07:20:56 2005 UTC revision 1.8 by maloninc, Tue Oct 24 06:46:32 2006 UTC
# Line 7  Line 7 
7  #include "mnModel.h"  #include "mnModel.h"
8  #include "mnFrame.h"  #include "mnFrame.h"
9    
 #define CONF_APP_NAME "MalonNote"  
 #define CONF_WIKI_DIR "WikiDir"  
 #define CONF_WIKI_ENT 5           // WikiDir, WikiDir1, ..., WikiDir5  
   
10    
11  class mnFrameController: public wxEvtHandler{  class mnFrameController: public wxEvtHandler{
12  public:  public:
# Line 32  public: Line 28  public:
28          void handleAddDir(wxCommandEvent& event);          void handleAddDir(wxCommandEvent& event);
29          void handleRemoveDir(wxCommandEvent& event);          void handleRemoveDir(wxCommandEvent& event);
30          void updateConfig();          void updateConfig();
31            bool isExistConfig(wxString* dir);
32            void handlePageChange(wxNotebookEvent& event);
33            void readAll(bool flag);
34            void handleDiskSearchTimer(wxTimerEvent& event);
35            void handleFastSearch(wxCommandEvent& event);
36    
37  private:  private:
38          mnFrame*               frame;          mnFrame*               frame;
39            wxTimer*               diskSearchTimer;
40          DECLARE_EVENT_TABLE()          DECLARE_EVENT_TABLE()
41  };  };
42    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.8

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26