Searched refs:TorrentFilter (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-filter.h27 class TorrentFilter: public QSortFilterProxyModel class in inherits:QSortFilterProxyModel
32 TorrentFilter( Prefs& prefs );
33 virtual ~TorrentFilter( );
H A Dtorrent-filter.cc23 TorrentFilter :: TorrentFilter( Prefs& prefs ): function in class:TorrentFilter
41 TorrentFilter :: ~TorrentFilter( )
46 TorrentFilter :: refreshPref( int key )
80 TorrentFilter :: lessThan( const QModelIndex& left, const QModelIndex& right ) const
135 TorrentFilter :: trackerFilterAcceptsTorrent( const Torrent * tor, const QString& tracker ) const
141 TorrentFilter :: activityFilterAcceptsTorrent( const Torrent * tor, const FilterMode& m ) const
177 TorrentFilter :: filterAcceptsRow( int sourceRow, const QModelIndex& sourceParent ) const
203 TorrentFilter
[all...]
H A Dfilterbar.h26 class TorrentFilter;
66 FilterBar( Prefs& prefs, TorrentModel& torrents, TorrentFilter& filter, QWidget * parent = 0 );
79 TorrentFilter& myFilter;
H A Dmainwin.h66 TorrentFilter myFilterModel;
H A Dfilterbar.cc398 FilterBar :: FilterBar( Prefs& prefs, TorrentModel& torrents, TorrentFilter& filter, QWidget * parent ):

Completed in 61 milliseconds