PIVX Core  5.6.99
P2P Digital Currency
Functions | Variables
rpcconsole.cpp File Reference
#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>
Include dependency graph for rpcconsole.cpp:

Go to the source code of this file.

Functions

const QSize ICON_SIZE (24, 24)
 
const QString SALVAGEWALLET ("-salvagewallet")
 
const QString RESCAN ("-rescan")
 
const QString ZAPTXES1 ("-zapwallettxes=1")
 
const QString ZAPTXES2 ("-zapwallettxes=2")
 
const QString UPGRADEWALLET ("-upgradewallet")
 
const QString REINDEX ("-reindex")
 
const QString RESYNC ("-resync")
 

Variables

const int CONSOLE_HISTORY = 50
 
const int INITIAL_TRAFFIC_GRAPH_MINS = 30
 
struct {
   const char *   url
 
   const char *   source
 
ICON_MAPPING []
 

Function Documentation

◆ ICON_SIZE()

const QSize ICON_SIZE ( 24  ,
24   
)
Here is the caller graph for this function:

◆ REINDEX()

const QString REINDEX ( "-reindex"  )
Here is the caller graph for this function:

◆ RESCAN()

const QString RESCAN ( "-rescan"  )
Here is the caller graph for this function:

◆ RESYNC()

const QString RESYNC ( "-resync"  )
Here is the caller graph for this function:

◆ SALVAGEWALLET()

const QString SALVAGEWALLET ( "-salvagewallet"  )
Here is the caller graph for this function:

◆ UPGRADEWALLET()

const QString UPGRADEWALLET ( "-upgradewallet"  )
Here is the caller graph for this function:

◆ ZAPTXES1()

const QString ZAPTXES1 ( )
Here is the caller graph for this function:

◆ ZAPTXES2()

const QString ZAPTXES2 ( )
Here is the caller graph for this function:

Variable Documentation

◆ 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

Definition at line 39 of file rpcconsole.cpp.

◆ source

const char* source

Definition at line 52 of file rpcconsole.cpp.

◆ url

const char* url

Definition at line 51 of file rpcconsole.cpp.