kget
BTCacheFactory Class Reference
#include <btcache.h>
Inheritance diagram for BTCacheFactory:

Detailed Description
Definition at line 153 of file btcache.h.
Signals | |
| void | cacheAdded (BTCache *cache) |
Public Member Functions | |
| BTCacheFactory () | |
| virtual Cache * | create (Torrent &tor, const QString &tmpdir, const QString &datadir) |
| ~BTCacheFactory () | |
Constructor & Destructor Documentation
Member Function Documentation
| void BTCacheFactory::cacheAdded | ( | BTCache * | cache | ) | [signal] |
| Cache * BTCacheFactory::create | ( | Torrent & | tor, | |
| const QString & | tmpdir, | |||
| const QString & | datadir | |||
| ) | [virtual] |
Create a custom Cache.
- Parameters:
-
tor The Torrent tmpdir The temporary directory (should be used to store information about the torrent) datadir The data directory, where to store the data
- Returns:
Implements bt::CacheFactory.
Definition at line 71 of file btcache.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference