#include <informationwidget.h>
|
| 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) |
| |
| virtual void | changeTheme (bool isLightTheme, QString &theme) |
| |
| void | onChangeTheme (bool isLightTheme, QString &theme) |
| |
| 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) |
| |
| PIVXGUI * | window = nullptr |
| |
| ClientModel * | clientModel = nullptr |
| |
| WalletModel * | walletModel = nullptr |
| |
Definition at line 16 of file informationwidget.h.
◆ SettingsInformationWidget()
| SettingsInformationWidget::SettingsInformationWidget |
( |
PIVXGUI * |
_window, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ ~SettingsInformationWidget()
| SettingsInformationWidget::~SettingsInformationWidget |
( |
| ) |
|
|
override |
◆ hideEvent
| void SettingsInformationWidget::hideEvent |
( |
QHideEvent * |
event | ) |
|
|
overrideprivateslot |
◆ loadClientModel()
| void SettingsInformationWidget::loadClientModel |
( |
| ) |
|
|
overridevirtual |
◆ networkActiveChanged
| void SettingsInformationWidget::networkActiveChanged |
( |
bool |
active | ) |
|
|
privateslot |
◆ onError()
| void SettingsInformationWidget::onError |
( |
QString |
error, |
|
|
int |
type |
|
) |
| |
|
overridevirtual |
◆ openNetworkMonitor
| void SettingsInformationWidget::openNetworkMonitor |
( |
| ) |
|
|
slot |
◆ run()
| void SettingsInformationWidget::run |
( |
int |
type | ) |
|
|
overridevirtual |
◆ setMasternodeCount
| void SettingsInformationWidget::setMasternodeCount |
( |
const QString & |
strMasternodes | ) |
|
|
slot |
◆ setNumBlocks
| void SettingsInformationWidget::setNumBlocks |
( |
int |
count | ) |
|
|
privateslot |
◆ setNumConnections
| void SettingsInformationWidget::setNumConnections |
( |
int |
count | ) |
|
|
privateslot |
◆ showEvent
| void SettingsInformationWidget::showEvent |
( |
QShowEvent * |
event | ) |
|
|
overrideprivateslot |
◆ updateNetworkState()
| void SettingsInformationWidget::updateNetworkState |
( |
int |
numConnections | ) |
|
|
private |
◆ rpcConsole
| RPCConsole* SettingsInformationWidget::rpcConsole = nullptr |
|
private |
◆ ui
| Ui::SettingsInformationWidget* SettingsInformationWidget::ui |
|
private |
The documentation for this class was generated from the following files: