Searched refs:wxListView (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlistctrl.h40 // wxListView: a class which provides a better API for list control
43 class WXDLLEXPORT wxListView : public wxListCtrl class in inherits:wxListCtrl
46 wxListView() { } function in class:wxListView
47 wxListView( wxWindow *parent, function in class:wxListView
104 DECLARE_DYNAMIC_CLASS_NO_COPY(wxListView)
H A Dlistbook.h21 class WXDLLIMPEXP_FWD_CORE wxListView; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
87 wxListView* GetListView() const { return (wxListView*)m_bookctrl; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlistview.tex3 %% Purpose: wxListView documentation
12 \section{\class{wxListView}}\label{wxlistview}
18 future some ports might implement wxListView but not the full set of wxListCtrl
39 \membersection{wxListView::ClearColumnImage}\label{wxlistviewclearcolumnimage}
54 \membersection{wxListView::Focus}\label{wxlistviewfocus}
61 \membersection{wxListView::GetFirstSelected}\label{wxlistviewgetfirstselected}
74 \membersection{wxListView::GetFocusedItem}\label{wxlistviewgetfocuseditem}
86 \membersection{wxListView::GetNextSelected}\label{wxlistviewgetnextselected}
98 \membersection{wxListView::IsSelected}\label{wxlistviewisselected}
111 \membersection{wxListView
[all...]
H A Dcomboctrl.tex33 Here's a minimal sample of \helpref{wxListView}{wxlistview} popup:
40 class wxListViewComboPopup : public wxListView,
54 return wxListView::Create(parent,1,wxPoint(0,0),wxDefaultSize);
63 int n = wxListView::FindItem(-1,s);
64 if ( n >= 0 && n < wxListView::GetItemCount() )
65 wxListView::Select(n);
72 return wxListView::GetItemText(m_value);
85 m_value = wxListView::GetFirstSelected();
100 BEGIN_EVENT_TABLE(wxListViewComboPopup, wxListView)
118 // Populate using wxListView method
[all...]
H A Dcategory.tex110 \twocolitem{\helpref{wxListView}{wxlistview}}{A simpler interface ({\it fa\c{c}ade}) for wxListCtrl in report mode}
H A Dlistctrl.tex116 \helpref{wxListCtrl overview}{wxlistctrloverview}, \helpref{wxListView}{wxlistview}, \helpref{wxListBox}{wxlistbox},\rtfsp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistbkg.cpp102 m_bookctrl = new wxListView
158 wxListView *list = GetListView();
171 const wxListView * const list = GetListView();
H A Dlistctrl.cpp31 IMPLEMENT_DYNAMIC_CLASS(wxListView, wxListCtrl)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp272 // wxListView Custom popup interface
277 class ListViewComboPopup : public wxListView, public wxComboPopup
289 return wxListView::Create(parent,1,
299 int n = wxListView::FindItem(-1,s);
301 wxListView::Select(n);
307 return wxListView::GetItemText(m_value);
324 wxListView::Select(itemHere,true);
344 wxListView::InsertItem(GetItemCount(),selstr);
356 BEGIN_EVENT_TABLE(ListViewComboPopup, wxListView)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp736 // This is a simple subclass of wxListView that just resets focus to the
738 class wxSTCListBox : public wxListView {
743 : wxListView()
782 BEGIN_EVENT_TABLE(wxSTCListBox, wxListView)
809 wxListView* lv;
825 // NOTE: We need to fool the wxListView into thinking that it has the
908 wxListView* GetLB() { return lv; }
929 wxListView* lv;
1059 wxListView* GetLB() { return lv; }
1079 inline wxListView* GETL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dlistctrl.cpp109 IMPLEMENT_DYNAMIC_CLASS(wxListView, wxListCtrl)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistctrl.cpp779 IMPLEMENT_DYNAMIC_CLASS(wxListView, wxListCtrl)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dlistctrl_mac.cpp112 IMPLEMENT_DYNAMIC_CLASS(wxListView, wxListCtrl)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp288 IMPLEMENT_DYNAMIC_CLASS(wxListView, wxListCtrl)

Completed in 228 milliseconds