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.2 by maloninc, Sat Jul 30 10:55:16 2005 UTC revision 1.6 by maloninc, Thu Aug 4 05:10:02 2005 UTC
# Line 17  public: Line 17  public:
17          void handleNewButton(wxCommandEvent& event);          void handleNewButton(wxCommandEvent& event);
18          void handleRemoveButton(wxCommandEvent& event);          void handleRemoveButton(wxCommandEvent& event);
19          void handleEditButton(wxCommandEvent& event);          void handleEditButton(wxCommandEvent& event);
         void handleSaveButton(wxCommandEvent& event);  
20          void handleTreeItemSelect(wxTreeEvent& event);          void handleTreeItemSelect(wxTreeEvent& event);
21          void handleTreeItemSelecting(wxTreeEvent& event);          void handleTreeItemSelecting(wxTreeEvent& event);
22          void handleBeginLabelEdit(wxTreeEvent& event);          void handleBeginLabelEdit(wxTreeEvent& event);
# Line 26  public: Line 25  public:
25          void handleExit(wxCommandEvent& event);          void handleExit(wxCommandEvent& event);
26          void handleClose(wxCloseEvent& event);          void handleClose(wxCloseEvent& event);
27          void handleAbout(wxCommandEvent& event);          void handleAbout(wxCommandEvent& event);
28          void saveData();          void handleLinkClick(wxCommandEvent &event);
29            void openUrl(wxString& url);
30            void openDoc(wxString& doc);
31    
32  private:  private:
33          mnFrame*     frame;          mnFrame*     frame;
34          mnModel*     wiki;          mnModel*     wiki;
         bool         isEditing;  
35  protected:  protected:
36    
37          DECLARE_EVENT_TABLE()          DECLARE_EVENT_TABLE()

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

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