Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions | Variables
rpcconsole.cpp File Reference
#include <rpcconsole.h>
#include <ui_debugwindow.h>
#include <bantablemodel.h>
#include <clientmodel.h>
#include <guiutil.h>
#include <platformstyle.h>
#include <chainparams.h>
#include <netbase.h>
#include <rpc/server.h>
#include <rpc/client.h>
#include <util.h>
#include <styleSheet.h>
#include <openssl/crypto.h>
#include <univalue.h>
#include <QDesktopWidget>
#include <QKeyEvent>
#include <QMenu>
#include <QMessageBox>
#include <QScrollBar>
#include <QSettings>
#include <QSignalMapper>
#include <QThread>
#include <QTime>
#include <QTimer>
#include <QStringList>
#include <QStyledItemDelegate>
#include <QUrl>
#include <rpcconsole.moc>
Include dependency graph for rpcconsole.cpp:

Go to the source code of this file.

Classes

class  RPCExecutor
 
class  QtRPCTimerBase
 Class for handling RPC timers (used for e.g. More...
 
class  QtRPCTimerInterface
 

Functions

const QSize FONT_RANGE (4, 40)
 

Variables

const int CONSOLE_HISTORY = 50
 
const int INITIAL_TRAFFIC_GRAPH_MINS = 30
 
const char fontSizeSettingsKey [] = "consoleFontSize"
 
struct {
   const char *   url
 
   const char *   source
 
   PlatformStyle::TableColorType   type
 
ICON_MAPPING []
 

Function Documentation

const QSize FONT_RANGE ( ,
40   
)

Here is the caller graph for this function:

Variable Documentation

const int CONSOLE_HISTORY = 50

Definition at line 53 of file rpcconsole.cpp.

const char fontSizeSettingsKey[] = "consoleFontSize"

Definition at line 56 of file rpcconsole.cpp.

const { ... } ICON_MAPPING[]
Initial value:
= {
{"cmd-request", ":/icons/tx_input", PlatformStyle::Input},
{"cmd-reply", ":/icons/tx_output", PlatformStyle::Output},
{"cmd-error", ":/icons/tx_output", PlatformStyle::Error},
{"misc", ":/icons/tx_inout", PlatformStyle::Inout},
{NULL, NULL, PlatformStyle::Inout}
}
const int INITIAL_TRAFFIC_GRAPH_MINS = 30

Definition at line 54 of file rpcconsole.cpp.

const char* source

Definition at line 60 of file rpcconsole.cpp.

Definition at line 61 of file rpcconsole.cpp.

const char* url

Definition at line 59 of file rpcconsole.cpp.