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.5 by maloninc, Wed Dec 28 01:49:51 2005 UTC revision 1.8 by maloninc, Tue Jan 3 23:20:39 2006 UTC
# Line 7  Line 7 
7  #include "mnModel.h"  #include "mnModel.h"
8  #include "mnNotePanel.h"  #include "mnNotePanel.h"
9    
10    #ifdef __WXMSW__
11    #define DOCS_DIR "\\docs\\"
12    #define MKDIR "cmd /c mkdir %s"
13    #else
14    #define DOCS_DIR "/docs/"
15    #define MKDIR "mkdir %s"
16    #endif
17    
18  class mnNotePanelController: public wxEvtHandler{  class mnNotePanelController: public wxEvtHandler{
19  public:  public:
20          mnNotePanelController(mnNotePanel* inPanel, wxString* inWikiDir);          mnNotePanelController(mnNotePanel* inPanel, wxString* inWikiDir);
# Line 30  public: Line 38  public:
38          void handleClose(wxCloseEvent& event);          void handleClose(wxCloseEvent& event);
39          void handleAbout(wxCommandEvent& event);          void handleAbout(wxCommandEvent& event);
40  #ifdef __WXMAC__  #ifdef __WXMAC__
         wxString delPercent(const wxString& str);  
41          void handleLinkClick(wxWebKitStateChangedEvent& myEvent);          void handleLinkClick(wxWebKitStateChangedEvent& myEvent);
42  #else  #else
43          void handleLinkClick(wxCommandEvent &event);          void handleLinkClick(wxCommandEvent &event);
# Line 39  public: Line 46  public:
46          void openUrl(wxString& url);          void openUrl(wxString& url);
47          void openDoc(wxString& doc);          void openDoc(wxString& doc);
48          const wxString* getWikiDataDir();          const wxString* getWikiDataDir();
49            wxString delPercent(const wxString& str);
50    
51  private:  private:
52          mnModel*     wiki;          mnModel*     wiki;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.8

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