Searched refs:lItem (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dlistctrl.h121 int GetItemState( long lItem
124 bool SetItemState( long lItem
132 bool SetItemImage( long lItem
136 bool SetItemColumnImage( long lItem
144 wxString GetItemText(long lItem) const;
145 void SetItemText( long lItem
152 long GetItemData(long lItem) const;
153 bool SetItemData( long lItem
160 bool GetItemRect( long lItem
168 bool GetItemPosition( long lItem
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddynarray.cpp53 int name::Index(T lItem, bool bFromEnd) const \
59 if ( (*this)[--n] == lItem ) \
67 if( (*this)[n] == lItem ) \
76 size_t name::Add(T lItem, CMPFUNC fnCompare) \
78 size_t idx = IndexForInsert(lItem, fnCompare); \
79 Insert(lItem, idx); \
86 size_t name::IndexForInsert(T lItem, CMPFUNC fnCompare) const \
89 const_iterator it = std::lower_bound(begin(), end(), lItem, p); \
93 int name::Index(T lItem, CMPFUNC fnCompare) const \
96 const_iterator it = std::lower_bound(begin(), end(), lItem,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynarray.h140 int Index(T lItem, CMPFUNC fnCompare) const; \
141 size_t IndexForInsert(T lItem, CMPFUNC fnCompare) const; \
142 void Add(T lItem, size_t nInsert = 1) \
143 { insert(end(), nInsert, lItem); } \
144 size_t Add(T lItem, CMPFUNC fnCompare); \
145 void Insert(T lItem, size_t uiIndex, size_t nInsert = 1) \
146 { insert(begin() + uiIndex, nInsert, lItem); } \
147 void Remove(T lItem); \
187 int Index(T lItem, bool bFromEnd = false) const; \
188 int Index(T lItem, CMPFUN
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistbox.cpp401 LONG lItem; local
406 lItem = LONGFROMMR(::WinSendMsg(GetHwnd(), LM_QUERYSELECTION, (MPARAM)LIT_FIRST, (MPARAM)0));
408 lItem = LONGFROMMR(::WinSendMsg(GetHwnd(), LM_QUERYSELECTION, (MPARAM)(N - 1), (MPARAM)0));
412 lItem = LONGFROMMR(::WinSendMsg(GetHwnd(), LM_QUERYSELECTION, (MPARAM)LIT_FIRST, (MPARAM)0));
414 return (lItem == (LONG)N && lItem != LIT_NONE);
462 LONG lItem; local
468 lItem = LONGFROMMR(::WinSendMsg( GetHwnd()
474 if (lItem != LIT_NONE)
477 while ((lItem
[all...]
H A Dlistctrl.cpp1385 long lItem
1393 vInfo.m_itemId = lItem;
1401 bool wxListCtrl::SetItemState ( long lItem, long lState, long lStateMask ) argument
1403 PMYRECORD pRecord = FindOS2ListRecordByID( GetHWND(), lItem );
1456 long lItem
1460 return SetItemColumnInfo(lItem, 0, nImage);
1465 long lItem
1473 vInfo.m_itemId = lItem;
1480 long lItem
1486 vInfo.m_itemId = lItem;
1536 GetItemRect( long lItem, wxRect& rRect, int nCode ) const argument
1570 GetItemPosition( long lItem, wxPoint& rPos ) const argument
1600 SetItemPosition( long lItem, const wxPoint& rPos ) argument
2589 OnGetItemColumnImage( long lItem, long lColumn ) const argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp2173 long lItem = GetNextItem(-1, local
2180 if ( lItem != -1 &&
2198 event.m_item.m_itemId = lItem;
2200 if ( lItem != -1 )
2203 event.m_item.m_text = GetItemText(lItem);
2204 event.m_item.m_data = GetItemData(lItem);

Completed in 131 milliseconds