Local Bitcoin RPC console.
More...
#include <rpcconsole.h>
Local Bitcoin RPC console.
Definition at line 12 of file rpcconsole.h.
Enumerator |
---|
MC_ERROR |
|
MC_DEBUG |
|
CMD_REQUEST |
|
CMD_REPLY |
|
CMD_ERROR |
|
Definition at line 22 of file rpcconsole.h.
RPCConsole::RPCConsole |
( |
QWidget * |
parent = 0 | ) |
|
|
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 |
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 414 of file rpcconsole.cpp.
void RPCConsole::on_showCLOptionsButton_clicked |
( |
| ) |
|
|
privateslot |
display messagebox with program parameters (same as bitcoin-qt –help)
Definition at line 425 of file rpcconsole.cpp.
void RPCConsole::on_tabWidget_currentChanged |
( |
int |
index | ) |
|
|
privateslot |
void RPCConsole::scrollToEnd |
( |
| ) |
|
|
slot |
void RPCConsole::setNumBlocks |
( |
int |
count, |
|
|
int |
countOfPeers |
|
) |
| |
|
slot |
void RPCConsole::setNumConnections |
( |
int |
count | ) |
|
|
slot |
Set number of connections shown in the UI.
Definition at line 332 of file rpcconsole.cpp.
void RPCConsole::startExecutor |
( |
| ) |
|
|
private |
void RPCConsole::stopExecutor |
( |
| ) |
|
|
signal |
QStringList RPCConsole::history |
|
private |
int RPCConsole::historyPtr |
|
private |
Ui::RPCConsole* RPCConsole::ui |
|
private |
The documentation for this class was generated from the following files: