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.10 by maloninc, Fri Sep 16 04:12:58 2005 UTC
# Line 13  Line 13 
13  class mnController: public wxEvtHandler{  class mnController: public wxEvtHandler{
14  public:  public:
15          mnController(mnFrame* inframe);          mnController(mnFrame* inframe);
16            void notifyUpdate(WikiData* data);
17          void handleSearch(wxCommandEvent& event);          void handleSearch(wxCommandEvent& event);
18          void handleNewButton(wxCommandEvent& event);          void handleNewButton(wxCommandEvent& event);
19          void handleRemoveButton(wxCommandEvent& event);          void handleRemoveButton(wxCommandEvent& event);
# Line 24  public: Line 25  public:
25          void handleEndLabelEdit(wxTreeEvent& event);          void handleEndLabelEdit(wxTreeEvent& event);
26          void handleConfig(wxCommandEvent& event);          void handleConfig(wxCommandEvent& event);
27          void handleGroup(wxCommandEvent& event);          void handleGroup(wxCommandEvent& event);
28            void handleTreeExpand(wxCommandEvent& event);
29            void handleTreeCollapse(wxCommandEvent& event);
30            void handleTreeClear(wxCommandEvent& event);
31            void handleTreeDisableUpdate(wxCommandEvent& event);
32          void handleExit(wxCommandEvent& event);          void handleExit(wxCommandEvent& event);
33          void handleClose(wxCloseEvent& event);          void handleClose(wxCloseEvent& event);
34          void handleAbout(wxCommandEvent& event);          void handleAbout(wxCommandEvent& event);
# Line 34  public: Line 39  public:
39  private:  private:
40          mnFrame*     frame;          mnFrame*     frame;
41          mnModel*     wiki;          mnModel*     wiki;
42            bool         autoUpdateMode;
43  protected:  protected:
44    
45          DECLARE_EVENT_TABLE()          DECLARE_EVENT_TABLE()

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

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