#include <masternodeswidget.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 | 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) |
| |
| PIVXGUI * | window = nullptr |
| |
| ClientModel * | clientModel = nullptr |
| |
| WalletModel * | walletModel = nullptr |
| |
Definition at line 29 of file masternodeswidget.h.
◆ MasterNodesWidget()
| MasterNodesWidget::MasterNodesWidget |
( |
PIVXGUI * |
parent = nullptr | ) |
|
|
explicit |
◆ ~MasterNodesWidget()
| MasterNodesWidget::~MasterNodesWidget |
( |
| ) |
|
◆ changeTheme
| void MasterNodesWidget::changeTheme |
( |
bool |
isLightTheme, |
|
|
QString & |
theme |
|
) |
| |
|
overrideprivateslot |
◆ checkMNsNetwork()
| bool MasterNodesWidget::checkMNsNetwork |
( |
| ) |
|
|
private |
◆ hideEvent()
| void MasterNodesWidget::hideEvent |
( |
QHideEvent * |
event | ) |
|
|
override |
◆ onCoinControlClicked
| void MasterNodesWidget::onCoinControlClicked |
( |
| ) |
|
|
privateslot |
◆ onCreateMNClicked
| void MasterNodesWidget::onCreateMNClicked |
( |
| ) |
|
|
privateslot |
◆ onDeleteMNClicked
| void MasterNodesWidget::onDeleteMNClicked |
( |
| ) |
|
|
privateslot |
◆ onEditMNClicked
| void MasterNodesWidget::onEditMNClicked |
( |
| ) |
|
|
privateslot |
◆ onError()
| void MasterNodesWidget::onError |
( |
QString |
error, |
|
|
int |
type |
|
) |
| |
|
overridevirtual |
◆ onInfoMNClicked
| void MasterNodesWidget::onInfoMNClicked |
( |
| ) |
|
|
privateslot |
◆ onMNClicked
| void MasterNodesWidget::onMNClicked |
( |
const QModelIndex & |
index | ) |
|
|
privateslot |
◆ onStartAllClicked
| void MasterNodesWidget::onStartAllClicked |
( |
int |
type | ) |
|
|
privateslot |
◆ resetCoinControl()
| void MasterNodesWidget::resetCoinControl |
( |
| ) |
|
◆ run()
| void MasterNodesWidget::run |
( |
int |
type | ) |
|
|
overridevirtual |
◆ setMNModel()
| void MasterNodesWidget::setMNModel |
( |
MNModel * |
_mnModel | ) |
|
◆ showEvent()
| void MasterNodesWidget::showEvent |
( |
QShowEvent * |
event | ) |
|
|
override |
◆ startAlias()
| void MasterNodesWidget::startAlias |
( |
const QString & |
strAlias | ) |
|
|
private |
◆ startAll()
| bool MasterNodesWidget::startAll |
( |
QString & |
failedMN, |
|
|
bool |
onlyMissing |
|
) |
| |
|
private |
◆ updateListState
| void MasterNodesWidget::updateListState |
( |
| ) |
|
|
privateslot |
◆ updateModelAndInform
| void MasterNodesWidget::updateModelAndInform |
( |
const QString & |
informText | ) |
|
|
privateslot |
◆ coinControlDialog
◆ delegate
◆ index
| QModelIndex MasterNodesWidget::index |
|
private |
◆ isLoading
| std::atomic<bool> MasterNodesWidget::isLoading |
|
private |
◆ menu
◆ mnModel
| MNModel* MasterNodesWidget::mnModel = nullptr |
|
private |
◆ timer
| QTimer* MasterNodesWidget::timer = nullptr |
|
private |
◆ ui
| Ui::MasterNodesWidget* MasterNodesWidget::ui |
|
private |
The documentation for this class was generated from the following files: