![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <masternodelist.h>
Public Slots | |
void | updateMyMasternodeInfo (QString strAlias, QString strAddr, const COutPoint &outpoint) |
void | updateMyNodeList (bool fForce=false) |
void | updateNodeList () |
Public Member Functions | |
MasternodeList (const PlatformStyle *platformStyle, QWidget *parent=0) | |
~MasternodeList () | |
void | setClientModel (ClientModel *clientModel) |
void | setWalletModel (WalletModel *walletModel) |
void | StartAlias (std::string strAlias) |
void | StartAll (std::string strCommand="start-all") |
Private Slots | |
void | showContextMenu (const QPoint &) |
void | on_filterLineEdit_textChanged (const QString &strFilterIn) |
void | on_startButton_clicked () |
void | on_startAllButton_clicked () |
void | on_startMissingButton_clicked () |
void | on_tableWidgetMyMasternodes_itemSelectionChanged () |
void | on_UpdateButton_clicked () |
Private Attributes | |
QMenu * | contextMenu |
int64_t | nTimeFilterUpdated |
bool | fFilterUpdated |
QTimer * | timer |
Ui::MasternodeList * | ui |
ClientModel * | clientModel |
WalletModel * | walletModel |
CCriticalSection | cs_mnlist |
CCriticalSection | cs_mymnlist |
QString | strCurrentFilter |
Masternode Manager page widget
Definition at line 29 of file masternodelist.h.
|
explicit |
Definition at line 29 of file masternodelist.cpp.
MasternodeList::~MasternodeList | ( | ) |
Definition at line 77 of file masternodelist.cpp.
|
privateslot |
Definition at line 315 of file masternodelist.cpp.
|
privateslot |
Definition at line 361 of file masternodelist.cpp.
|
privateslot |
Definition at line 323 of file masternodelist.cpp.
Referenced by MasternodeList().
|
privateslot |
Definition at line 385 of file masternodelist.cpp.
|
privateslot |
Definition at line 417 of file masternodelist.cpp.
|
privateslot |
Definition at line 424 of file masternodelist.cpp.
void MasternodeList::setClientModel | ( | ClientModel * | clientModel | ) |
Definition at line 82 of file masternodelist.cpp.
Referenced by WalletView::setClientModel().
void MasternodeList::setWalletModel | ( | WalletModel * | walletModel | ) |
Definition at line 91 of file masternodelist.cpp.
Referenced by WalletView::setWalletModel().
|
privateslot |
Definition at line 96 of file masternodelist.cpp.
Referenced by MasternodeList().
void MasternodeList::StartAlias | ( | std::string | strAlias | ) |
Definition at line 102 of file masternodelist.cpp.
Referenced by on_startButton_clicked().
void MasternodeList::StartAll | ( | std::string | strCommand = "start-all" | ) |
Definition at line 134 of file masternodelist.cpp.
Referenced by on_startAllButton_clicked(), and on_startMissingButton_clicked().
|
slot |
Definition at line 180 of file masternodelist.cpp.
Referenced by updateMyNodeList().
|
slot |
Definition at line 219 of file masternodelist.cpp.
Referenced by MasternodeList(), on_UpdateButton_clicked(), StartAlias(), and StartAll().
|
slot |
Definition at line 250 of file masternodelist.cpp.
Referenced by MasternodeList(), and setClientModel().
|
private |
Definition at line 57 of file masternodelist.h.
Referenced by setClientModel().
|
private |
Definition at line 43 of file masternodelist.h.
Referenced by MasternodeList(), and showContextMenu().
|
private |
Definition at line 61 of file masternodelist.h.
Referenced by updateNodeList().
|
private |
Definition at line 64 of file masternodelist.h.
Referenced by on_startButton_clicked(), and updateMyNodeList().
|
private |
Definition at line 45 of file masternodelist.h.
Referenced by MasternodeList(), on_filterLineEdit_textChanged(), and updateNodeList().
|
private |
Definition at line 44 of file masternodelist.h.
Referenced by MasternodeList(), on_filterLineEdit_textChanged(), and updateNodeList().
|
private |
Definition at line 66 of file masternodelist.h.
Referenced by on_filterLineEdit_textChanged(), and updateNodeList().
|
private |
Definition at line 55 of file masternodelist.h.
Referenced by MasternodeList().
|
private |
Definition at line 56 of file masternodelist.h.
Referenced by MasternodeList(), on_filterLineEdit_textChanged(), on_startButton_clicked(), on_tableWidgetMyMasternodes_itemSelectionChanged(), showContextMenu(), updateMyMasternodeInfo(), updateMyNodeList(), updateNodeList(), and ~MasternodeList().
|
private |
Definition at line 58 of file masternodelist.h.
Referenced by on_startAllButton_clicked(), on_startButton_clicked(), on_startMissingButton_clicked(), and setWalletModel().