Browse CVS Repository
Diff of /malonnote/mnController.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 13 |
class mnController: public wxEvtHandler{ |
class mnController: public wxEvtHandler{ |
| 14 |
public: |
public: |
| 15 |
mnController(mnFrame* inframe); |
mnController(mnFrame* inframe); |
| 16 |
|
void notifyUpdate(WikiData* data); |
| 17 |
void handleSearch(wxCommandEvent& event); |
void handleSearch(wxCommandEvent& event); |
| 18 |
void handleNewButton(wxCommandEvent& event); |
void handleNewButton(wxCommandEvent& event); |
| 19 |
void handleRemoveButton(wxCommandEvent& event); |
void handleRemoveButton(wxCommandEvent& event); |
|
|
Legend:
| Removed from v.1.9 |
|
| changed lines |
| |
Added in v.1.10 |
|
|
|