45 virtual bool eventFilter(QObject* obj, QEvent *event);
63 void message(
int category,
const QString &
message,
bool html =
false);
73 void peerSelected(
const QItemSelection &selected,
const QItemSelection &deselected);
103 #endif // RPCCONSOLE_H
Local Anoncoin RPC console.
static QString FormatBytes(quint64 bytes)
void showEvent(QShowEvent *event)
void on_lineEdit_returnPressed()
void message(int category, const QString &message, bool html=false)
void scrollToEnd()
Scroll console view to end.
void on_tabWidget_currentChanged(int index)
void updateNodeDetail(const CNodeCombinedStats *stats)
show detailed information on ui about selected node
void setClientModel(ClientModel *model)
void resizeEvent(QResizeEvent *event)
void browseHistory(int offset)
Go forward or back in history.
void peerLayoutChanged()
Handle updated peer information.
void on_openDebugLogfileButton_clicked()
open the debug.log from the current datadir
Model for Anoncoin network client.
void hideEvent(QHideEvent *event)
ClientModel * clientModel
virtual bool eventFilter(QObject *obj, QEvent *event)
void setTrafficGraphRange(int mins)
RPCConsole(QWidget *parent)
void updateTrafficStats(quint64 totalBytesIn, quint64 totalBytesOut)
update traffic statistics
void setNumConnections(int count)
Set number of connections shown in the UI.
void on_sldGraphRange_valueChanged(int value)
change the time range of the network traffic graph
void peerSelected(const QItemSelection &selected, const QItemSelection &deselected)
Handle selection of peer in peers list.
void setNumBlocks(int count)
Set number of blocks shown in the UI.
void cmdRequest(const QString &command)