![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <walletmodel.h>
Public Member Functions | |
SendCoinsRecipient () | |
SendCoinsRecipient (const QString &addr, const QString &label, quint64 amount, const QString &message) | |
Public Attributes | |
QString | address |
QString | label |
qint64 | amount |
QString | message |
PaymentRequestPlus | paymentRequest |
QString | authenticatedMerchant |
int | nVersion |
Static Public Attributes | |
static const int | CURRENT_VERSION = 1 |
Definition at line 36 of file walletmodel.h.
|
inlineexplicit |
Definition at line 39 of file walletmodel.h.
|
inlineexplicit |
Definition at line 40 of file walletmodel.h.
QString SendCoinsRecipient::address |
Definition at line 48 of file walletmodel.h.
Referenced by RecentRequestsTableModel::addNewRequest(), GUIUtil::formatBitcoinURI(), SendCoinsEntry::getValue(), SendCoinsDialog::handlePaymentRequest(), PaymentServer::ipcParseCommandLine(), ReceiveRequestDialog::on_btnCopyAddress_clicked(), SendCoinsDialog::on_sendButton_clicked(), GUIUtil::parseBitcoinURI(), WalletModel::prepareTransaction(), PaymentServer::processPaymentRequest(), RecentRequestsTableModel::removeRows(), WalletModel::sendCoins(), SendCoinsEntry::setValue(), and ReceiveRequestDialog::update().
qint64 SendCoinsRecipient::amount |
Definition at line 50 of file walletmodel.h.
Referenced by SendCoinsDialog::coinControlUpdateLabels(), RecentRequestsTableModel::data(), GUIUtil::formatBitcoinURI(), WalletModelTransaction::getTotalTransactionAmount(), SendCoinsEntry::getValue(), SendCoinsDialog::on_sendButton_clicked(), RecentRequestEntryLessThan::operator()(), GUIUtil::parseBitcoinURI(), WalletModel::prepareTransaction(), PaymentServer::processPaymentRequest(), SendCoinsEntry::setValue(), and ReceiveRequestDialog::update().
QString SendCoinsRecipient::authenticatedMerchant |
Definition at line 57 of file walletmodel.h.
Referenced by PaymentServer::fetchPaymentACK(), SendCoinsDialog::on_sendButton_clicked(), PaymentServer::processPaymentRequest(), and SendCoinsEntry::setValue().
|
static |
Definition at line 59 of file walletmodel.h.
QString SendCoinsRecipient::label |
Definition at line 49 of file walletmodel.h.
Referenced by RecentRequestsTableModel::data(), GUIUtil::formatBitcoinURI(), SendCoinsEntry::getValue(), SendCoinsDialog::on_sendButton_clicked(), RecentRequestEntryLessThan::operator()(), GUIUtil::parseBitcoinURI(), WalletModel::sendCoins(), SendCoinsEntry::setValue(), and ReceiveRequestDialog::update().
QString SendCoinsRecipient::message |
Definition at line 52 of file walletmodel.h.
Referenced by RecentRequestsTableModel::data(), GUIUtil::formatBitcoinURI(), SendCoinsEntry::getValue(), RecentRequestEntryLessThan::operator()(), GUIUtil::parseBitcoinURI(), PaymentServer::processPaymentRequest(), WalletModel::sendCoins(), SendCoinsEntry::setValue(), and ReceiveRequestDialog::update().
int SendCoinsRecipient::nVersion |
Definition at line 60 of file walletmodel.h.
PaymentRequestPlus SendCoinsRecipient::paymentRequest |
Definition at line 55 of file walletmodel.h.
Referenced by PaymentServer::fetchPaymentACK(), SendCoinsEntry::getValue(), SendCoinsDialog::handlePaymentRequest(), SendCoinsDialog::on_sendButton_clicked(), WalletModel::prepareTransaction(), PaymentServer::processPaymentRequest(), WalletModel::sendCoins(), SendCoinsEntry::setValue(), and SendCoinsEntry::validate().