Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
walletframe.cpp
Go to the documentation of this file.
52 /* TODO we should goto the currently selected page once dynamically adding wallets is supported */
bool handlePaymentRequest(const SendCoinsRecipient &recipient)
Definition: walletframe.cpp:95
bool setCurrentWallet(const QString &name)
Definition: walletframe.cpp:65
Definition: walletview.h:35
void unlockWallet(bool fAnonymizeOnly=false)
Ask for passphrase to unlock wallet temporarily.
Definition: walletview.cpp:339
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
Definition: walletview.cpp:275
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
bool handlePaymentRequest(const SendCoinsRecipient &recipient)
Definition: walletview.cpp:287
void requestedSyncWarningInfo()
Notify that the user has requested more information about the out-of-sync warning.
void gotoSignMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to sign message tab.
Definition: walletview.cpp:263