Searched refs:TorrentDelegate (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-delegate-min.h24 class TorrentDelegateMin: public TorrentDelegate
33 explicit TorrentDelegateMin( QObject * parent=0 ): TorrentDelegate(parent) { }
H A Dtorrent-delegate.h25 class TorrentDelegate: public QStyledItemDelegate class in inherits:QStyledItemDelegate
49 explicit TorrentDelegate( QObject * parent=0 );
50 virtual ~TorrentDelegate( );
H A Dtorrent-delegate.cc36 QColor TorrentDelegate :: greenBrush;
37 QColor TorrentDelegate :: blueBrush;
38 QColor TorrentDelegate :: greenBack;
39 QColor TorrentDelegate :: blueBack;
41 TorrentDelegate :: TorrentDelegate( QObject * parent ): function in class:TorrentDelegate
55 TorrentDelegate :: ~TorrentDelegate( )
65 TorrentDelegate :: margin( const QStyle& style ) const
73 TorrentDelegate
[all...]
H A Dmainwin.h40 class TorrentDelegate;
67 TorrentDelegate * myTorrentDelegate;
H A Dmainwin.cc105 myTorrentDelegate( new TorrentDelegate( this ) ),

Completed in 51 milliseconds