Searched refs:InsertItem (Results 26 - 50 of 64) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreectrl.h256 wxTreeItemId InsertItem(const wxTreeItemId& parent, function in class:wxTreeCtrlBase
266 wxTreeItemId InsertItem(const wxTreeItemId& parent, function in class:wxTreeCtrlBase
394 // common part of Append/Prepend/InsertItem()
404 // and this function implements overloaded InsertItem() taking wxTreeItemId
405 // (it can't be called InsertItem() as we'd have virtual function hiding
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtreectrl.h69 // flags for deprecated InsertItem() variant
280 wxTreeItemId InsertItem(const wxTreeItemId& parent,
363 wxDEPRECATED( wxTreeItemId InsertItem(const wxTreeItemId& parent,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtreectrl.h69 // flags for deprecated InsertItem() variant
278 wxTreeItemId InsertItem(const wxTreeItemId& parent,
361 wxDEPRECATED( wxTreeItemId InsertItem(const wxTreeItemId& parent,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtreectrl.h241 wxTreeItemId InsertItem(const wxTreeItemId& parent,
248 wxTreeItemId InsertItem(const wxTreeItemId& parent,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtabctrl.cpp230 bool wxTabCtrl::InsertItem(int WXUNUSED(item), function in class:wxTabCtrl
H A Dlistctrl.cpp2219 long wxListCtrl::InsertItem ( function in class:wxListCtrl
2306 } // end of wxListCtrl::InsertItem
2308 long wxListCtrl::InsertItem ( function in class:wxListCtrl
2319 return InsertItem(vInfo);
2320 } // end of wxListCtrl::InsertItem
2323 long wxListCtrl::InsertItem ( function in class:wxListCtrl
2333 return InsertItem(vInfo);
2334 } // end of wxListCtrl::InsertItem
2337 long wxListCtrl::InsertItem ( function in class:wxListCtrl
2349 return InsertItem(vInf
[all...]
H A Dtreectrl.cpp1509 wxTreeItemId wxTreeCtrl::InsertItem ( function in class:wxTreeCtrl
1524 } // end of wxTreeCtrl::InsertItem
1561 wxTreeItemId wxTreeCtrl::InsertItem ( function in class:wxTreeCtrl
1577 } // end of wxTreeCtrl::InsertItem
1579 wxTreeItemId wxTreeCtrl::InsertItem ( function in class:wxTreeCtrl
1595 } // end of wxTreeCtrl::InsertItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtreectrl.h64 // Flags for InsertItem
194 wxDEPRECATED( long InsertItem(long parent, wxTreeItem& info,
198 wxDEPRECATED( long InsertItem(long parent, const wxString& label,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtreectrl.h64 // Flags for InsertItem
192 wxDEPRECATED( long InsertItem(long parent, wxTreeItem& info,
196 wxDEPRECATED( long InsertItem(long parent, const wxString& label,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp477 m_listCtrl->InsertItem(i, wxString::Format(_T("Item %d"), i));
564 m_listCtrl->InsertItem(i, wxString::Format(_T("Label %d"), i),
569 m_listCtrl->InsertItem(i, image);
712 m_listCtrl->InsertItem(m_listCtrl->GetItemCount(), _T("Appended item"));
1127 long tmp = InsertItem(i, buf, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtreectrl.cpp529 wxTreeItemId wxTreeCtrl::InsertItem(const wxTreeItemId& parent, function in class:wxTreeCtrl
538 wxTreeItemId wxTreeCtrl::InsertItem(const wxTreeItemId& parent, function in class:wxTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileDetailDialog.cpp167 int itemid = pmyListCtrl->InsertItem(0, cur_src.name);
193 int itemid = pmyListCtrl->InsertItem(0, cur_src.GetClientFilename());
H A DPartFileConvertDlg.cpp159 itemnr = s_convertgui->m_joblist->InsertItem(s_convertgui->m_joblist->GetItemCount(), info.folder.GetPrintable());
H A DFriendListCtrl.cpp91 itemnr = InsertItem(GetItemCount(), wxEmptyString);
H A DPrefsUnifiedDlg.cpp221 m_PrefsIcons->InsertItem(i, wxGetTranslation(pages[i].m_title), i);
264 long lidx = list->InsertItem(idx,
369 m_PrefsIcons->InsertItem(m_IndexServerTab, wxGetTranslation(pages[m_IndexServerTab].m_title), m_IndexServerTab);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dlistctrl_mac.cpp2170 long wxListCtrl::InsertItem(wxListItem& info) function in class:wxListCtrl
2175 return m_genericImpl->InsertItem(info);
2195 long wxListCtrl::InsertItem(long index, const wxString& label) function in class:wxListCtrl
2198 return m_genericImpl->InsertItem(index, label);
2204 return InsertItem(info);
2208 long wxListCtrl::InsertItem(long index, int imageIndex) function in class:wxListCtrl
2211 return m_genericImpl->InsertItem(index, imageIndex);
2217 return InsertItem(info);
2221 long wxListCtrl::InsertItem(long index, const wxString& label, int imageIndex) function in class:wxListCtrl
2224 return m_genericImpl->InsertItem(inde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistbkg.cpp301 GetListView()->InsertItem(n, text, imageId);
H A Dlistctrl.cpp689 void InsertItem( wxListItem &item );
4752 void wxListMainWindow::InsertItem( wxListItem &item )
5581 long wxGenericListCtrl::InsertItem( wxListItem& info )
5583 m_mainWin->InsertItem( info );
5587 long wxGenericListCtrl::InsertItem( long index, const wxString &label )
5593 return InsertItem( info );
5596 long wxGenericListCtrl::InsertItem( long index, int imageIndex )
5602 return InsertItem( info );
5605 long wxGenericListCtrl::InsertItem( long index, const wxString &label, int imageIndex )
5612 return InsertItem( inf
[all...]
H A Dprntdlgg.cpp511 item.SetId( m_printerListCtrl->InsertItem( item ) );
546 item.SetId( m_printerListCtrl->InsertItem( item ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/artprov/
H A Dartbrows.cpp41 list->InsertItem(index, _T(#id), ind); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtabctrl.cpp285 bool wxTabCtrl::InsertItem(int item, const wxString& text, int imageId, void* data) function in class:wxTabCtrl
H A Dlistctrl.cpp1592 long wxListCtrl::InsertItem(const wxListItem& info) function in class:wxListCtrl
1634 long wxListCtrl::InsertItem(long index, const wxString& label) function in class:wxListCtrl
1640 return InsertItem(info);
1644 long wxListCtrl::InsertItem(long index, int imageIndex) function in class:wxListCtrl
1650 return InsertItem(info);
1654 long wxListCtrl::InsertItem(long index, const wxString& label, int imageIndex) function in class:wxListCtrl
1661 return InsertItem(info);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp691 void InsertItem( wxListItem &item );
4711 void wxListMainWindow::InsertItem( wxListItem &item )
5560 long wxGenericListCtrl::InsertItem( wxListItem& info )
5562 m_mainWin->InsertItem( info );
5566 long wxGenericListCtrl::InsertItem( long index, const wxString &label )
5572 return InsertItem( info );
5575 long wxGenericListCtrl::InsertItem( long index, int imageIndex )
5581 return InsertItem( info );
5584 long wxGenericListCtrl::InsertItem( long index, const wxString &label, int imageIndex )
5591 return InsertItem( inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlistctrl.tex17 it using \helpref{InsertItem}{wxlistctrlinsertitem} method.
643 \membersection{wxListCtrl::InsertItem}\label{wxlistctrlinsertitem}
645 \func{long}{InsertItem}{\param{wxListItem\& }{info}}
650 \func{long}{InsertItem}{\param{long }{index}, \param{const wxString\& }{label}}
654 \func{long}{InsertItem}{\param{long }{index}, \param{int }{imageIndex}}
658 \func{long}{InsertItem}{\param{long }{index}, \param{const wxString\& }{label}, \param{int }{imageIndex}}
675 \twocolitem{{\bf InsertItem(item)}}{Inserts an item using a wxListItem.}
685 \twocolitem{{\bf InsertItem( item )}}{Inserts a Wx::ListItem}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp294 this->InsertItem(kNewItem);
938 currentpage->m_playlist->InsertItem(newlistitem);

Completed in 228 milliseconds

123