#include <bitcoin-build-config.h>
#include <qt/rpcconsole.h>
#include <qt/forms/ui_debugwindow.h>
#include <chainparams.h>
#include <common/system.h>
#include <interfaces/node.h>
#include <node/connection_types.h>
#include <qt/bantablemodel.h>
#include <qt/clientmodel.h>
#include <qt/guiutil.h>
#include <qt/peertablesortproxy.h>
#include <qt/platformstyle.h>
#include <rpc/client.h>
#include <rpc/server.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <util/time.h>
#include <util/threadnames.h>
#include <univalue.h>
#include <QAbstractButton>
#include <QAbstractItemModel>
#include <QDateTime>
#include <QFont>
#include <QKeyEvent>
#include <QKeySequence>
#include <QLatin1String>
#include <QLocale>
#include <QMenu>
#include <QMessageBox>
#include <QScreen>
#include <QScrollBar>
#include <QSettings>
#include <QString>
#include <QStringList>
#include <QStyledItemDelegate>
#include <QTime>
#include <QTimer>
#include <QVariant>
#include <chrono>
#include <qt/rpcconsole.moc>
Go to the source code of this file.
|
| const QSize | FONT_RANGE (4, 40) |
| static QString | categoryClass (int category) |
| template<typename C, typename S, typename UnaryOp> |
| auto | Join (const C &container, const S &separator, UnaryOp unary_op) |
| | Join all container items.
|
◆ categoryClass()
| QString categoryClass |
( |
int | category | ) |
|
|
static |
◆ FONT_RANGE()
| const QSize FONT_RANGE |
( |
4 | , |
|
|
40 | ) |
◆ Join()
template<typename C, typename
S, typename UnaryOp>
| auto util::Join |
( |
const C & | container, |
|
|
const S & | separator, |
|
|
UnaryOp | unary_op ) |
Join all container items.
Typically used to concatenate strings but accepts containers with elements of any type.
- Parameters
-
| container | The items to join |
| separator | The separator |
| unary_op | Apply this operator to each item |
Definition at line 205 of file string.h.
◆ CONSOLE_HISTORY
| const int CONSOLE_HISTORY = 50 |
◆ fontSizeSettingsKey
| const char fontSizeSettingsKey[] = "consoleFontSize" |
◆ []
| const struct { ... } 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 |