Browse CVS Repository
Diff of /malonnote/mnNotePanelController.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 9 |
|
|
| 10 |
#ifdef __WXMSW__ |
#ifdef __WXMSW__ |
| 11 |
#define DOCS_DIR "\\docs\\" |
#define DOCS_DIR "\\docs\\" |
| 12 |
|
#define MKDIR "cmd /c mkdir \"%s\"" |
| 13 |
#else |
#else |
| 14 |
#define DOCS_DIR "/docs/" |
#define DOCS_DIR "/docs/" |
| 15 |
|
#define MKDIR "mkdir \'%s\'" |
| 16 |
#endif |
#endif |
| 17 |
|
|
| 18 |
class mnNotePanelController: public wxEvtHandler{ |
class mnNotePanelController: public wxEvtHandler{ |
| 45 |
void handleOpenDocsDir(wxCommandEvent &event); |
void handleOpenDocsDir(wxCommandEvent &event); |
| 46 |
void openUrl(wxString& url); |
void openUrl(wxString& url); |
| 47 |
void openDoc(wxString& doc); |
void openDoc(wxString& doc); |
| 48 |
|
void openDir(wxString& dir); |
| 49 |
const wxString* getWikiDataDir(); |
const wxString* getWikiDataDir(); |
| 50 |
wxString delPercent(const wxString& str); |
wxString delPercent(const wxString& str); |
| 51 |
|
void readAll(); |
| 52 |
|
|
| 53 |
private: |
private: |
| 54 |
mnModel* wiki; |
mnModel* wiki; |
|
|
Legend:
| Removed from v.1.7 |
|
| changed lines |
| |
Added in v.1.12 |
|
|
|