Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnController.h

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

revision 1.8 by maloninc, Tue Sep 13 11:17:03 2005 UTC revision 1.9 by maloninc, Thu Sep 15 03:02:37 2005 UTC
# Line 24  public: Line 24  public:
24          void handleEndLabelEdit(wxTreeEvent& event);          void handleEndLabelEdit(wxTreeEvent& event);
25          void handleConfig(wxCommandEvent& event);          void handleConfig(wxCommandEvent& event);
26          void handleGroup(wxCommandEvent& event);          void handleGroup(wxCommandEvent& event);
27            void handleTreeExpand(wxCommandEvent& event);
28            void handleTreeCollapse(wxCommandEvent& event);
29            void handleTreeClear(wxCommandEvent& event);
30            void handleTreeDisableUpdate(wxCommandEvent& event);
31          void handleExit(wxCommandEvent& event);          void handleExit(wxCommandEvent& event);
32          void handleClose(wxCloseEvent& event);          void handleClose(wxCloseEvent& event);
33          void handleAbout(wxCommandEvent& event);          void handleAbout(wxCommandEvent& event);
# Line 34  public: Line 38  public:
38  private:  private:
39          mnFrame*     frame;          mnFrame*     frame;
40          mnModel*     wiki;          mnModel*     wiki;
41            bool         autoUpdateMode;
42  protected:  protected:
43    
44          DECLARE_EVENT_TABLE()          DECLARE_EVENT_TABLE()

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

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