 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_WALLETVIEW_H
6 #define BITCOIN_QT_WALLETVIEW_H
12 #include <QStackedWidget>
29 class QProgressDialog;
136 void message(
const QString& title,
const QString&
message,
unsigned int style);
140 void incomingTransaction(
const QString& date,
int unit,
const CAmount& amount,
const QString& type,
const QString& address,
const QString& confirmations);
144 #endif // BITCOIN_QT_WALLETVIEW_H
SendCoinsDialog * sendCoinsPage
Widget showing the transaction list for a wallet, including a filter row.
Dialog for requesting payment of bitcoins.
TransactionView * transactionView
WalletView(QWidget *parent)
Interface to Bitcoin wallet from Qt view code.
BlockExplorer * explorerWindow
void gotoReceiveCoinsPage()
Switch to receive coins page.
OverviewPage * overviewPage
Overview ("home") page widget.
void showProgress(const QString &title, int nProgress)
Show progress dialog e.g.
ClientModel * clientModel
OptionsPage * optionsPage
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void stakingStatusChanged(bool)
void processNewTransaction(const QModelIndex &parent, int start, int)
Show incoming transaction notification for new transactions.
void encryptionStatusChanged(int status)
Encryption status of wallet changed.
void setClientModel(ClientModel *clientModel)
Set the client model.
Masternode Manager page widget.
void trxAmount(QString amount)
Update selected PRCY amount from transactionview.
void showNormalIfMinimized()
Signal that we want to show the main window.
void updateEncryptionStatus()
Re-Q_EMIT encryption status signal.
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user.
int64_t CAmount
Amount in PRCY (Can be negative)
void toggleLockWallet()
Toggle wallet lock state.
Dialog for sending bitcoins.
QWidget * transactionsPage
void gotoBlockExplorerPage()
Switch to explorer page.
HistoryPage * historyPage
void gotoOptionsPage()
Switch to options page.
Model for PRCY network client.
void unlockWallet(AskPassphraseDialog::Context context)
Ask for passphrase to unlock wallet temporarily.
void showSeedPhrase()
Return 24 word seed phrase.
void gotoOverviewPage()
Switch to overview (home) page.
void setWalletModel(WalletModel *walletModel)
Set the wallet model.
void changePassphrase()
Change encrypted wallet passphrase.
void encryptWallet(bool status)
Encrypt the wallet.
WalletModel * walletModel
void backupWallet()
Backup the wallet.
ReceiveCoinsDialog * receiveCoinsPage
MasternodeList * masternodeListPage
void incomingTransaction(const QString &date, int unit, const CAmount &amount, const QString &type, const QString &address, const QString &confirmations)
Notify that a new transaction appeared.
void gotoMultiSendDialog()
Show MultiSend Dialog.
void usedSendingAddresses()
Show used sending addresses.
void setBitcoinGUI(BitcoinGUI *gui)
void usedReceivingAddresses()
Show used receiving addresses.
void lockWallet()
Lock wallet.
void gotoMasternodePage()
Switch to masternode page.
void gotoHistoryPage()
Switch to history (transactions) page.
QProgressDialog * progressDialog
void showSyncStatus(bool fShow)