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 |
|
readAll(true); |
| 29 |
|
|
| 30 |
panel = inPanel; |
panel = inPanel; |
| 31 |
} |
} |
| 32 |
|
|
| 34 |
{ |
{ |
| 35 |
} |
} |
| 36 |
|
|
| 37 |
|
void mnNotePanelController::readAll(bool flag) |
| 38 |
|
{ |
| 39 |
|
wiki->readAll(flag); |
| 40 |
|
} |
| 41 |
|
|
| 42 |
const wxString* mnNotePanelController::getWikiDataDir() |
const wxString* mnNotePanelController::getWikiDataDir() |
| 43 |
{ |
{ |
| 44 |
return wiki->getWikiDataDir(); |
return wiki->getWikiDataDir(); |
|
|
Legend:
| Removed from v.1.11 |
|
| changed lines |
| |
Added in v.1.15 |
|
|
|