![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include "rpcconsole.h"#include "ui_rpcconsole.h"#include "clientmodel.h"#include "guiutil.h"#include "rpcserver.h"#include "rpcclient.h"#include "json/json_spirit_value.h"#include <openssl/crypto.h>#include <QKeyEvent>#include <QScrollBar>#include <QThread>#include <QTime>#include <QUrl>#include "rpcconsole.moc"
Include dependency graph for rpcconsole.cpp:Go to the source code of this file.
Classes | |
| class | RPCExecutor |
Functions | |
| const QSize | ICON_SIZE (24, 24) |
| bool | parseCommandLine (std::vector< std::string > &args, const std::string &strCommand) |
| Split shell command line into a list of arguments. More... | |
| static QString | categoryClass (int category) |
Variables | |
| const int | CONSOLE_HISTORY = 50 |
| const int | INITIAL_TRAFFIC_GRAPH_MINS = 30 |
| struct { | |
| const char * url | |
| const char * source | |
| } | ICON_MAPPING [] |
|
static |
Definition at line 290 of file rpcconsole.cpp.
References RPCConsole::CMD_ERROR, RPCConsole::CMD_REPLY, and RPCConsole::CMD_REQUEST.
Referenced by RPCConsole::message().
Here is the caller graph for this function:| const QSize ICON_SIZE | ( | 24 | , |
| 24 | |||
| ) |
| bool parseCommandLine | ( | std::vector< std::string > & | args, |
| const std::string & | strCommand | ||
| ) |
Split shell command line into a list of arguments.
Aims to emulate bash and friends.
\ is used as escape character" and backslashes before a \c " or another backslash| [out] | args | Parsed arguments will be appended to this list |
| [in] | strCommand | Command line to split |
Definition at line 74 of file rpcconsole.cpp.
Referenced by RPCExecutor::request().
Here is the caller graph for this function:| const int CONSOLE_HISTORY = 50 |
Definition at line 29 of file rpcconsole.cpp.
Referenced by RPCConsole::on_lineEdit_returnPressed().
| const { ... } ICON_MAPPING[] |
Referenced by RPCConsole::clear().
| const int INITIAL_TRAFFIC_GRAPH_MINS = 30 |
Definition at line 32 of file rpcconsole.cpp.
| const char* source |
Definition at line 36 of file rpcconsole.cpp.
Referenced by AppInit2(), RPCConsole::clear(), payments::Output::MergeFrom(), payments::PaymentDetails::MergeFrom(), payments::PaymentRequest::MergeFrom(), payments::X509Certificates::MergeFrom(), payments::Payment::MergeFrom(), payments::PaymentACK::MergeFrom(), and parseTransaction().
| const char* url |
Definition at line 35 of file rpcconsole.cpp.
Referenced by RPCConsole::clear(), CMPTransaction::interpretPacket(), and CMPTransaction::step2_SmartProperty().
1.8.8