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