6 #ifndef RAVEN_QT_WALLETVIEW_H 7 #define RAVEN_QT_WALLETVIEW_H 11 #include <QStackedWidget> 29 class QProgressDialog;
139 void message(
const QString &title,
const QString &
message,
unsigned int style);
145 void incomingTransaction(
const QString& date,
int unit,
const CAmount& amount,
const QString& type,
const QString& address,
const QString& label,
const QString& assetName);
152 #endif // RAVEN_QT_WALLETVIEW_H QWidget * transactionsPage
Dialog for requesting payment of ravens.
void processNewTransaction(const QModelIndex &parent, int start, int end)
Show incoming transaction notification for new transactions.
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
OverviewPage * overviewPage
TransactionView * transactionView
void usedSendingAddresses()
Show used sending addresses.
Dialog showing transaction details.
void changePassphrase()
Change encrypted wallet passphrase.
ClientModel * clientModel
void gotoAssetsPage()
RVN START.
void requestedSyncWarningInfo()
User has requested more information about the out of sync state.
WalletModel * walletModel
void outOfSyncWarningClicked()
Notify that the out of sync warning icon has been pressed.
const PlatformStyle * platformStyle
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void updateEncryptionStatus()
Re-emit encryption status signal.
SendCoinsDialog * sendCoinsPage
int64_t CAmount
Amount in corbies (Can be negative)
void hdEnabledStatusChanged(int hdEnabled)
HD-Enabled status of wallet changed (only possible during startup)
void gotoHistoryPage()
Switch to history (transactions) page.
void gotoManageAssetsPage()
void usedReceivingAddresses()
Show used receiving addresses.
void setWalletModel(WalletModel *walletModel)
Set the wallet model.
void encryptionStatusChanged(int status)
Encryption status of wallet changed.
Widget showing the transaction list for a wallet, including a filter row.
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user.
void unlockWallet()
Ask for passphrase to unlock wallet temporarily.
Dialog for sending ravens.
Widget that shows a list of sending or receiving addresses.
ReissueAssetDialog * manageAssetsPage
Model for Raven network client.
void showNormalIfMinimized()
RVN END.
void backupWallet()
Backup the wallet.
bool handlePaymentRequest(const SendCoinsRecipient &recipient)
void gotoOverviewPage()
RVN END.
AddressBookPage * usedSendingAddressesPage
void gotoSignMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to sign message tab.
CreateAssetDialog * createAssetsPage
Interface to Raven wallet from Qt view code.
void showProgress(const QString &title, int nProgress)
Show progress dialog e.g.
AssetsDialog * assetsPage
RVN START.
WalletView(const PlatformStyle *platformStyle, QWidget *parent)
void setClientModel(ClientModel *clientModel)
Set the client model.
Dialog showing transaction details.
Dialog for sending ravens.
void incomingTransaction(const QString &date, int unit, const CAmount &amount, const QString &type, const QString &address, const QString &label, const QString &assetName)
Notify that a new transaction appeared.
void encryptWallet(bool status)
Encrypt the wallet.
ReceiveCoinsDialog * receiveCoinsPage
void gotoReceiveCoinsPage()
Switch to receive coins page.
void setRavenGUI(RavenGUI *gui)
Overview ("home") page widget.
void checkAssets()
Show the assets GUI.
void showOutOfSyncWarning(bool fShow)
QProgressDialog * progressDialog
void gotoCreateAssetsPage()
AddressBookPage * usedReceivingAddressesPage