Develop and Download Open Source Software

Browse CVS Repository

Annotation of /malonnote/mnController.h

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


Revision 1.12 - (hide annotations) (download) (as text)
Fri Sep 30 01:38:17 2005 UTC (18 years, 5 months ago) by maloninc
Branch: MAIN
CVS Tags: rel_1_4, dev_1_5-0002, dev_1_5-0001, rel_1_7_1, dev_1_5-0004, dev_1_4-0005, dev_1_4-0006, dev_1_6-0005, dev_1_6-0004, dev_1_6-0003, dev_1_6-0002, dev_1_6-0001, HEAD
Changes since 1.11: +1 -0 lines
File MIME type: text/x-chdr
implement open docs directory menu

1 maloninc 1.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 maloninc 1.10 void notifyUpdate(WikiData* data);
17 maloninc 1.1 void handleSearch(wxCommandEvent& event);
18     void handleNewButton(wxCommandEvent& event);
19     void handleRemoveButton(wxCommandEvent& event);
20 maloninc 1.7 void handleHighlightButton(wxCommandEvent& event);
21 maloninc 1.2 void handleEditButton(wxCommandEvent& event);
22 maloninc 1.1 void handleTreeItemSelect(wxTreeEvent& event);
23     void handleTreeItemSelecting(wxTreeEvent& event);
24     void handleBeginLabelEdit(wxTreeEvent& event);
25     void handleEndLabelEdit(wxTreeEvent& event);
26     void handleConfig(wxCommandEvent& event);
27 maloninc 1.8 void handleGroup(wxCommandEvent& event);
28 maloninc 1.9 void handleTreeExpand(wxCommandEvent& event);
29     void handleTreeCollapse(wxCommandEvent& event);
30     void handleTreeClear(wxCommandEvent& event);
31 maloninc 1.1 void handleExit(wxCommandEvent& event);
32     void handleClose(wxCloseEvent& event);
33     void handleAbout(wxCommandEvent& event);
34 maloninc 1.4 void handleLinkClick(wxCommandEvent &event);
35 maloninc 1.12 void handleOpenDocsDir(wxCommandEvent &event);
36 maloninc 1.5 void openUrl(wxString& url);
37 maloninc 1.6 void openDoc(wxString& doc);
38 maloninc 1.1
39     private:
40     mnFrame* frame;
41     mnModel* wiki;
42     protected:
43    
44     DECLARE_EVENT_TABLE()
45     };
46    
47    
48     #endif // MNCONTROLLER_H

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