Local Anoncoin RPC console.
More...
#include <rpcconsole.h>
Local Anoncoin RPC console.
Definition at line 26 of file rpcconsole.h.
Enumerator |
---|
ADDRESS_COLUMN_WIDTH |
|
SUBVERSION_COLUMN_WIDTH |
|
PING_COLUMN_WIDTH |
|
Definition at line 89 of file rpcconsole.h.
Enumerator |
---|
MC_ERROR |
|
MC_DEBUG |
|
CMD_REQUEST |
|
CMD_REPLY |
|
CMD_ERROR |
|
Definition at line 36 of file rpcconsole.h.
RPCConsole::RPCConsole |
( |
QWidget * |
parent | ) |
|
|
explicit |
RPCConsole::~RPCConsole |
( |
| ) |
|
void RPCConsole::browseHistory |
( |
int |
offset | ) |
|
|
slot |
void RPCConsole::clear |
( |
| ) |
|
|
slot |
void RPCConsole::cmdRequest |
( |
const QString & |
command | ) |
|
|
signal |
bool RPCConsole::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
protectedvirtual |
QString RPCConsole::FormatBytes |
( |
quint64 |
bytes | ) |
|
|
staticprivate |
void RPCConsole::hideEvent |
( |
QHideEvent * |
event | ) |
|
|
privateslot |
void RPCConsole::message |
( |
int |
category, |
|
|
const QString & |
message, |
|
|
bool |
html = false |
|
) |
| |
|
slot |
void RPCConsole::on_lineEdit_returnPressed |
( |
| ) |
|
|
privateslot |
void RPCConsole::on_openDebugLogfileButton_clicked |
( |
| ) |
|
|
privateslot |
open the debug.log from the current datadir
Definition at line 488 of file rpcconsole.cpp.
void RPCConsole::on_sldGraphRange_valueChanged |
( |
int |
value | ) |
|
|
privateslot |
change the time range of the network traffic graph
Definition at line 499 of file rpcconsole.cpp.
void RPCConsole::on_tabWidget_currentChanged |
( |
int |
index | ) |
|
|
privateslot |
void RPCConsole::peerLayoutChanged |
( |
| ) |
|
|
slot |
void RPCConsole::peerSelected |
( |
const QItemSelection & |
selected, |
|
|
const QItemSelection & |
deselected |
|
) |
| |
|
slot |
Handle selection of peer in peers list.
Definition at line 540 of file rpcconsole.cpp.
void RPCConsole::reject |
( |
| ) |
|
|
slot |
void RPCConsole::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
privateslot |
void RPCConsole::scrollToEnd |
( |
| ) |
|
|
slot |
void RPCConsole::setNumBlocks |
( |
int |
count | ) |
|
|
slot |
void RPCConsole::setNumConnections |
( |
int |
count | ) |
|
|
slot |
Set number of connections shown in the UI.
Definition at line 401 of file rpcconsole.cpp.
void RPCConsole::setTrafficGraphRange |
( |
int |
mins | ) |
|
|
private |
void RPCConsole::showEvent |
( |
QShowEvent * |
event | ) |
|
|
privateslot |
void RPCConsole::startExecutor |
( |
| ) |
|
|
private |
void RPCConsole::stopExecutor |
( |
| ) |
|
|
signal |
show detailed information on ui about selected node
Definition at line 612 of file rpcconsole.cpp.
void RPCConsole::updateTrafficStats |
( |
quint64 |
totalBytesIn, |
|
|
quint64 |
totalBytesOut |
|
) |
| |
|
privateslot |
NodeId RPCConsole::cachedNodeid |
|
private |
QStringList RPCConsole::history |
|
private |
int RPCConsole::historyPtr |
|
private |
The documentation for this class was generated from the following files: