 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_RPCCONSOLE_H
6 #define BITCOIN_QT_RPCCONSOLE_H
49 virtual bool eventFilter(QObject* obj, QEvent* event);
85 void message(
int category,
const QString&
message,
bool html =
false);
111 void peerSelected(
const QItemSelection& selected,
const QItemSelection& deselected);
161 #endif // BITCOIN_QT_RPCCONSOLE_H
void walletRescan()
Restart wallet with "-rescan".
void showNetwork()
Switch to network tab and show.
void buildParameterlist(QString arg)
Build parameter list for restart.
virtual bool eventFilter(QObject *obj, QEvent *event)
void setNumConnections(int count)
Set number of connections shown in the UI.
void setNumBlocks(int count)
Set number of blocks shown in the UI.
void walletReindex()
Restart wallet with "-reindex".
void showPeers()
Switch to peers tab and show.
void clearSelectedNode()
clear the selected node
void walletResync()
Restart wallet with "-resync".
void showOrHideBanTableIfRequired()
Hides ban table if no bans are present.
void showConsole()
Switch to console tab and show.
RPCConsole(QWidget *parent)
QCompleter * autoCompleter
void showConfEditor()
Open external (default) editor with prcycoin.conf.
void setTrafficGraphRange(int mins)
void walletZaptxes1()
Restart wallet with "-zapwallettxes=1".
void showEvent(QShowEvent *event)
void message(int category, const QString &message, bool html=false)
void peerLayoutChanged()
Handle updated peer information.
void updateTrafficStats(quint64 totalBytesIn, quint64 totalBytesOut)
update traffic statistics
void scrollToEnd()
Scroll console view to end.
void showInfo()
Switch to info tab and show.
void showPeersTableContextMenu(const QPoint &point)
Show custom context menu on Peers tab.
void showMNConfEditor()
Open external (default) editor with masternode.conf.
void showRepair()
Switch to wallet-repair tab and show.
void resizeEvent(QResizeEvent *event)
void on_tabWidget_currentChanged(int index)
void disconnectSelectedNode()
Disconnect a selected node on the Peers tab.
Local Bitcoin RPC console.
void walletZaptxes2()
Restart wallet with "-zapwallettxes=2".
void handleRestart(QStringList args)
Get restart command-line parameters and handle restart.
void showBanTableContextMenu(const QPoint &point)
Show custom context menu on Bans tab.
void showQtDir()
Show Qt Dir folder in default browser.
@ SUBVERSION_COLUMN_WIDTH
void showDataDir()
Show DataDir folder in default browser.
void updateNodeDetail(const CNodeCombinedStats *stats)
show detailed information on ui about selected node
Model for PRCY network client.
void showBackups()
Show folder with wallet backups in default browser.
void on_lineEdit_returnPressed()
QMenu * peersTableContextMenu
void hideEvent(QHideEvent *event)
void cmdRequest(const QString &command)
void on_openDebugLogfileButton_clicked()
open the debug.log from the current datadir
void setMasternodeCount(const QString &strMasternodes)
Set number of masternodes shown in the UI.
void walletSalvage()
Wallet repair options.
void browseHistory(int offset)
Go forward or back in history.
void on_sldGraphRange_valueChanged(int value)
change the time range of the network traffic graph
void setClientModel(ClientModel *model)
void walletUpgrade()
Restart wallet with "-upgradewallet".
void unbanSelectedNode()
Unban a selected node on the Bans tab.
RPCTimerInterface * rpcTimerInterface
void peerSelected(const QItemSelection &selected, const QItemSelection &deselected)
Handle selection of peer in peers list.
void banSelectedNode(int bantime)
Ban a selected node on the Peers tab.
ClientModel * clientModel
QMenu * banTableContextMenu