PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Private Slots | Private Attributes | List of all members
SettingsBackupWallet Class Reference

#include <backupwallet.h>

Inheritance diagram for SettingsBackupWallet:
[legend]
Collaboration diagram for SettingsBackupWallet:
[legend]

Public Member Functions

 SettingsBackupWallet (PIVXGUI *_window, QWidget *parent=nullptr)
 
 ~SettingsBackupWallet ()
 
- 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)
 
PIVXGUIgetWindow ()
 
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 Slots

void selectFileOutput ()
 
void changePassphrase ()
 

Private Attributes

Ui::SettingsBackupWallet * ui
 

Additional Inherited Members

- 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)
 
- 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
PIVXGUIwindow = nullptr
 
ClientModelclientModel = nullptr
 
WalletModelwalletModel = nullptr
 

Detailed Description

Definition at line 15 of file backupwallet.h.

Constructor & Destructor Documentation

◆ SettingsBackupWallet()

SettingsBackupWallet::SettingsBackupWallet ( PIVXGUI _window,
QWidget *  parent = nullptr 
)
explicit

Definition at line 14 of file backupwallet.cpp.

Here is the call graph for this function:

◆ ~SettingsBackupWallet()

SettingsBackupWallet::~SettingsBackupWallet ( )

Definition at line 77 of file backupwallet.cpp.

Member Function Documentation

◆ changePassphrase

void SettingsBackupWallet::changePassphrase ( )
privateslot

Definition at line 61 of file backupwallet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ selectFileOutput

void SettingsBackupWallet::selectFileOutput ( )
privateslot

Definition at line 46 of file backupwallet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ ui

Ui::SettingsBackupWallet* SettingsBackupWallet::ui
private

Definition at line 28 of file backupwallet.h.


The documentation for this class was generated from the following files: