kget
BTChunkSelector Class Reference
#include <btchunkselector.h>
Inherits ChunkSelectorInterface.
Public Member Functions | |
BTChunkSelector (bt::ChunkManager &cman, bt::Downloader &downer, bt::PeerManager &pman) | |
~BTChunkSelector () | |
virtual void | dataChecked (const bt::BitSet &ok_chunks) |
virtual void | exclude (bt::Uint32 chunk) |
virtual void | excludeAll () |
virtual void | reincluded (bt::Uint32 from, bt::Uint32 to) |
virtual void | reinsert (bt::Uint32 chunk) |
virtual bool | select (bt::PieceDownloader *pd, bt::Uint32 &chunk) |
Detailed Description
Definition at line 29 of file btchunkselector.h.
Constructor & Destructor Documentation
BTChunkSelector::BTChunkSelector | ( | bt::ChunkManager & | cman, |
bt::Downloader & | downer, | ||
bt::PeerManager & | pman | ||
) |
Definition at line 61 of file btchunkselector.cpp.
BTChunkSelector::~BTChunkSelector | ( | ) |
Definition at line 80 of file btchunkselector.cpp.
Member Function Documentation
|
virtual |
Definition at line 229 of file btchunkselector.cpp.
|
virtual |
Definition at line 279 of file btchunkselector.cpp.
|
virtual |
Definition at line 274 of file btchunkselector.cpp.
|
virtual |
Definition at line 247 of file btchunkselector.cpp.
|
virtual |
Definition at line 267 of file btchunkselector.cpp.
|
virtual |
Definition at line 101 of file btchunkselector.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.