Develop and Download Open Source Software

Browse CVS Repository

Annotation of /malonnote/mnNotePanelController.h

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


Revision 1.1 - (hide annotations) (download) (as text)
Tue Oct 4 12:45:02 2005 UTC (18 years, 5 months ago) by maloninc
Branch: MAIN
File MIME type: text/x-chdr
implement TAB function. But not complete.

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

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