kget
BTChunkSelectorFactory Class Reference
#include <btchunkselector.h>
Inheritance diagram for BTChunkSelectorFactory:

Detailed Description
Definition at line 49 of file btchunkselector.h.
Signals | |
| void | selectorAdded (BTChunkSelector *selector) |
Public Member Functions | |
| BTChunkSelectorFactory () | |
| bt::ChunkSelectorInterface * | createChunkSelector (bt::ChunkManager &cman, bt::Downloader &downer, bt::PeerManager &pman) |
| ~BTChunkSelectorFactory () | |
Constructor & Destructor Documentation
| BTChunkSelectorFactory::BTChunkSelectorFactory | ( | ) |
Definition at line 286 of file btchunkselector.cpp.
| BTChunkSelectorFactory::~BTChunkSelectorFactory | ( | ) |
Definition at line 290 of file btchunkselector.cpp.
Member Function Documentation
| bt::ChunkSelectorInterface * BTChunkSelectorFactory::createChunkSelector | ( | bt::ChunkManager & | cman, | |
| bt::Downloader & | downer, | |||
| bt::PeerManager & | pman | |||
| ) | [virtual] |
Create a ChunkSelector.
- Parameters:
-
cman The ChunkManager downer The Downloader pman The PeerManager
- Returns:
- A newly created ChunkSelector
Implements bt::ChunkSelectorFactoryInterface.
Definition at line 294 of file btchunkselector.cpp.
| void BTChunkSelectorFactory::selectorAdded | ( | BTChunkSelector * | selector | ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference