Browse CVS Repository
Diff of /malonnote/mnFrameController.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 7 |
#include "mnModel.h" |
#include "mnModel.h" |
| 8 |
#include "mnFrame.h" |
#include "mnFrame.h" |
| 9 |
|
|
|
#define CONF_APP_NAME "MalonNote" |
|
|
#define CONF_WIKI_DIR "WikiDir" |
|
|
#define CONF_WIKI_ENT 5 // WikiDir, WikiDir1, ..., WikiDir5 |
|
|
|
|
| 10 |
|
|
| 11 |
class mnFrameController: public wxEvtHandler{ |
class mnFrameController: public wxEvtHandler{ |
| 12 |
public: |
public: |
| 28 |
void handleAddDir(wxCommandEvent& event); |
void handleAddDir(wxCommandEvent& event); |
| 29 |
void handleRemoveDir(wxCommandEvent& event); |
void handleRemoveDir(wxCommandEvent& event); |
| 30 |
void updateConfig(); |
void updateConfig(); |
| 31 |
|
bool isExistConfig(wxString* dir); |
| 32 |
|
void handlePageChange(wxNotebookEvent& event); |
| 33 |
|
void readAll(bool flag); |
| 34 |
|
void handleDiskSearchTimer(wxTimerEvent& event); |
| 35 |
|
void handleFastSearch(wxCommandEvent& event); |
| 36 |
|
|
| 37 |
private: |
private: |
| 38 |
mnFrame* frame; |
mnFrame* frame; |
| 39 |
|
wxTimer* diskSearchTimer; |
| 40 |
DECLARE_EVENT_TABLE() |
DECLARE_EVENT_TABLE() |
| 41 |
}; |
}; |
| 42 |
|
|
|
|
Legend:
| Removed from v.1.3 |
|
| changed lines |
| |
Added in v.1.8 |
|
|
|