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

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

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