![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <walletrepairwidget.h>
Public Slots | |
| void | walletSalvage () |
| Restart wallet with "-salvagewallet". More... | |
| void | walletRescan () |
| Restart wallet with "-rescan". More... | |
| void | walletZaptxes1 () |
| Restart wallet with "-zapwallettxes=1". More... | |
| void | walletZaptxes2 () |
| Restart wallet with "-zapwallettxes=2". More... | |
| void | walletUpgrade () |
| Restart wallet with "-upgradewallet". More... | |
| void | walletReindex () |
| Restart wallet with "-reindex". More... | |
| void | walletResync () |
| Restart wallet with "-resync". More... | |
Signals | |
| void | handleRestart (QStringList args) |
| Get restart command-line parameters and handle restart. More... | |
Signals inherited from PWidget | |
| void | message (const QString &title, const QString &body, unsigned int style, bool *ret=nullptr) |
| void | showHide (bool show) |
| bool | execDialog (QDialog *dialog, int xDiv=3, int yDiv=5) |
Public Member Functions | |
| SettingsWalletRepairWidget (PIVXGUI *_window, QWidget *parent=nullptr) | |
| ~SettingsWalletRepairWidget () | |
| void | buildParameterlist (QString arg) |
| Build parameter list for restart. More... | |
Public Member Functions inherited from PWidget | |
| PWidget (PIVXGUI *_window=nullptr, QWidget *parent=nullptr) | |
| PWidget (PWidget *parent=nullptr) | |
| void | setClientModel (ClientModel *model) |
| void | setWalletModel (WalletModel *model) |
| PIVXGUI * | getWindow () |
| void | run (int type) override |
| void | onError (QString error, int type) override |
| void | inform (const QString &message) |
| void | emitMessage (const QString &title, const QString &message, unsigned int style, bool *ret=nullptr) |
| QString | translate (const char *msg) override |
Private Attributes | |
| Ui::SettingsWalletRepairWidget * | ui |
Additional Inherited Members | |
Protected Slots inherited from PWidget | |
| virtual void | changeTheme (bool isLightTheme, QString &theme) |
| void | onChangeTheme (bool isLightTheme, QString &theme) |
Protected Member Functions inherited from PWidget | |
| virtual void | loadClientModel () |
| virtual void | loadWalletModel () |
| void | showHideOp (bool show) |
| bool | execute (int type, std::unique_ptr< WalletModel::UnlockContext > pctx=nullptr) |
| void | warn (const QString &title, const QString &message) |
| bool | ask (const QString &title, const QString &message) |
| void | showDialog (QDialog *dialog, int xDiv=3, int yDiv=5) |
Protected Attributes inherited from PWidget | |
| PIVXGUI * | window = nullptr |
| ClientModel * | clientModel = nullptr |
| WalletModel * | walletModel = nullptr |
Definition at line 15 of file walletrepairwidget.h.
|
explicit |
| SettingsWalletRepairWidget::~SettingsWalletRepairWidget | ( | ) |
Definition at line 126 of file walletrepairwidget.cpp.
| void SettingsWalletRepairWidget::buildParameterlist | ( | QString | arg | ) |
Build parameter list for restart.
Build command-line parameter list for restart.
Definition at line 105 of file walletrepairwidget.cpp.
|
signal |
Get restart command-line parameters and handle restart.
|
slot |
Restart wallet with "-reindex".
Definition at line 78 of file walletrepairwidget.cpp.
|
slot |
Restart wallet with "-rescan".
Definition at line 54 of file walletrepairwidget.cpp.
|
slot |
Restart wallet with "-resync".
Definition at line 84 of file walletrepairwidget.cpp.
|
slot |
Restart wallet with "-salvagewallet".
Definition at line 48 of file walletrepairwidget.cpp.
|
slot |
Restart wallet with "-upgradewallet".
Definition at line 72 of file walletrepairwidget.cpp.
|
slot |
Restart wallet with "-zapwallettxes=1".
Definition at line 60 of file walletrepairwidget.cpp.
|
slot |
Restart wallet with "-zapwallettxes=2".
Definition at line 66 of file walletrepairwidget.cpp.
|
private |
Definition at line 40 of file walletrepairwidget.h.