kget
#include <chunkdownloadview.h>
Public Member Functions | |
ChunkDownloadView (QWidget *parent) | |
virtual | ~ChunkDownloadView () |
void | changeTC (bt::TorrentInterface *tc) |
void | downloadAdded (bt::ChunkDownloadInterface *cd) |
void | downloadRemoved (bt::ChunkDownloadInterface *cd) |
void | loadState (KSharedConfigPtr cfg) |
void | removeAll () |
void | saveState (KSharedConfigPtr cfg) |
void | update () |
Detailed Description
View which shows a list of downloading chunks, of a torrent.
Definition at line 43 of file chunkdownloadview.h.
Constructor & Destructor Documentation
kt::ChunkDownloadView::ChunkDownloadView | ( | QWidget * | parent | ) |
Definition at line 39 of file chunkdownloadview.cpp.
|
virtual |
Definition at line 50 of file chunkdownloadview.cpp.
Member Function Documentation
void kt::ChunkDownloadView::changeTC | ( | bt::TorrentInterface * | tc | ) |
Change the torrent to display.
Definition at line 77 of file chunkdownloadview.cpp.
void kt::ChunkDownloadView::downloadAdded | ( | bt::ChunkDownloadInterface * | cd | ) |
A peer has been added.
Definition at line 54 of file chunkdownloadview.cpp.
void kt::ChunkDownloadView::downloadRemoved | ( | bt::ChunkDownloadInterface * | cd | ) |
A download has been removed.
Definition at line 59 of file chunkdownloadview.cpp.
void kt::ChunkDownloadView::loadState | ( | KSharedConfigPtr | cfg | ) |
Definition at line 106 of file chunkdownloadview.cpp.
void kt::ChunkDownloadView::removeAll | ( | ) |
Remove all items.
Definition at line 94 of file chunkdownloadview.cpp.
void kt::ChunkDownloadView::saveState | ( | KSharedConfigPtr | cfg | ) |
Definition at line 99 of file chunkdownloadview.cpp.
void kt::ChunkDownloadView::update | ( | ) |
Check to see if the GUI needs to be updated.
Definition at line 64 of file chunkdownloadview.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.