Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnNotePanelController.h

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

revision 1.1 by maloninc, Tue Oct 4 12:45:02 2005 UTC revision 1.2 by maloninc, Wed Oct 5 04:55:48 2005 UTC
# Line 12  public: Line 12  public:
12          mnNotePanelController(mnNotePanel* inPanel, wxString* inWikiDir);          mnNotePanelController(mnNotePanel* inPanel, wxString* inWikiDir);
13          void notifyUpdate(WikiData* data);          void notifyUpdate(WikiData* data);
14          void handleSearch(wxCommandEvent& event);          void handleSearch(wxCommandEvent& event);
15          void handleNewButton(wxCommandEvent& event);          void handleNew(wxCommandEvent& event);
16          void handleRemoveButton(wxCommandEvent& event);          void handleRemove(wxCommandEvent& event);
17          void handleHighlightButton(wxCommandEvent& event);          void handleHighlight(wxCommandEvent& event);
18          void handleEditButton(wxCommandEvent& event);          void handleEdit(wxCommandEvent& event);
19          void handleTreeItemSelect(wxTreeEvent& event);          void handleTreeItemSelect(wxTreeEvent& event);
20          void handleTreeItemSelecting(wxTreeEvent& event);          void handleTreeItemSelecting(wxTreeEvent& event);
21          void handleBeginLabelEdit(wxTreeEvent& event);          void handleBeginLabelEdit(wxTreeEvent& event);
# Line 34  public: Line 34  public:
34          void openDoc(wxString& doc);          void openDoc(wxString& doc);
35    
36  private:  private:
         wxString*    wikiDir;  
37          mnModel*     wiki;          mnModel*     wiki;
38          mnNotePanel* panel;          mnNotePanel* panel;
39    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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