5 #ifndef BITCOIN_QT_RPCCONSOLE_H 6 #define BITCOIN_QT_RPCCONSOLE_H 59 virtual bool eventFilter(QObject* obj, QEvent *event);
84 void clear(
bool clearHistory =
true);
98 void message(
int category,
const QString &
message,
bool html =
false);
106 void setNumBlocks(
int count,
const QDateTime& blockDate,
double nVerificationProgress,
bool headers);
114 void peerSelected(
const QItemSelection &selected,
const QItemSelection &deselected);
171 #endif // BITCOIN_QT_RPCCONSOLE_H
void on_sldGraphRange_valueChanged(int value)
void peerSelected(const QItemSelection &selected, const QItemSelection &deselected)
void setFontSize(int newSize)
void updateNodeDetail(const CNodeCombinedStats *stats)
void buildParameterlist(QString arg)
void cmdRequest(const QString &command)
virtual bool eventFilter(QObject *obj, QEvent *event)
const PlatformStyle * platformStyle
void banSelectedNode(int bantime)
void setTabFocus(enum TabTypes tabType)
void setMempoolSize(long numberOfTxs, size_t dynUsage)
RPCConsole(const PlatformStyle *platformStyle, QWidget *parent)
void updateTrafficStats(quint64 totalBytesIn, quint64 totalBytesOut)
void showPeersTableContextMenu(const QPoint &point)
void on_lineEdit_returnPressed()
void showEvent(QShowEvent *event)
void setNumBlocks(int count, const QDateTime &blockDate, double nVerificationProgress, bool headers)
void disconnectSelectedNode()
void setClientModel(ClientModel *model)
void setTrafficGraphRange(TrafficGraphData::GraphRange range)
void handleRestart(QStringList args)
QCompleter * autoCompleter
QMenu * banTableContextMenu
void showOrHideBanTableIfRequired()
void browseHistory(int offset)
void updateNetworkState()
void resizeEvent(QResizeEvent *event)
void hideEvent(QHideEvent *event)
RPCTimerInterface * rpcTimerInterface
void on_tabWidget_currentChanged(int index)
void peerLayoutAboutToChange()
void setNetworkActive(bool networkActive)
QMenu * peersTableContextMenu
void showBanTableContextMenu(const QPoint &point)
void clear(bool clearHistory=true)
void keyPressEvent(QKeyEvent *)
static QString FormatBytes(quint64 bytes)
void setMasternodeCount(const QString &strMasternodes)
void setNumConnections(int count)
void on_openDebugLogfileButton_clicked()
void message(int category, const QString &message, bool html=false)
QList< NodeId > cachedNodeids
ClientModel * clientModel