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