 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file. 1 #ifndef MASTERNODELIST_H
2 #define MASTERNODELIST_H
17 #define MY_MASTERNODELIST_UPDATE_SECONDS 60
18 #define MASTERNODELIST_UPDATE_SECONDS 15
19 #define MASTERNODELIST_FILTER_COOLDOWN_SECONDS 3
47 void StartAll(std::string strCommand =
"start-all");
62 Ui::MasternodeList*
ui;
77 #endif // MASTERNODELIST_H
void on_startAllButton_clicked()
void on_tableWidgetMyMasternodes_itemSelectionChanged()
void updateMyNodeList(bool fForce=false)
Interface to Bitcoin wallet from Qt view code.
ClientModel * clientModel
void setWalletModel(WalletModel *walletModel)
void showContextMenu(const QPoint &)
RecursiveMutex cs_mnlistupdate
MasternodeList(QWidget *parent=0)
void on_startButton_clicked()
void on_UpdateButton_clicked()
Masternode Manager page widget.
void updateMyMasternodeInfo(QString strAlias, QString strAddr, CMasternode *pmn)
void StartAll(std::string strCommand="start-all")
int64_t nTimeFilterUpdated
Model for PRCY network client.
void StartAlias(std::string strAlias)
void on_startMissingButton_clicked()
virtual void resizeEvent(QResizeEvent *event)
WalletModel * walletModel
void setClientModel(ClientModel *clientModel)