Local Bitcoin RPC console.
More...
#include <rpcconsole.h>
Local Bitcoin RPC console.
Definition at line 30 of file rpcconsole.h.
◆ ColumnWidths
| Enumerator |
|---|
| ADDRESS_COLUMN_WIDTH | |
| SUBVERSION_COLUMN_WIDTH | |
| PING_COLUMN_WIDTH | |
| BANSUBNET_COLUMN_WIDTH | |
| BANTIME_COLUMN_WIDTH | |
Definition at line 142 of file rpcconsole.h.
◆ MessageClass
| Enumerator |
|---|
| MC_ERROR | |
| MC_DEBUG | |
| CMD_REQUEST | |
| CMD_REPLY | |
| CMD_ERROR | |
Definition at line 40 of file rpcconsole.h.
◆ RPCConsole()
| RPCConsole::RPCConsole |
( |
QWidget * |
parent | ) |
|
|
explicit |
◆ ~RPCConsole()
| RPCConsole::~RPCConsole |
( |
| ) |
|
◆ banSelectedNode
| void RPCConsole::banSelectedNode |
( |
int |
bantime | ) |
|
|
slot |
◆ browseHistory
| void RPCConsole::browseHistory |
( |
int |
offset | ) |
|
|
slot |
◆ buildParameterlist()
| void RPCConsole::buildParameterlist |
( |
QString |
arg | ) |
|
|
private |
Build parameter list for restart.
Build command-line parameter list for restart.
Definition at line 585 of file rpcconsole.cpp.
◆ clear
| void RPCConsole::clear |
( |
| ) |
|
|
slot |
◆ clearSelectedNode
| void RPCConsole::clearSelectedNode |
( |
| ) |
|
|
privateslot |
◆ cmdRequest
| void RPCConsole::cmdRequest |
( |
const QString & |
command | ) |
|
|
signal |
◆ disconnectSelectedNode
| void RPCConsole::disconnectSelectedNode |
( |
| ) |
|
|
slot |
Disconnect a selected node on the Peers tab.
Definition at line 1003 of file rpcconsole.cpp.
◆ eventFilter()
| bool RPCConsole::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
protectedvirtual |
◆ handleRestart
| void RPCConsole::handleRestart |
( |
QStringList |
args | ) |
|
|
signal |
Get restart command-line parameters and handle restart.
◆ hideEvent
| void RPCConsole::hideEvent |
( |
QHideEvent * |
event | ) |
|
|
privateslot |
◆ message
| void RPCConsole::message |
( |
int |
category, |
|
|
const QString & |
message, |
|
|
bool |
html = false |
|
) |
| |
|
slot |
◆ on_lineEdit_returnPressed
| void RPCConsole::on_lineEdit_returnPressed |
( |
| ) |
|
|
privateslot |
◆ on_openDebugLogfileButton_clicked
| void RPCConsole::on_openDebugLogfileButton_clicked |
( |
| ) |
|
|
privateslot |
open the debug.log from the current datadir
Definition at line 765 of file rpcconsole.cpp.
◆ on_sldGraphRange_valueChanged
| void RPCConsole::on_sldGraphRange_valueChanged |
( |
int |
value | ) |
|
|
privateslot |
change the time range of the network traffic graph
Definition at line 776 of file rpcconsole.cpp.
◆ on_tabWidget_currentChanged
| void RPCConsole::on_tabWidget_currentChanged |
( |
int |
index | ) |
|
|
privateslot |
◆ peerLayoutChanged
| void RPCConsole::peerLayoutChanged |
( |
| ) |
|
|
slot |
◆ peerSelected
| void RPCConsole::peerSelected |
( |
const QItemSelection & |
selected, |
|
|
const QItemSelection & |
deselected |
|
) |
| |
|
slot |
Handle selection of peer in peers list.
Definition at line 835 of file rpcconsole.cpp.
◆ reject
| void RPCConsole::reject |
( |
| ) |
|
|
slot |
◆ resizeEvent
| void RPCConsole::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
privateslot |
◆ scrollToEnd
| void RPCConsole::scrollToEnd |
( |
| ) |
|
|
slot |
◆ setClientModel()
◆ setMasternodeCount
| void RPCConsole::setMasternodeCount |
( |
const QString & |
strMasternodes | ) |
|
|
slot |
Set number of masternodes shown in the UI.
Definition at line 692 of file rpcconsole.cpp.
◆ setNumBlocks
| void RPCConsole::setNumBlocks |
( |
int |
count | ) |
|
|
slot |
◆ setNumConnections
| void RPCConsole::setNumConnections |
( |
int |
count | ) |
|
|
slot |
Set number of connections shown in the UI.
Definition at line 671 of file rpcconsole.cpp.
◆ setTrafficGraphRange()
| void RPCConsole::setTrafficGraphRange |
( |
int |
mins | ) |
|
|
private |
◆ showBackups
| void RPCConsole::showBackups |
( |
| ) |
|
|
slot |
Show folder with wallet backups in default browser.
Definition at line 984 of file rpcconsole.cpp.
◆ showBanTableContextMenu
| void RPCConsole::showBanTableContextMenu |
( |
const QPoint & |
point | ) |
|
|
privateslot |
◆ showConfEditor
| void RPCConsole::showConfEditor |
( |
| ) |
|
|
slot |
Open external (default) editor with prcycoin.conf.
Definition at line 825 of file rpcconsole.cpp.
◆ showConsole
| void RPCConsole::showConsole |
( |
| ) |
|
|
slot |
◆ showDataDir
| void RPCConsole::showDataDir |
( |
| ) |
|
|
slot |
Show DataDir folder in default browser.
Definition at line 974 of file rpcconsole.cpp.
◆ showEvent
| void RPCConsole::showEvent |
( |
QShowEvent * |
event | ) |
|
|
privateslot |
◆ showInfo
| void RPCConsole::showInfo |
( |
| ) |
|
|
slot |
◆ showMNConfEditor
| void RPCConsole::showMNConfEditor |
( |
| ) |
|
|
slot |
Open external (default) editor with masternode.conf.
Definition at line 830 of file rpcconsole.cpp.
◆ showNetwork
| void RPCConsole::showNetwork |
( |
| ) |
|
|
slot |
◆ showOrHideBanTableIfRequired
| void RPCConsole::showOrHideBanTableIfRequired |
( |
| ) |
|
|
privateslot |
◆ showPeers
| void RPCConsole::showPeers |
( |
| ) |
|
|
slot |
◆ showPeersTableContextMenu
| void RPCConsole::showPeersTableContextMenu |
( |
const QPoint & |
point | ) |
|
|
privateslot |
Show custom context menu on Peers tab.
Definition at line 989 of file rpcconsole.cpp.
◆ showQtDir
| void RPCConsole::showQtDir |
( |
| ) |
|
|
slot |
Show Qt Dir folder in default browser.
Definition at line 979 of file rpcconsole.cpp.
◆ showRepair
| void RPCConsole::showRepair |
( |
| ) |
|
|
slot |
◆ startExecutor()
| void RPCConsole::startExecutor |
( |
| ) |
|
|
private |
◆ stopExecutor
| void RPCConsole::stopExecutor |
( |
| ) |
|
|
signal |
◆ unbanSelectedNode
| void RPCConsole::unbanSelectedNode |
( |
| ) |
|
|
slot |
◆ updateNodeDetail()
show detailed information on ui about selected node
Definition at line 897 of file rpcconsole.cpp.
◆ updateTrafficStats
| void RPCConsole::updateTrafficStats |
( |
quint64 |
totalBytesIn, |
|
|
quint64 |
totalBytesOut |
|
) |
| |
|
privateslot |
◆ walletReindex
| void RPCConsole::walletReindex |
( |
| ) |
|
|
slot |
◆ walletRescan
| void RPCConsole::walletRescan |
( |
| ) |
|
|
slot |
◆ walletResync
| void RPCConsole::walletResync |
( |
| ) |
|
|
slot |
◆ walletSalvage
| void RPCConsole::walletSalvage |
( |
| ) |
|
|
slot |
Wallet repair options.
Restart wallet with "-salvagewallet".
Definition at line 528 of file rpcconsole.cpp.
◆ walletUpgrade
| void RPCConsole::walletUpgrade |
( |
| ) |
|
|
slot |
◆ walletZaptxes1
| void RPCConsole::walletZaptxes1 |
( |
| ) |
|
|
slot |
Restart wallet with "-zapwallettxes=1".
Definition at line 540 of file rpcconsole.cpp.
◆ walletZaptxes2
| void RPCConsole::walletZaptxes2 |
( |
| ) |
|
|
slot |
Restart wallet with "-zapwallettxes=2".
Definition at line 546 of file rpcconsole.cpp.
◆ autoCompleter
| QCompleter* RPCConsole::autoCompleter |
|
private |
◆ banTableContextMenu
| QMenu* RPCConsole::banTableContextMenu |
|
private |
◆ cachedNodeid
| NodeId RPCConsole::cachedNodeid |
|
private |
◆ clientModel
◆ history
| QStringList RPCConsole::history |
|
private |
◆ historyPtr
| int RPCConsole::historyPtr |
|
private |
◆ peersTableContextMenu
| QMenu* RPCConsole::peersTableContextMenu |
|
private |
◆ rpcTimerInterface
◆ ui
| Ui::RPCConsole* RPCConsole::ui |
|
private |
The documentation for this class was generated from the following files: