20 #ifndef BTMONITORINTERFACE_H
21 #define BTMONITORINTERFACE_H
23 #include <ktorrent_export.h>
27 class ChunkDownloadInterface;
29 class TorrentFileInterface;
virtual void filePreviewChanged(TorrentFileInterface *file, bool preview)=0
virtual void downloadStarted(ChunkDownloadInterface *cd)=0
virtual void filePercentageChanged(TorrentFileInterface *file, float percentage)=0
Interface for a file in a multifile torrent.
Interface for a ChunkDownload.
Interface for classes who want to monitor a TorrentInterface.
virtual void destroyed()=0
virtual void peerRemoved(PeerInterface *peer)=0
virtual void downloadRemoved(ChunkDownloadInterface *cd)=0
virtual void peerAdded(PeerInterface *peer)=0