Develop and Download Open Source Software

Browse CVS Repository

Contents of /malonnote/mnController.h

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


Revision 1.8 - (show annotations) (download) (as text)
Tue Sep 13 11:17:03 2005 UTC (18 years, 6 months ago) by maloninc
Branch: MAIN
CVS Tags: dev_1_3-0004
Changes since 1.7: +1 -0 lines
File MIME type: text/x-chdr
implement group by TYPE

1 // -*- C++ -*- generated by wxGlade 0.3.5.1 on Wed Jun 29 12:57:38 2005
2 #ifndef MNCONTROLLER_H
3 #define MNCONTROLLER_H
4
5 #include <wx/wx.h>
6 #include <wx/treectrl.h>
7 #include "mnModel.h"
8 #include "mnFrame.h"
9
10 #define CONF_APP_NAME "MalonNote"
11 #define CONF_WIKI_DIR "WikiDir"
12
13 class mnController: public wxEvtHandler{
14 public:
15 mnController(mnFrame* inframe);
16 void handleSearch(wxCommandEvent& event);
17 void handleNewButton(wxCommandEvent& event);
18 void handleRemoveButton(wxCommandEvent& event);
19 void handleHighlightButton(wxCommandEvent& event);
20 void handleEditButton(wxCommandEvent& event);
21 void handleTreeItemSelect(wxTreeEvent& event);
22 void handleTreeItemSelecting(wxTreeEvent& event);
23 void handleBeginLabelEdit(wxTreeEvent& event);
24 void handleEndLabelEdit(wxTreeEvent& event);
25 void handleConfig(wxCommandEvent& event);
26 void handleGroup(wxCommandEvent& event);
27 void handleExit(wxCommandEvent& event);
28 void handleClose(wxCloseEvent& event);
29 void handleAbout(wxCommandEvent& event);
30 void handleLinkClick(wxCommandEvent &event);
31 void openUrl(wxString& url);
32 void openDoc(wxString& doc);
33
34 private:
35 mnFrame* frame;
36 mnModel* wiki;
37 protected:
38
39 DECLARE_EVENT_TABLE()
40 };
41
42
43 #endif // MNCONTROLLER_H

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