![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <paymentserver.h>
Public Slots | |
| void | uiReady () |
| void | handleURIOrFile (const QString &s) |
Signals | |
| void | receivedPaymentRequest (SendCoinsRecipient) |
| void | message (const QString &title, const QString &message, unsigned int style) |
Public Member Functions | |
| PaymentServer (QObject *parent, bool startLocalServer=true) | |
| ~PaymentServer () | |
| void | setOptionsModel (OptionsModel *optionsModel) |
Static Public Member Functions | |
| static void | ipcParseCommandLine (int argc, char *argv[]) |
| static bool | ipcSendCommandLine () |
Protected Member Functions | |
| bool | eventFilter (QObject *object, QEvent *event) override |
Private Slots | |
| void | handleURIConnection () |
Private Attributes | |
| bool | saveURIs {true} |
| QLocalServer * | uriServer {nullptr} |
| OptionsModel * | optionsModel {nullptr} |
Definition at line 55 of file paymentserver.h.
|
explicit |
|
default |
|
overrideprotected |
|
privateslot |
Definition at line 241 of file paymentserver.cpp.
|
slot |
Definition at line 184 of file paymentserver.cpp.
|
static |
|
static |
Definition at line 92 of file paymentserver.cpp.
|
signal |
|
signal |
| void PaymentServer::setOptionsModel | ( | OptionsModel * | optionsModel | ) |
Definition at line 261 of file paymentserver.cpp.
|
slot |
Definition at line 174 of file paymentserver.cpp.
|
private |
Definition at line 104 of file paymentserver.h.
|
private |
Definition at line 102 of file paymentserver.h.
|
private |
Definition at line 103 of file paymentserver.h.