Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnNotePanel.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by maloninc, Tue Oct 4 12:45:02 2005 UTC revision 1.2 by maloninc, Wed Oct 5 04:55:48 2005 UTC
# Line 29  mnNotePanelController* mnNotePanel::getC Line 29  mnNotePanelController* mnNotePanel::getC
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;
# Line 76  void mnNotePanel::updateSearchResult(mnM Line 75  void mnNotePanel::updateSearchResult(mnM
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)
# Line 112  void mnNotePanel::addSearchResult(mnMode Line 110  void mnNotePanel::addSearchResult(mnMode
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();
# Line 239  void mnNotePanel::highlightSelectedItem( Line 236  void mnNotePanel::highlightSelectedItem(
236          }          }
237  }  }
238    
239    
240  void mnNotePanel::expandAllTree()  void mnNotePanel::expandAllTree()
241  {  {
242          wxTreeItemIdValue cookie;          wxTreeItemIdValue cookie;
# Line 311  bool mnNotePanel::isEditableTreeLabel(wx Line 309  bool mnNotePanel::isEditableTreeLabel(wx
309          }          }
310  }  }
311    
 #endif  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26