Searched refs:myModel (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Drelocate.h36 TorrentModel& myModel; member in class:RelocateDialog
H A Dwatchdir.h47 const TorrentModel& myModel; member in class:WatchDir
H A Dapp.h48 TorrentModel * myModel; member in class:MyApp
H A Drelocate.cc67 myModel( model ),
79 const Torrent * tor = myModel.getTorrentFromId( id );
H A Dwatchdir.cc30 myModel( model ),
55 else if( myModel.hasTorrent( QString::fromAscii( inf.hashString ) ) )
H A Dapp.cc163 myModel = new TorrentModel( *myPrefs );
164 myWindow = new TrMainWindow( *mySession, *myPrefs, *myModel, minimized );
165 myWatchDir = new WatchDir( *myModel );
168 connect( mySession, SIGNAL(torrentsUpdated(tr_benc*,bool)), myModel, SLOT(updateTorrents(tr_benc*,bool)) );
170 connect( mySession, SIGNAL(torrentsRemoved(tr_benc*)), myModel, SLOT(removeTorrents(tr_benc*)) );
174 connect( myModel, SIGNAL(torrentsAdded(QSet<int>)), mySession, SLOT(initTorrents(QSet<int>)) );
175 connect( myModel, SIGNAL(torrentsAdded(QSet<int>)), this, SLOT(onTorrentsAdded(QSet<int>)) );
261 Torrent * tor = myModel->getTorrentFromId( id );
276 Torrent * tor = myModel->getTorrentFromId( id );
289 Torrent * tor = myModel
[all...]
H A Dfile-tree.cc658 myModel( this ),
666 myProxy->setSourceModel( &myModel );
679 connect( &myModel, SIGNAL(priorityChanged(const QSet<int>&, int)),
682 connect( &myModel, SIGNAL(wantedChanged(const QSet<int>&, bool)),
695 myModel.clicked( modelIndex );
717 const QString header = myModel.headerData( column, Qt::Horizontal ).toString( ) + " ";
760 myModel.addFile( file.index, file.filename, file.wanted, file.priority, file.size, file.have, added, torrentChanged );
769 myModel.clear( );
H A Ddetails.h75 TorrentModel& myModel; member in class:Details
H A Dmainwin.cc109 myModel( model ),
212 myFilterModel.setSourceModel( &myModel );
213 connect( &myModel, SIGNAL(modelReset()), this, SLOT(onModelReset()));
214 connect( &myModel, SIGNAL(rowsRemoved(const QModelIndex&,int,int)), this, SLOT(onModelReset()));
215 connect( &myModel, SIGNAL(rowsInserted(const QModelIndex&,int,int)), this, SLOT(onModelReset()));
216 connect( &myModel, SIGNAL(dataChanged(const QModelIndex&,const QModelIndex&)), this, SLOT(refreshTrayIconSoon()));
261 ui.verticalLayout->insertWidget( 0, myFilterBar = new FilterBar( myPrefs, myModel, myFilterModel ) );
335 myModel.clear( );
596 myDetailsDialog = new Details( mySession, myPrefs, myModel, this );
607 QDialog * d = new RelocateDialog( mySession, myModel, getSelectedTorrent
[all...]
H A Dfile-tree.h162 FileTreeModel myModel; member in class:FileTreeView
H A Dmainwin.h71 TorrentModel& myModel; member in class:TrMainWindow
H A Ddetails.cc147 myModel( model ),
205 const Torrent * tor = myModel.getTorrentFromId( id );
212 myTrackerModel->refresh( myModel, myIds );
216 const Torrent * tor = myModel.getTorrentFromId( id );
280 const Torrent * tor = myModel.getTorrentFromId( id );
347 const Torrent * tor = myModel.getTorrentFromId( id );
753 myTrackerModel->refresh( myModel, myIds );

Completed in 120 milliseconds