Browse CVS Repository
Diff of /malonnote/mnNotePanel.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 29 |
return panelController; |
return panelController; |
| 30 |
} |
} |
| 31 |
|
|
|
#if 0 |
|
| 32 |
void mnNotePanel::updateSearchResult(mnModel* wiki, wxString* searchStr, bool isExpand) |
void mnNotePanel::updateSearchResult(mnModel* wiki, wxString* searchStr, bool isExpand) |
| 33 |
{ |
{ |
| 34 |
wxTreeItemIdValue cookie1, cookie2; |
wxTreeItemIdValue cookie1, cookie2; |
| 75 |
searchTree->Collapse(searchStrId); |
searchTree->Collapse(searchStrId); |
| 76 |
} |
} |
| 77 |
} |
} |
|
#endif |
|
| 78 |
|
|
| 79 |
|
|
| 80 |
void mnNotePanel::addSearchResult(mnModel* wiki, wxString* searchStr, bool isExpand) |
void mnNotePanel::addSearchResult(mnModel* wiki, wxString* searchStr, bool isExpand) |
| 110 |
} |
} |
| 111 |
} |
} |
| 112 |
|
|
|
#if 0 |
|
| 113 |
void mnNotePanel::makeHtml(WikiData* wikiData, bool isHighlight) |
void mnNotePanel::makeHtml(WikiData* wikiData, bool isHighlight) |
| 114 |
{ |
{ |
| 115 |
const wxString* fileName = wikiData->getFileName(); |
const wxString* fileName = wikiData->getFileName(); |
| 236 |
} |
} |
| 237 |
} |
} |
| 238 |
|
|
| 239 |
|
|
| 240 |
void mnNotePanel::expandAllTree() |
void mnNotePanel::expandAllTree() |
| 241 |
{ |
{ |
| 242 |
wxTreeItemIdValue cookie; |
wxTreeItemIdValue cookie; |
| 309 |
} |
} |
| 310 |
} |
} |
| 311 |
|
|
|
#endif |
|
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|
| |