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.1 by maloninc, Tue Oct 4 12:45:02 2005 UTC revision 1.7 by maloninc, Tue Oct 24 04:45:10 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 20  public: Line 16  public:
16          void handleExit(wxCommandEvent& event);          void handleExit(wxCommandEvent& event);
17          void handleClose(wxCloseEvent& event);          void handleClose(wxCloseEvent& event);
18          void handleAbout(wxCommandEvent& event);          void handleAbout(wxCommandEvent& event);
19            void handleNew(wxCommandEvent& event);
20            void handleRemove(wxCommandEvent& event);
21            void handleEdit(wxCommandEvent& event);
22            void handleHighlight(wxCommandEvent& event);
23            void handleTreeExpand(wxCommandEvent& event);
24            void handleTreeCollapse(wxCommandEvent& event);
25            void handleTreeClear(wxCommandEvent& event);
26            void handleGroup(wxCommandEvent& event);
27            void handleOpenDocsDir(wxCommandEvent& event);
28            void handleAddDir(wxCommandEvent& event);
29            void handleRemoveDir(wxCommandEvent& event);
30            void updateConfig();
31            bool isExistConfig(wxString* dir);
32            void handlePageChange(wxNotebookEvent& event);
33            void readAll(wxTimerEvent& event);
34    
35  private:  private:
36          mnFrame*               frame;          mnFrame*               frame;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.7

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