Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
rpcconsole.h
Go to the documentation of this file.
40 static bool RPCParseCommandLine(std::string &strResult, const std::string &strCommand, bool fExecute, std::string * const pstrFilteredOut = nullptr);
41 static bool RPCExecuteCommandLine(std::string &strResult, const std::string &strCommand, std::string * const pstrFilteredOut = nullptr) {
112 void setNumBlocks(int count, const QDateTime& blockDate, const QString& blockHash, double nVerificationProgress, bool headers);
Definition: rpcconsole.h:155
Definition: rpcconsole.h:59
Definition: peertablemodel.h:23
void message(int category, const QString &message, bool html=false)
Append the message to the message widget.
Definition: rpcconsole.cpp:873
static bool RPCExecuteCommandLine(std::string &strResult, const std::string &strCommand, std::string *const pstrFilteredOut=nullptr)
Definition: rpcconsole.h:41
void showPeersTableContextMenu(const QPoint &point)
Show custom context menu on Peers tab.
Definition: rpcconsole.cpp:1255
Definition: rpcconsole.h:56
Definition: addressbookpage.h:12
void setInstantSendLockCount(size_t count)
Set number of InstantSend locks.
Definition: rpcconsole.cpp:945
void setNetworkActive(bool networkActive)
Set network state shown in the UI.
Definition: rpcconsole.cpp:909
Definition: rpcconsole.h:52
Definition: rpcconsole.h:50
void handleRestart(QStringList args)
Get restart command-line parameters and handle restart.
void disconnectSelectedNode()
Disconnect a selected node on the Peers tab.
Definition: rpcconsole.cpp:1269
void updateNodeDetail(const CNodeCombinedStats *stats)
show detailed information on ui about selected node
Definition: rpcconsole.cpp:1162
void setNumBlocks(int count, const QDateTime &blockDate, const QString &blockHash, double nVerificationProgress, bool headers)
Set number of blocks, last block date and last block hash shown in the UI.
Definition: rpcconsole.cpp:914
Definition: rpcconsole.h:51
void updateMasternodeCount()
Update number of masternodes shown in the UI.
Definition: rpcconsole.cpp:923
Definition: rpcconsole.h:49
void buildParameterlist(QString arg)
Build parameter list for restart.
Definition: rpcconsole.cpp:805
Definition: rpcconsole.h:48
void setTabFocus(enum TabTypes tabType)
set which tab has the focus (is visible)
Definition: rpcconsole.cpp:1353
static bool RPCParseCommandLine(std::string &strResult, const std::string &strCommand, bool fExecute, std::string *const pstrFilteredOut=nullptr)
Split shell command line into a list of arguments and optionally execute the command(s).
Definition: rpcconsole.cpp:147
void updateNetworkState()
Update UI with latest network info from model.
Definition: rpcconsole.cpp:888
Definition: rpcconsole.h:157
void setTrafficGraphRange(TrafficGraphData::GraphRange range)
Definition: rpcconsole.cpp:1076
void on_openDebugLogfileButton_clicked()
open the debug.log from the current datadir
Definition: rpcconsole.cpp:1060
void on_stackedWidgetRPC_currentChanged(int index)
Definition: rpcconsole.cpp:1052
virtual bool eventFilter(QObject *obj, QEvent *event)
Definition: rpcconsole.cpp:539
Definition: rpcconsole.h:159
Definition: rpcconsole.h:57
void showOrHideBanTableIfRequired()
Hides ban table if no bans are present.
Definition: rpcconsole.cpp:1343
void setMempoolSize(long numberOfTxs, size_t dynUsage)
Set size (number of transactions and memory usage) of the mempool in the UI.
Definition: rpcconsole.cpp:935
void setButtonIcons()
Set required icons for buttons inside the dialog.
Definition: rpcconsole.cpp:1208
void setNumConnections(int count)
Set number of connections shown in the UI.
Definition: rpcconsole.cpp:901
void peerLayoutAboutToChange()
Handle selection caching before update.
Definition: rpcconsole.cpp:1094
void on_sldGraphRange_valueChanged(int value)
change the time range of the network traffic graph
Definition: rpcconsole.cpp:1071
void banSelectedNode(int bantime)
Ban a selected node on the Peers tab.
Definition: rpcconsole.cpp:1286
Definition: rpcconsole.h:58
Definition: rpcconsole.h:60
void peerSelected(const QItemSelection &selected, const QItemSelection &deselected)
Handle selection of peer in peers list.
Definition: rpcconsole.cpp:1082
void stopExecutor()
void cmdRequest(const QString &command)
void showBanTableContextMenu(const QPoint &point)
Show custom context menu on Bans tab.
Definition: rpcconsole.cpp:1262