Browse CVS Repository
Diff of /malonnote/mnFrame.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 24 |
// end wxGlade |
// end wxGlade |
| 25 |
|
|
| 26 |
mnFrame(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); |
mnFrame(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE); |
| 27 |
void addSearchResult(wxString* searchStr, WikiList* wikiList, bool isExpand=true); |
void addSearchResult(mnModel* wiki, wxString* searchStr, bool isExpand=true); |
| 28 |
void showSearchResult(mnModel* wiki, bool isExpand=true); |
void showSearchResult(mnModel* wiki, bool isExpand=true); |
| 29 |
void makeHtml(WikiData* wikiData, bool highlight); |
void makeHtml(WikiData* wikiData, bool highlight); |
| 30 |
void highlightSelectedItem(); |
void highlightSelectedItem(); |
| 33 |
wxString getSelectedLabel(); |
wxString getSelectedLabel(); |
| 34 |
void removeSelectedItem(); |
void removeSelectedItem(); |
| 35 |
bool isEditableTreeLabel(wxTreeItemId id); |
bool isEditableTreeLabel(wxTreeItemId id); |
| 36 |
|
void expandAllTree(); |
| 37 |
|
void collapseAllTree(); |
| 38 |
|
void clearAllTree(); |
| 39 |
|
|
| 40 |
private: |
private: |
| 41 |
// begin wxGlade: mnFrame::methods |
// begin wxGlade: mnFrame::methods |
|
|
Legend:
| Removed from v.1.9 |
|
| changed lines |
| |
Added in v.1.10 |
|
|
| |