![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <consolewidget.h>
Public Slots | |
| void | clear (bool clearHistory=true) |
| void | response (int category, const QString &message) |
Signals | |
| void | stopExecutor () |
| void | cmdCommandRequest (const QString &command) |
Signals inherited from PWidget | |
| void | message (const QString &title, const QString &body, unsigned int style, bool *ret=nullptr) |
| void | showHide (bool show) |
| bool | execDialog (QDialog *dialog, int xDiv=3, int yDiv=5) |
Public Member Functions | |
| SettingsConsoleWidget (PIVXGUI *_window, QWidget *parent=nullptr) | |
| ~SettingsConsoleWidget () | |
| void | loadClientModel () override |
| void | showEvent (QShowEvent *event) override |
| void | messageInternal (int category, const QString &message, bool html=false) |
| void | browseHistory (int offset) |
| Go forward or back in history. More... | |
| void | scrollToEnd () |
| Scroll console view to end. More... | |
| void | onCommandsClicked () |
Public Member Functions inherited from PWidget | |
| PWidget (PIVXGUI *_window=nullptr, QWidget *parent=nullptr) | |
| PWidget (PWidget *parent=nullptr) | |
| void | setClientModel (ClientModel *model) |
| void | setWalletModel (WalletModel *model) |
| PIVXGUI * | getWindow () |
| void | run (int type) override |
| void | onError (QString error, int type) override |
| void | inform (const QString &message) |
| void | emitMessage (const QString &title, const QString &message, unsigned int style, bool *ret=nullptr) |
| QString | translate (const char *msg) override |
Protected Slots | |
| void | changeTheme (bool isLightTheme, QString &theme) override |
Protected Slots inherited from PWidget | |
| virtual void | changeTheme (bool isLightTheme, QString &theme) |
| void | onChangeTheme (bool isLightTheme, QString &theme) |
Protected Member Functions | |
| virtual bool | eventFilter (QObject *obj, QEvent *event) override |
Protected Member Functions inherited from PWidget | |
| virtual void | loadWalletModel () |
| void | showHideOp (bool show) |
| bool | execute (int type, std::unique_ptr< WalletModel::UnlockContext > pctx=nullptr) |
| void | warn (const QString &title, const QString &message) |
| bool | ask (const QString &title, const QString &message) |
| void | showDialog (QDialog *dialog, int xDiv=3, int yDiv=5) |
Private Slots | |
| void | on_lineEdit_returnPressed () |
Private Member Functions | |
| void | startExecutor () |
Private Attributes | |
| Ui::SettingsConsoleWidget * | ui |
| QStringList | history |
| int | historyPtr |
| RPCTimerInterface * | rpcTimerInterface |
| QCompleter * | autoCompleter |
Additional Inherited Members | |
Protected Attributes inherited from PWidget | |
| PIVXGUI * | window = nullptr |
| ClientModel * | clientModel = nullptr |
| WalletModel * | walletModel = nullptr |
Definition at line 26 of file consolewidget.h.
|
explicit |
| SettingsConsoleWidget::~SettingsConsoleWidget | ( | ) |
| void SettingsConsoleWidget::browseHistory | ( | int | offset | ) |
Go forward or back in history.
Definition at line 294 of file consolewidget.cpp.
|
overrideprotectedslot |
Definition at line 338 of file consolewidget.cpp.
|
slot |
Definition at line 195 of file consolewidget.cpp.
|
signal |
|
overrideprotectedvirtual |
|
overridevirtual |
Reimplemented from PWidget.
Definition at line 166 of file consolewidget.cpp.
| void SettingsConsoleWidget::messageInternal | ( | int | category, |
| const QString & | message, | ||
| bool | html = false |
||
| ) |
Definition at line 233 of file consolewidget.cpp.
|
privateslot |
Definition at line 264 of file consolewidget.cpp.
| void SettingsConsoleWidget::onCommandsClicked | ( | ) |
Definition at line 363 of file consolewidget.cpp.
|
inlineslot |
Definition at line 39 of file consolewidget.h.
| void SettingsConsoleWidget::scrollToEnd | ( | ) |
Scroll console view to end.
Definition at line 331 of file consolewidget.cpp.
|
override |
Definition at line 190 of file consolewidget.cpp.
|
private |
|
signal |
|
private |
Definition at line 64 of file consolewidget.h.
|
private |
Definition at line 61 of file consolewidget.h.
|
private |
Definition at line 62 of file consolewidget.h.
|
private |
Definition at line 63 of file consolewidget.h.
|
private |
Definition at line 59 of file consolewidget.h.