• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/

Lines Matching refs:SLOT

168     connect( mySession, SIGNAL(torrentsUpdated(tr_benc*,bool)), myModel, SLOT(updateTorrents(tr_benc*,bool)) );
169 connect( mySession, SIGNAL(torrentsUpdated(tr_benc*,bool)), myWindow, SLOT(refreshActionSensitivity()) );
170 connect( mySession, SIGNAL(torrentsRemoved(tr_benc*)), myModel, SLOT(removeTorrents(tr_benc*)) );
172 connect( mySession, SIGNAL(sourceChanged()), this, SLOT(onSessionSourceChanged()) );
174 connect( myModel, SIGNAL(torrentsAdded(QSet<int>)), mySession, SLOT(initTorrents(QSet<int>)) );
175 connect( myModel, SIGNAL(torrentsAdded(QSet<int>)), this, SLOT(onTorrentsAdded(QSet<int>)) );
181 connect( myWatchDir, SIGNAL(torrentFileAdded(QString)), this, SLOT(addTorrent(QString)) );
188 connect( myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(const int)) );
191 connect( timer, SIGNAL(timeout()), this, SLOT(refreshTorrents()) );
197 connect( timer, SIGNAL(timeout()), mySession, SLOT(refreshSessionStats()) );
203 connect( timer, SIGNAL(timeout()), mySession, SLOT(refreshSessionInfo()) );
233 connect( box, SIGNAL(rejected()), this, SLOT(quit()) );
234 connect( box, SIGNAL(accepted()), dialog, SLOT(deleteLater()) );
235 connect( box, SIGNAL(accepted()), this, SLOT(consentGiven()) );
264 connect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onNewTorrentChanged(int)) );
268 connect( tor, SIGNAL(torrentCompleted(int)), this, SLOT(onTorrentCompleted(int)) );
282 disconnect( tor, SIGNAL(torrentCompleted(int)), this, SLOT(onTorrentCompleted(int)) );
297 disconnect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onNewTorrentChanged(int)) );
300 connect( tor, SIGNAL(torrentCompleted(int)), this, SLOT(onTorrentCompleted(int)) );