qBittorrent
BitTorrent::AddTorrentParams Struct Reference

#include <addtorrentparams.h>

Collaboration diagram for BitTorrent::AddTorrentParams:

Public Attributes

QString name
 
QString category
 
TagSet tags
 
QString savePath
 
std::optional< bool > useDownloadPath
 
QString downloadPath
 
bool sequential = false
 
bool firstLastPiecePriority = false
 
bool addForced = false
 
std::optional< bool > addPaused
 
QStringList filePaths
 
QVector< DownloadPriorityfilePriorities
 
bool skipChecking = false
 
std::optional< BitTorrent::TorrentContentLayoutcontentLayout
 
std::optional< bool > useAutoTMM
 
int uploadLimit = -1
 
int downloadLimit = -1
 
int seedingTimeLimit = Torrent::USE_GLOBAL_SEEDING_TIME
 
qreal ratioLimit = Torrent::USE_GLOBAL_RATIO
 

Detailed Description

Definition at line 45 of file addtorrentparams.h.

Member Data Documentation

◆ addForced

◆ addPaused

◆ category

◆ contentLayout

◆ downloadLimit

◆ downloadPath

◆ filePaths

◆ filePriorities

QVector<DownloadPriority> BitTorrent::AddTorrentParams::filePriorities

◆ firstLastPiecePriority

◆ name

QString BitTorrent::AddTorrentParams::name

◆ ratioLimit

◆ savePath

◆ seedingTimeLimit

◆ sequential

◆ skipChecking

◆ tags

◆ uploadLimit

◆ useAutoTMM

◆ useDownloadPath


The documentation for this struct was generated from the following file: