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

#include <walletoptionswidget.h>

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

Public Slots

void onResetClicked ()
 

Signals

void saveSettings ()
 
void discardSettings ()
 
- 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

 SettingsWalletOptionsWidget (PIVXGUI *_window, QWidget *parent=nullptr)
 
 ~SettingsWalletOptionsWidget ()
 
void setMapper (QDataWidgetMapper *mapper)
 
void discardWalletOnlyOptions ()
 
bool saveWalletOnlyOptions ()
 
void saveMapPortOptions ()
 
- 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 Member Functions

void loadWalletModel () override
 
void loadClientModel () override
 
void reloadWalletOptions ()
 
void setSpinBoxStakeSplitThreshold (double val)
 
double getSpinBoxStakeSplitThreshold () const
 
void setNetworkActivity (bool active)
 

Private Attributes

Ui::SettingsWalletOptionsWidget * 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
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 walletoptionswidget.h.

Constructor & Destructor Documentation

◆ SettingsWalletOptionsWidget()

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

Definition at line 14 of file walletoptionswidget.cpp.

Here is the call graph for this function:

◆ ~SettingsWalletOptionsWidget()

SettingsWalletOptionsWidget::~SettingsWalletOptionsWidget ( )

Definition at line 159 of file walletoptionswidget.cpp.

Member Function Documentation

◆ discardSettings

void SettingsWalletOptionsWidget::discardSettings ( )
signal
Here is the caller graph for this function:

◆ discardWalletOnlyOptions()

void SettingsWalletOptionsWidget::discardWalletOnlyOptions ( )

Definition at line 142 of file walletoptionswidget.cpp.

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

◆ getSpinBoxStakeSplitThreshold()

double SettingsWalletOptionsWidget::getSpinBoxStakeSplitThreshold ( ) const
private

Definition at line 120 of file walletoptionswidget.cpp.

Here is the caller graph for this function:

◆ loadClientModel()

void SettingsWalletOptionsWidget::loadClientModel ( )
overrideprivatevirtual

Reimplemented from PWidget.

Definition at line 102 of file walletoptionswidget.cpp.

◆ loadWalletModel()

void SettingsWalletOptionsWidget::loadWalletModel ( )
overrideprivatevirtual

Reimplemented from PWidget.

Definition at line 96 of file walletoptionswidget.cpp.

Here is the call graph for this function:

◆ onResetClicked

void SettingsWalletOptionsWidget::onResetClicked ( )
slot

Definition at line 74 of file walletoptionswidget.cpp.

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

◆ reloadWalletOptions()

void SettingsWalletOptionsWidget::reloadWalletOptions ( )
private

Definition at line 110 of file walletoptionswidget.cpp.

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

◆ saveMapPortOptions()

void SettingsWalletOptionsWidget::saveMapPortOptions ( )

Definition at line 147 of file walletoptionswidget.cpp.

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

◆ saveSettings

void SettingsWalletOptionsWidget::saveSettings ( )
signal
Here is the caller graph for this function:

◆ saveWalletOnlyOptions()

bool SettingsWalletOptionsWidget::saveWalletOnlyOptions ( )

Definition at line 125 of file walletoptionswidget.cpp.

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

◆ setMapper()

void SettingsWalletOptionsWidget::setMapper ( QDataWidgetMapper *  mapper)

Definition at line 83 of file walletoptionswidget.cpp.

Here is the caller graph for this function:

◆ setNetworkActivity()

void SettingsWalletOptionsWidget::setNetworkActivity ( bool  active)
private

Definition at line 152 of file walletoptionswidget.cpp.

Here is the call graph for this function:

◆ setSpinBoxStakeSplitThreshold()

void SettingsWalletOptionsWidget::setSpinBoxStakeSplitThreshold ( double  val)
private

Definition at line 115 of file walletoptionswidget.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ ui

Ui::SettingsWalletOptionsWidget* SettingsWalletOptionsWidget::ui
private

Definition at line 38 of file walletoptionswidget.h.


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