qBittorrent
torrent.h File Reference
#include <QMetaType>
#include <QString>
#include <QtContainerFwd>
#include "base/tagset.h"
#include "abstractfilestorage.h"
Include dependency graph for torrent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BitTorrent::Torrent
 

Namespaces

 BitTorrent
 
 BitTorrent::TorrentOperatingModeNS
 

Enumerations

enum class  BitTorrent::TorrentOperatingModeNS::TorrentOperatingMode { BitTorrent::TorrentOperatingModeNS::AutoManaged = 0 , BitTorrent::TorrentOperatingModeNS::Forced = 1 }
 
enum class  BitTorrent::TorrentState {
  BitTorrent::Unknown = -1 , BitTorrent::ForcedDownloading , BitTorrent::Downloading , BitTorrent::ForcedDownloadingMetadata ,
  BitTorrent::DownloadingMetadata , BitTorrent::StalledDownloading , BitTorrent::ForcedUploading , BitTorrent::Uploading ,
  BitTorrent::StalledUploading , BitTorrent::CheckingResumeData , BitTorrent::QueuedDownloading , BitTorrent::QueuedUploading ,
  BitTorrent::CheckingUploading , BitTorrent::CheckingDownloading , BitTorrent::PausedDownloading , BitTorrent::PausedUploading ,
  BitTorrent::Moving , BitTorrent::MissingFiles , BitTorrent::Error
}
 

Functions

uint BitTorrent::qHash (const TorrentState key, const uint seed)