Browse CVS Repository
Diff of /malonnote/mnNotePanelController.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 25 |
mnNotePanelController::mnNotePanelController(mnNotePanel* inPanel, wxString* inWikiDir) |
mnNotePanelController::mnNotePanelController(mnNotePanel* inPanel, wxString* inWikiDir) |
| 26 |
{ |
{ |
| 27 |
wiki = new mnModel(inWikiDir->mb_str()); |
wiki = new mnModel(inWikiDir->mb_str()); |
| 28 |
wiki->readAll(true); |
readAll(true); |
| 29 |
|
|
| 30 |
panel = inPanel; |
panel = inPanel; |
| 31 |
} |
} |
| 34 |
{ |
{ |
| 35 |
} |
} |
| 36 |
|
|
| 37 |
void mnNotePanelController::readAll() |
void mnNotePanelController::readAll(bool flag) |
| 38 |
{ |
{ |
| 39 |
wiki->readAll(false); /* read wiki data in background */ |
wiki->readAll(flag); |
| 40 |
} |
} |
| 41 |
|
|
| 42 |
const wxString* mnNotePanelController::getWikiDataDir() |
const wxString* mnNotePanelController::getWikiDataDir() |
|
|
Legend:
| Removed from v.1.14 |
|
| changed lines |
| |
Added in v.1.15 |
|
|
|