#include <TorrentInterface.h>
◆ TorrentInterface()
TorrentInterface::TorrentInterface |
( |
| ) |
|
|
inline |
◆ ~TorrentInterface()
TorrentInterface::~TorrentInterface |
( |
| ) |
|
|
inline |
◆ announce()
virtual bool TorrentInterface::announce |
( |
int |
i | ) |
|
|
pure virtual |
◆ count()
virtual int TorrentInterface::count |
( |
| ) |
|
|
pure virtual |
◆ detect()
virtual int TorrentInterface::detect |
( |
| ) |
|
|
pure virtual |
◆ fileCount()
virtual int TorrentInterface::fileCount |
( |
int |
i | ) |
|
|
pure virtual |
◆ fileName()
virtual QString TorrentInterface::fileName |
( |
int |
i, |
|
|
int |
file |
|
) |
| |
|
pure virtual |
◆ filePriority()
virtual QString TorrentInterface::filePriority |
( |
int |
i, |
|
|
int |
file |
|
) |
| |
|
pure virtual |
◆ lastError()
QString TorrentInterface::lastError |
( |
| ) |
|
|
inline |
◆ maxDownloadSpeed()
virtual int TorrentInterface::maxDownloadSpeed |
( |
| ) |
|
|
pure virtual |
◆ maxUploadSpeed()
virtual int TorrentInterface::maxUploadSpeed |
( |
| ) |
|
|
pure virtual |
◆ name()
virtual QString TorrentInterface::name |
( |
int |
i | ) |
|
|
pure virtual |
◆ select()
◆ selected()
◆ setFilePriority()
virtual bool TorrentInterface::setFilePriority |
( |
int |
i, |
|
|
int |
file, |
|
|
const QString & |
prio |
|
) |
| |
|
pure virtual |
◆ setMaxDownloadSpeed()
virtual bool TorrentInterface::setMaxDownloadSpeed |
( |
int |
kbytes_per_sec | ) |
|
|
pure virtual |
◆ setMaxUploadSpeed()
virtual bool TorrentInterface::setMaxUploadSpeed |
( |
int |
kbytes_per_sec | ) |
|
|
pure virtual |
◆ speedDown()
virtual float TorrentInterface::speedDown |
( |
| ) |
|
|
pure virtual |
◆ speedUp()
virtual float TorrentInterface::speedUp |
( |
| ) |
|
|
pure virtual |
◆ start()
virtual bool TorrentInterface::start |
( |
int |
i | ) |
|
|
pure virtual |
◆ startAll()
virtual bool TorrentInterface::startAll |
( |
| ) |
|
|
pure virtual |
◆ state()
virtual QString TorrentInterface::state |
( |
int |
i | ) |
|
|
pure virtual |
◆ stop()
virtual bool TorrentInterface::stop |
( |
int |
i | ) |
|
|
pure virtual |
◆ stopAll()
virtual bool TorrentInterface::stopAll |
( |
| ) |
|
|
pure virtual |
◆ trafficDown()
virtual float TorrentInterface::trafficDown |
( |
| ) |
|
|
pure virtual |
◆ trafficUp()
virtual float TorrentInterface::trafficUp |
( |
| ) |
|
|
pure virtual |
◆ m_lastError
QString TorrentInterface::m_lastError |
|
protected |
◆ m_selected
The documentation for this class was generated from the following files: