GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <QGo4CommandsHistory.h>
Signals | |
void | enterPressedSingal () |
Public Member Functions | |
QGo4CommandsHistory (QWidget *parent, const char *name=nullptr) | |
virtual | ~QGo4CommandsHistory () |
QStringList | getHistory (int max=50) |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *e) override |
Definition at line 25 of file QGo4CommandsHistory.h.
QGo4CommandsHistory::QGo4CommandsHistory | ( | QWidget * | parent, |
const char * | name = nullptr ) |
Definition at line 21 of file QGo4CommandsHistory.cpp.
References GO4_COMHIS_MAX.
|
virtual |
Definition at line 32 of file QGo4CommandsHistory.cpp.
|
signal |
References keyPressEvent().
Referenced by TGo4CommandLine::TGo4CommandLine(), TGo4AnalysisWindow::CreateCmdLine(), and keyPressEvent().
QStringList QGo4CommandsHistory::getHistory | ( | int | max = 50 | ) |
Definition at line 46 of file QGo4CommandsHistory.cpp.
|
overrideprotected |
Definition at line 36 of file QGo4CommandsHistory.cpp.
References enterPressedSingal(), and GO4_COMHIS_MAX.
Referenced by enterPressedSingal().