qBittorrent
transfercontroller.cpp File Reference
#include "transfercontroller.h"
#include <QJsonObject>
#include <QVector>
#include "base/bittorrent/peeraddress.h"
#include "base/bittorrent/peerinfo.h"
#include "base/bittorrent/session.h"
#include "base/global.h"
#include "apierror.h"
Include dependency graph for transfercontroller.cpp:

Go to the source code of this file.

Variables

const char KEY_TRANSFER_DLSPEED [] = "dl_info_speed"
 
const char KEY_TRANSFER_DLDATA [] = "dl_info_data"
 
const char KEY_TRANSFER_DLRATELIMIT [] = "dl_rate_limit"
 
const char KEY_TRANSFER_UPSPEED [] = "up_info_speed"
 
const char KEY_TRANSFER_UPDATA [] = "up_info_data"
 
const char KEY_TRANSFER_UPRATELIMIT [] = "up_rate_limit"
 
const char KEY_TRANSFER_DHT_NODES [] = "dht_nodes"
 
const char KEY_TRANSFER_CONNECTION_STATUS [] = "connection_status"
 

Variable Documentation

◆ KEY_TRANSFER_CONNECTION_STATUS

const char KEY_TRANSFER_CONNECTION_STATUS[] = "connection_status"

◆ KEY_TRANSFER_DHT_NODES

const char KEY_TRANSFER_DHT_NODES[] = "dht_nodes"

◆ KEY_TRANSFER_DLDATA

const char KEY_TRANSFER_DLDATA[] = "dl_info_data"

◆ KEY_TRANSFER_DLRATELIMIT

const char KEY_TRANSFER_DLRATELIMIT[] = "dl_rate_limit"

◆ KEY_TRANSFER_DLSPEED

const char KEY_TRANSFER_DLSPEED[] = "dl_info_speed"

◆ KEY_TRANSFER_UPDATA

const char KEY_TRANSFER_UPDATA[] = "up_info_data"

◆ KEY_TRANSFER_UPRATELIMIT

const char KEY_TRANSFER_UPRATELIMIT[] = "up_rate_limit"

◆ KEY_TRANSFER_UPSPEED

const char KEY_TRANSFER_UPSPEED[] = "up_info_speed"