Searched refs:SelectItem (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dselstore.h62 bool SelectItem(size_t item, bool select = true);
H A Dtreectrl.h317 virtual void SelectItem(const wxTreeItemId& item, bool select = true) = 0;
319 void UnselectItem(const wxTreeItemId& item) { SelectItem(item, false); }
323 SelectItem(item, !IsSelected(item));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dselstore.cpp49 bool wxSelectionStore::SelectItem(size_t item, bool select) function in class:wxSelectionStore
171 if ( SelectItem(item, select) && itemsChanged )
H A Dtreebkg.cpp411 tree->SelectItem(nodeId);
419 tree->SelectItem(parentId);
645 tree->SelectItem(DoInternalGetPage(pagePos));
658 tree->SelectItem(DoInternalGetPage(oldSel));
H A Ddirctrlg.cpp1034 m_treeCtrl->SelectItem(childId);
1043 m_treeCtrl->SelectItem(lastId);
1049 m_treeCtrl->SelectItem(lastId);
1076 m_treeCtrl->SelectItem(lastId);
H A Dvlbox.cpp131 bool changed = m_selStore->SelectItem(item, select);
H A Dtreectlg.cpp2053 void wxGenericTreeCtrl::SelectItem(const wxTreeItemId& itemId, bool select) function in class:wxGenericTreeCtrl
2056 wxCHECK_RET( item, wxT("SelectItem(): invalid tree item") );
3062 SelectItem(id);
3561 SelectItem(m_select_me);
3563 SelectItem(GetRootItem());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtreectrl.cpp131 static bool SelectItem(HWND hwndTV, HTREEITEM hItem, bool select = true) function
152 SelectItem(hwndTV, htItem, false);
157 SelectItem(hwndTV, htItem, !IsItemSelected(hwndTV, htItem));
176 SelectItem(hwndTV, htItem);
198 SelectItem(hwndTV, htItem);
247 SelectItem(hwndTV, htFocus);
274 SelectItem(hwndTV, htFocus);
1795 SelectItem(wxTreeItemId());
1818 void wxTreeCtrl::SelectItem(const wxTreeItemId& item, bool select) function in class:wxTreeCtrl
1824 ::SelectItem(GetHwn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtreectrl.cpp348 bool wxTreeCtrl::SelectItem(long item) function in class:wxTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtreectrl.cpp341 bool wxTreeCtrl::SelectItem(long item) function in class:wxTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtreectrl.h309 void SelectItem(const wxTreeItemId& item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtreectrl.h307 void SelectItem(const wxTreeItemId& item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtreectrl.h283 void SelectItem(const wxTreeItemId& item, bool select = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtreectrl.h213 bool SelectItem(long item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtreectrl.h210 bool SelectItem(long item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtreectrl.h163 virtual void SelectItem(const wxTreeItemId& item, bool select = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtreectrl.h427 void SelectItem(const wxTreeItemId& rItem);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDirectoryTreeCtrl.cpp163 SelectItem(evt.GetItem()); // looks weird otherwise
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtreectrl.cpp597 void wxTreeCtrl::SelectItem(const wxTreeItemId& item, bool select) function in class:wxTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtreectlg.h150 virtual void SelectItem(const wxTreeItemId& item, bool select = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/regtest/
H A Dregtest.cpp627 SelectItem(lId);
1179 SelectItem(id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp436 wxTreeCtrl::SelectItem(found);
458 wxTreeCtrl::SelectItem(itemHere,true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dttreectl.tex28 \helpref{SelectItem}{wxtreectrlselectitem}) automatically unselects the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtreectrl.cpp1790 SelectItem(wxTreeItemId((long)0));
1816 void wxTreeCtrl::SelectItem ( function in class:wxTreeCtrl
1821 } // end of wxTreeCtrl::SelectItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.cpp520 m_treeCtrl->SelectItem(m_treeCtrl->GetSelection());
526 m_treeCtrl->SelectItem(m_treeCtrl->GetRootItem());

Completed in 165 milliseconds

12