#include "rpcconsole.h"
#include "ui_rpcconsole.h"
#include "bantablemodel.h"
#include "clientmodel.h"
#include "peertablemodel.h"
#include "qt/rpcexecutor.h"
#include "walletmodel.h"
#include "chainparams.h"
#include "netbase.h"
#include "util/system.h"
#include <QDir>
#include <QKeyEvent>
#include <QMenu>
#include <QScrollBar>
#include <QThread>
#include <QTime>
#include <QStringList>
Go to the source code of this file.
◆ ICON_SIZE()
| const QSize ICON_SIZE |
( |
24 |
, |
|
|
24 |
|
|
) |
| |
◆ REINDEX()
| const QString REINDEX |
( |
"-reindex" |
| ) |
|
◆ RESCAN()
| const QString RESCAN |
( |
"-rescan" |
| ) |
|
◆ RESYNC()
| const QString RESYNC |
( |
"-resync" |
| ) |
|
◆ SALVAGEWALLET()
| const QString SALVAGEWALLET |
( |
"-salvagewallet" |
| ) |
|
◆ UPGRADEWALLET()
| const QString UPGRADEWALLET |
( |
"-upgradewallet" |
| ) |
|
◆ ZAPTXES1()
| const QString ZAPTXES1 |
( |
| ) |
|
◆ ZAPTXES2()
| const QString ZAPTXES2 |
( |
| ) |
|
◆ CONSOLE_HISTORY
| const int CONSOLE_HISTORY = 50 |
- Todo:
: add a scrollback limit, as there is currently none
: make it possible to filter out categories (esp debug messages when implemented)
: receive errors and debug messages through ClientModel
Definition at line 36 of file rpcconsole.cpp.
| const { ... } ICON_MAPPING[] |
Initial value:= {
{"cmd-request", ":/icons/tx_input"},
{"cmd-reply", ":/icons/tx_output"},
{"cmd-error", ":/icons/tx_output"},
{"misc", ":/icons/tx_inout"},
{nullptr, nullptr}}
◆ INITIAL_TRAFFIC_GRAPH_MINS
| const int INITIAL_TRAFFIC_GRAPH_MINS = 30 |
◆ source
◆ url