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.2 by maloninc, Wed Oct 5 04:55:48 2005 UTC revision 1.5 by maloninc, Fri Oct 7 10:19:46 2005 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 31  public: Line 27  public:
27          void handleOpenDocsDir(wxCommandEvent& event);          void handleOpenDocsDir(wxCommandEvent& event);
28          void handleAddDir(wxCommandEvent& event);          void handleAddDir(wxCommandEvent& event);
29          void handleRemoveDir(wxCommandEvent& event);          void handleRemoveDir(wxCommandEvent& event);
30            void updateConfig();
31            bool isExistConfig(wxString* dir);
32    
33  private:  private:
34          mnFrame*               frame;          mnFrame*               frame;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

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