6 #ifndef RAVEN_QT_WALLETFRAME_H 7 #define RAVEN_QT_WALLETFRAME_H 105 #endif // RAVEN_QT_WALLETFRAME_H bool handlePaymentRequest(const SendCoinsRecipient &recipient)
bool setCurrentWallet(const QString &name)
WalletView * currentWalletView()
ClientModel * clientModel
void usedReceivingAddresses()
Show used receiving addresses.
QStackedWidget * walletStack
void encryptWallet(bool status)
Encrypt the wallet.
void outOfSyncWarningClicked()
Pass on signal over requested out-of-sync-warning information.
QMap< QString, WalletView * > mapWalletViews
void showOutOfSyncWarning(bool fShow)
void gotoHistoryPage()
Switch to history (transactions) page.
void gotoCreateAssetsPage()
void gotoOverviewPage()
Switch to overview (home) page.
void setClientModel(ClientModel *clientModel)
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
bool addWallet(const QString &name, WalletModel *walletModel)
void changePassphrase()
Change encrypted wallet passphrase.
Model for Raven network client.
void unlockWallet()
Ask for passphrase to unlock wallet temporarily.
void gotoSignMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to sign message tab.
void requestedSyncWarningInfo()
Notify that the user has requested more information about the out-of-sync warning.
const PlatformStyle * platformStyle
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void gotoReceiveCoinsPage()
Switch to receive coins page.
Interface to Raven wallet from Qt view code.
bool removeWallet(const QString &name)
void gotoManageAssetsPage()
void backupWallet()
Backup the wallet.
void gotoAssetsPage()
RVN START.
A container for embedding all wallet-related controls into RavenGUI.
void usedSendingAddresses()
Show used sending addresses.
WalletFrame(const PlatformStyle *platformStyle, RavenGUI *_gui=0)