5 #ifndef PIVX_QT_PAYMENTSERVER_H
6 #define PIVX_QT_PAYMENTSERVER_H
68 explicit PaymentServer(QObject* parent,
bool startLocalServer =
true);
79 void message(
const QString& title,
const QString&
message,
unsigned int style);
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances,...
Interface from Qt to configuration data structure for PIVX client.
static bool ipcSendCommandLine()
void receivedPaymentRequest(const SendCoinsRecipient &recipient)
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 handleURIOrFile(const QString &s)
bool eventFilter(QObject *object, QEvent *event)
OptionsModel * optionsModel