Browse CVS Repository
Diff of /malonnote/mnController.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 27 |
void handleAbout(wxCommandEvent& event); |
void handleAbout(wxCommandEvent& event); |
| 28 |
void handleLinkClick(wxCommandEvent &event); |
void handleLinkClick(wxCommandEvent &event); |
| 29 |
void openUrl(wxString& url); |
void openUrl(wxString& url); |
| 30 |
|
void openDoc(wxString& doc); |
| 31 |
|
|
| 32 |
private: |
private: |
| 33 |
mnFrame* frame; |
mnFrame* frame; |
| 34 |
mnModel* wiki; |
mnModel* wiki; |
|
bool isEditing; |
|
| 35 |
protected: |
protected: |
| 36 |
|
|
| 37 |
DECLARE_EVENT_TABLE() |
DECLARE_EVENT_TABLE() |
|
|
Legend:
| Removed from v.1.5 |
|
| changed lines |
| |
Added in v.1.6 |
|
|
|