Develop and Download Open Source Software

Browse CVS Repository

Contents of /malonnote/mnNotePanelController.h

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


Revision 1.6 - (show annotations) (download) (as text)
Wed Dec 28 05:41:06 2005 UTC (18 years, 2 months ago) by maloninc
Branch: MAIN
CVS Tags: dev_1_6-0003
Changes since 1.5: +1 -1 lines
File MIME type: text/x-chdr
for windows compile

1 // -*- C++ -*- generated by wxGlade 0.3.5.1 on Wed Jun 29 12:57:38 2005
2 #ifndef MNNOTEPANEL_CONTROLLER_H
3 #define MNNOTEPANEL_CONTROLLER_H
4
5 #include <wx/wx.h>
6 #include <wx/treectrl.h>
7 #include "mnModel.h"
8 #include "mnNotePanel.h"
9
10 class mnNotePanelController: public wxEvtHandler{
11 public:
12 mnNotePanelController(mnNotePanel* inPanel, wxString* inWikiDir);
13 ~mnNotePanelController();
14 void notifyUpdate(WikiData* data);
15 void handleSearch(wxCommandEvent& event);
16 void handleNew(wxCommandEvent& event);
17 void handleRemove(wxCommandEvent& event);
18 void handleHighlight(wxCommandEvent& event);
19 void handleEdit(wxCommandEvent& event);
20 void handleTreeItemSelect(wxTreeEvent& event);
21 void handleTreeItemSelecting(wxTreeEvent& event);
22 void handleBeginLabelEdit(wxTreeEvent& event);
23 void handleEndLabelEdit(wxTreeEvent& event);
24 void handleConfig(wxCommandEvent& event);
25 void handleGroup(wxCommandEvent& event);
26 void handleTreeExpand(wxCommandEvent& event);
27 void handleTreeCollapse(wxCommandEvent& event);
28 void handleTreeClear(wxCommandEvent& event);
29 void handleExit(wxCommandEvent& event);
30 void handleClose(wxCloseEvent& event);
31 void handleAbout(wxCommandEvent& event);
32 #ifdef __WXMAC__
33 void handleLinkClick(wxWebKitStateChangedEvent& myEvent);
34 #else
35 void handleLinkClick(wxCommandEvent &event);
36 #endif
37 void handleOpenDocsDir(wxCommandEvent &event);
38 void openUrl(wxString& url);
39 void openDoc(wxString& doc);
40 const wxString* getWikiDataDir();
41 wxString delPercent(const wxString& str);
42
43 private:
44 mnModel* wiki;
45 mnNotePanel* panel;
46
47 protected:
48
49 DECLARE_EVENT_TABLE()
50 };
51
52
53 #endif // MNNOTEPANEL_CONTROLLER_H

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