Searched refs:m_clientList (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dchoice.cpp181 wxList::compatibility_iterator node = m_clientList.Item( n );
191 wxList::compatibility_iterator node = m_clientList.Item( n );
201 wxList::compatibility_iterator node = m_clientList.Item( n );
213 wxList::compatibility_iterator node = m_clientList.Item( n );
232 // m_clientList.DeleteContents(true) - this would crash!
233 wxList::compatibility_iterator node = m_clientList.GetFirst();
240 m_clientList.Clear();
274 wxList::compatibility_iterator node = m_clientList.GetFirst();
493 wxCHECK_MSG(pos<=m_clientList.GetCount(), -1, wxT("invalid index"));
507 m_clientList
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dchoice.cpp194 wxList::compatibility_iterator node = m_clientList.Item( n );
204 wxList::compatibility_iterator node = m_clientList.Item( n );
214 wxList::compatibility_iterator node = m_clientList.Item( n );
226 wxList::compatibility_iterator node = m_clientList.Item( n );
245 // m_clientList.DeleteContents(true) - this would crash!
246 wxList::compatibility_iterator node = m_clientList.GetFirst();
253 m_clientList.Clear();
288 wxList::compatibility_iterator node = m_clientList.GetFirst();
506 wxCHECK_MSG(pos<=m_clientList.GetCount(), -1, wxT("invalid index"));
520 m_clientList
[all...]
H A Dlistbox.cpp588 // code elsewhere supposes we have as many items in m_clientList as items
590 wxASSERT_MSG( m_clientList.GetCount() == GetCount(),
612 wxList::compatibility_iterator node = m_clientList.Item( index );
613 m_clientList.Insert( node, (wxObject*) NULL );
618 m_clientList.Append( (wxObject*) NULL );
630 m_clientList.Append((wxObject *)NULL);
635 wxList::compatibility_iterator node = m_clientList.Item( pos );
640 m_clientList.Insert( node, (wxObject *)NULL );
645 wxASSERT_MSG( m_clientList.GetCount() == GetCount(),
663 wxList::compatibility_iterator node = m_clientList
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientList.cpp100 wxASSERT(m_clientList.empty());
114 m_clientList.insert( IDMapPair( toadd->GetUserIDHybrid(), CCLIENTREF(toadd, wxT("CClientList::AddClient m_clientList.insert"))) );
154 m_clientList.insert( IDMapPair( newID, CCLIENTREF(client, wxT("CClientList::UpdateClientID")) ) );
195 std::pair<IDMap::iterator, IDMap::iterator> range = m_clientList.equal_range( client->GetUserIDHybrid() );
201 m_clientList.erase( range.first );
285 IDMapIteratorPair range = m_clientList.equal_range(userID);
302 { m_ipList, userIP }, { m_clientList, userID }
352 return m_clientList.size();
361 while ( !m_clientList
[all...]
H A DClientList.h415 IDMap m_clientList; member in class:CClientList
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dchoice.h80 wxList m_clientList; // contains the client data for the items member in class:wxChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dchoice.h80 wxList m_clientList; // contains the client data for the items member in class:wxChoice
H A Dlistbox.h111 wxList m_clientList; member in class:wxListBox

Completed in 48 milliseconds