Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnFrame.h

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

revision 1.10 by maloninc, Thu Sep 15 03:02:37 2005 UTC revision 1.11 by maloninc, Thu Sep 15 09:20:48 2005 UTC
# Line 25  public: Line 25  public:
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(mnModel* wiki, wxString* searchStr, bool isExpand=true);          void            addSearchResult(mnModel* wiki, wxString* searchStr, bool isExpand=true);
28            void            updateSearchResult(mnModel* wiki, wxString* searchStr, bool isExpand=true);
29          void            showSearchResult(mnModel* wiki, bool isExpand=true);          void            showSearchResult(mnModel* wiki, bool isExpand=true);
30          void            makeHtml(WikiData* wikiData, bool highlight);          void            makeHtml(WikiData* wikiData, bool highlight);
31          void            highlightSelectedItem();          void            highlightSelectedItem();
32          void            showSelectedItemText(wxTreeEvent& event);          void            showSelectedItemText(wxTreeEvent& event);
33          wxTreeItemData* getSelectedItem();          wxTreeItemData* getSelectedItem();
34          wxString        getSelectedLabel();          wxString        getSelectedLabel();
35            wxTreeItemId    getSelection();
36          void            removeSelectedItem();          void            removeSelectedItem();
37          bool            isEditableTreeLabel(wxTreeItemId id);          bool            isEditableTreeLabel(wxTreeItemId id);
38          void            expandAllTree();          void            expandAllTree();

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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