Searched refs:onTorrentChanged (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent-model.h72 void onTorrentChanged( int propertyId );
H A Ddetails.h51 void onTorrentChanged( );
H A Dtorrent-model.cc117 TorrentModel :: onTorrentChanged( int torrentId ) function in class:TorrentModel
166 connect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onTorrentChanged(int)));
H A Ddetails.cc207 disconnect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onTorrentChanged()) );
218 connect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onTorrentChanged()) );
291 Details :: onTorrentChanged( ) function in class:Details
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dtransmission.js714 onTorrentChanged: function(ev, tor)
742 callback = $.proxy(this.onTorrentChanged,this);

Completed in 185 milliseconds