Searched refs:myIdToRow (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent-model.cc25 myIdToRow.clear( );
80 myIdToRow.insert( t->id( ), myTorrents.size( ) );
119 const int row( myIdToRow.value( torrentId, -1 ) );
212 const int row = myIdToRow.value( id, -1 );
218 // make the myIdToRow map consistent with list view/model
219 for( QMap<int,int>::iterator i = myIdToRow.begin(); i != myIdToRow.end(); ++i )
222 myIdToRow.remove( id );
H A Dtorrent-model.h39 id_to_row_t myIdToRow; member in class:TorrentModel

Completed in 84 milliseconds