Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
walletframe.h
Go to the documentation of this file.
bool handlePaymentRequest(const SendCoinsRecipient &recipient)
Definition: walletframe.cpp:95
bool setCurrentWallet(const QString &name)
Definition: walletframe.cpp:65
Definition: walletview.h:35
void outOfSyncWarningClicked()
Pass on signal over requested out-of-sync-warning information.
Definition: walletframe.cpp:223
void showOutOfSyncWarning(bool fShow)
Definition: walletframe.cpp:104
void setClientModel(ClientModel *clientModel)
Definition: walletframe.cpp:36
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
Definition: walletframe.cpp:162
bool addWallet(const QString &name, WalletModel *walletModel)
Definition: walletframe.cpp:41
Definition: walletmodel.h:39
void gotoPrivateSendCoinsPage(QString addr="")
Switch to PrivateSend coins page.
Definition: walletframe.cpp:147
void gotoSignMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to sign message tab.
Definition: walletframe.cpp:155
void requestedSyncWarningInfo()
Notify that the user has requested more information about the out-of-sync warning.
A container for embedding all wallet-related controls into BitcoinGUI.
Definition: walletframe.h:28