| 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); |
void addSearchResult(wxString* searchStr, WikiList* wikiList); |
| 28 |
void showSearchResult(mnModel* wiki); |
void showSearchResult(mnModel* wiki); |
| 29 |
|
void makeHtml(WikiData* wikiData, bool highlight); |
| 30 |
|
void highlightSelectedItem(); |
| 31 |
void showSelectedItemText(wxTreeEvent& event); |
void showSelectedItemText(wxTreeEvent& event); |
| 32 |
wxTreeItemData* getSelectedItem(); |
wxTreeItemData* getSelectedItem(); |
| 33 |
wxString getSelectedLabel(); |
wxString getSelectedLabel(); |
| 42 |
wxTreeItemId searchItemRoot; |
wxTreeItemId searchItemRoot; |
| 43 |
wxEvtHandler* controller; |
wxEvtHandler* controller; |
| 44 |
wxGridSizer* rightPanelSizer; |
wxGridSizer* rightPanelSizer; |
| 45 |
|
bool highlight; |
| 46 |
|
|
| 47 |
protected: |
protected: |
| 48 |
// begin wxGlade: mnFrame::attributes |
// begin wxGlade: mnFrame::attributes |