kget
kt::ChunkDownloadView Class Reference
#include <chunkdownloadview.h>
Inheritance diagram for kt::ChunkDownloadView:

Detailed Description
View which shows a list of downloading chunks, of a torrent.Definition at line 44 of file chunkdownloadview.h.
Public Member Functions | |
| ChunkDownloadView (QWidget *parent) | |
| virtual | ~ChunkDownloadView () |
| void | downloadAdded (bt::ChunkDownloadInterface *cd) |
| void | downloadRemoved (bt::ChunkDownloadInterface *cd) |
| void | update () |
| void | changeTC (bt::TorrentInterface *tc) |
| void | removeAll () |
| void | saveState (KSharedConfigPtr cfg) |
| void | loadState (KSharedConfigPtr cfg) |
Constructor & Destructor Documentation
| kt::ChunkDownloadView::ChunkDownloadView | ( | QWidget * | parent | ) |
Definition at line 41 of file chunkdownloadview.cpp.
| kt::ChunkDownloadView::~ChunkDownloadView | ( | ) | [virtual] |
Definition at line 54 of file chunkdownloadview.cpp.
Member Function Documentation
| void kt::ChunkDownloadView::downloadAdded | ( | bt::ChunkDownloadInterface * | cd | ) |
A peer has been added.
| void kt::ChunkDownloadView::downloadRemoved | ( | bt::ChunkDownloadInterface * | cd | ) |
A download has been removed.
| void kt::ChunkDownloadView::update | ( | ) |
Check to see if the GUI needs to be updated.
Reimplemented from QWidget.
Definition at line 68 of file chunkdownloadview.cpp.
| void kt::ChunkDownloadView::changeTC | ( | bt::TorrentInterface * | tc | ) |
Change the torrent to display.
| void kt::ChunkDownloadView::removeAll | ( | ) |
| void kt::ChunkDownloadView::saveState | ( | KSharedConfigPtr | cfg | ) |
Definition at line 104 of file chunkdownloadview.cpp.
| void kt::ChunkDownloadView::loadState | ( | KSharedConfigPtr | cfg | ) |
Definition at line 111 of file chunkdownloadview.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference