5#ifndef BITCOIN_QT_PAYMENTSERVER_H
6#define BITCOIN_QT_PAYMENTSERVER_H
72 explicit PaymentServer(QObject* parent,
bool startLocalServer =
true);
83 void message(
const QString &title,
const QString &
message,
unsigned int style);
99 bool eventFilter(QObject *
object, QEvent *event)
override;
Interface from Qt to configuration data structure for Bitcoin client.
static bool ipcSendCommandLine()
void setOptionsModel(OptionsModel *optionsModel)
PaymentServer(QObject *parent, bool startLocalServer=true)
void message(const QString &title, const QString &message, unsigned int style)
void handleURIConnection()
static void ipcParseCommandLine(int argc, char *argv[])
void receivedPaymentRequest(SendCoinsRecipient)
bool eventFilter(QObject *object, QEvent *event) override
void handleURIOrFile(const QString &s)
OptionsModel * optionsModel
QT_END_NAMESPACE const QString BITCOIN_IPC_PREFIX