#include <paymentserver.h>
Definition at line 59 of file paymentserver.h.
◆ PaymentServer()
PaymentServer::PaymentServer |
( |
QObject * |
parent, |
|
|
bool |
startLocalServer = true |
|
) |
| |
|
explicit |
◆ ~PaymentServer()
PaymentServer::~PaymentServer |
( |
| ) |
|
◆ eventFilter()
bool PaymentServer::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
protected |
◆ fetchPaymentACK
◆ fetchRequest()
void PaymentServer::fetchRequest |
( |
const QUrl & |
url | ) |
|
|
private |
◆ getCertStore()
X509_STORE * PaymentServer::getCertStore |
( |
| ) |
|
|
static |
◆ handlePaymentACK
void PaymentServer::handlePaymentACK |
( |
const QString & |
paymentACKMsg | ) |
|
|
privateslot |
◆ handleURIConnection
void PaymentServer::handleURIConnection |
( |
| ) |
|
|
privateslot |
◆ handleURIOrFile
void PaymentServer::handleURIOrFile |
( |
const QString & |
s | ) |
|
|
slot |
◆ initNetManager()
void PaymentServer::initNetManager |
( |
| ) |
|
|
private |
◆ ipcParseCommandLine()
void PaymentServer::ipcParseCommandLine |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |
◆ ipcSendCommandLine()
bool PaymentServer::ipcSendCommandLine |
( |
| ) |
|
|
static |
◆ LoadRootCAs()
void PaymentServer::LoadRootCAs |
( |
X509_STORE * |
store = nullptr | ) |
|
|
static |
◆ message
void PaymentServer::message |
( |
const QString & |
title, |
|
|
const QString & |
message, |
|
|
unsigned int |
style |
|
) |
| |
|
signal |
◆ netRequestFinished
void PaymentServer::netRequestFinished |
( |
QNetworkReply * |
reply | ) |
|
|
privateslot |
◆ processPaymentRequest()
◆ readPaymentRequestFromFile()
bool PaymentServer::readPaymentRequestFromFile |
( |
const QString & |
filename, |
|
|
PaymentRequestPlus & |
request |
|
) |
| |
|
staticprivate |
◆ receivedPaymentACK
void PaymentServer::receivedPaymentACK |
( |
const QString & |
paymentACKMsg | ) |
|
|
signal |
◆ receivedPaymentRequest
◆ reportSslErrors
void PaymentServer::reportSslErrors |
( |
QNetworkReply * |
reply, |
|
|
const QList< QSslError > & |
errs |
|
) |
| |
|
privateslot |
◆ setOptionsModel()
void PaymentServer::setOptionsModel |
( |
OptionsModel * |
optionsModel | ) |
|
◆ uiReady
void PaymentServer::uiReady |
( |
| ) |
|
|
slot |
◆ verifyAmount()
bool PaymentServer::verifyAmount |
( |
const CAmount & |
requestAmount | ) |
|
|
static |
◆ verifyExpired()
bool PaymentServer::verifyExpired |
( |
const payments::PaymentDetails & |
requestDetails | ) |
|
|
static |
◆ verifyNetwork()
bool PaymentServer::verifyNetwork |
( |
const payments::PaymentDetails & |
requestDetails | ) |
|
|
static |
◆ verifySize()
bool PaymentServer::verifySize |
( |
qint64 |
requestSize | ) |
|
|
static |
◆ netManager
QNetworkAccessManager* PaymentServer::netManager |
|
private |
◆ optionsModel
◆ saveURIs
bool PaymentServer::saveURIs |
|
private |
◆ uriServer
QLocalServer* PaymentServer::uriServer |
|
private |
The documentation for this class was generated from the following files: