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

#include <networkwidget.h>

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

Signals

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

 SettingsNetworkWidget (PIVXGUI *_window, QWidget *parent=nullptr)
 
 ~SettingsNetworkWidget ()
 
void setMapper (QDataWidgetMapper *mapper)
 
- 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 Attributes

Ui::SettingsNetworkWidget * 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
PIVXGUIwindow = nullptr
 
ClientModelclientModel = nullptr
 
WalletModelwalletModel = nullptr
 

Detailed Description

Definition at line 16 of file networkwidget.h.

Constructor & Destructor Documentation

◆ SettingsNetworkWidget()

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

Definition at line 11 of file networkwidget.cpp.

Here is the call graph for this function:

◆ ~SettingsNetworkWidget()

SettingsNetworkWidget::~SettingsNetworkWidget ( )

Definition at line 35 of file networkwidget.cpp.

Member Function Documentation

◆ saveSettings

void SettingsNetworkWidget::saveSettings ( )
inlinesignal

Definition at line 30 of file networkwidget.h.

◆ setMapper()

void SettingsNetworkWidget::setMapper ( QDataWidgetMapper *  mapper)

Definition at line 32 of file networkwidget.cpp.

Member Data Documentation

◆ ui

Ui::SettingsNetworkWidget* SettingsNetworkWidget::ui
private

Definition at line 27 of file networkwidget.h.


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