Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Slots | Private Attributes | List of all members
RestoreDialog Class Reference

The RestoreDialog class Restore dialog class. More...

#include <restoredialog.h>

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

Public Member Functions

 RestoreDialog (QWidget *parent=0)
 RestoreDialog Constructor. More...
 
 ~RestoreDialog ()
 ~RestoreDialog Destructor More...
 
QString getParam ()
 getParam Get the command line param for restart of the wallet More...
 
QString getFileName ()
 getFileName Get the restore wallet name More...
 
void setModel (WalletModel *model)
 setModel Set wallet model More...
 

Private Slots

void on_btnReset_clicked ()
 on_btnReset_clicked Reset button click slot More...
 
void on_btnBoxRestore_accepted ()
 on_btnBoxRestore_accepted Ok button click slot More...
 
void on_btnBoxRestore_rejected ()
 on_btnBoxRestore_rejected Cancel button click slot More...
 
void on_toolWalletPath_clicked ()
 on_toolWalletPath_clicked Choose wallet button path slot More...
 

Private Attributes

Ui::RestoreDialogui
 
WalletModelmodel
 

Detailed Description

The RestoreDialog class Restore dialog class.

Definition at line 15 of file restoredialog.h.

Constructor & Destructor Documentation

RestoreDialog::RestoreDialog ( QWidget *  parent = 0)
explicit

RestoreDialog Constructor.

Parameters
parentParent windows

Definition at line 9 of file restoredialog.cpp.

Here is the call graph for this function:

RestoreDialog::~RestoreDialog ( )

~RestoreDialog Destructor

Definition at line 18 of file restoredialog.cpp.

Member Function Documentation

QString RestoreDialog::getFileName ( )

getFileName Get the restore wallet name

Returns
Wallet name path

Definition at line 28 of file restoredialog.cpp.

Here is the caller graph for this function:

QString RestoreDialog::getParam ( )

getParam Get the command line param for restart of the wallet

Returns
Command line param

Definition at line 23 of file restoredialog.cpp.

Here is the caller graph for this function:

void RestoreDialog::on_btnBoxRestore_accepted ( )
privateslot

on_btnBoxRestore_accepted Ok button click slot

Definition at line 44 of file restoredialog.cpp.

Here is the call graph for this function:

void RestoreDialog::on_btnBoxRestore_rejected ( )
privateslot

on_btnBoxRestore_rejected Cancel button click slot

Definition at line 66 of file restoredialog.cpp.

void RestoreDialog::on_btnReset_clicked ( )
privateslot

on_btnReset_clicked Reset button click slot

Definition at line 38 of file restoredialog.cpp.

void RestoreDialog::on_toolWalletPath_clicked ( )
privateslot

on_toolWalletPath_clicked Choose wallet button path slot

Definition at line 71 of file restoredialog.cpp.

Here is the call graph for this function:

void RestoreDialog::setModel ( WalletModel model)

setModel Set wallet model

Parameters
modelWallet model

Definition at line 33 of file restoredialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

WalletModel* RestoreDialog::model
private

Definition at line 73 of file restoredialog.h.

Ui::RestoreDialog* RestoreDialog::ui
private

Definition at line 72 of file restoredialog.h.


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