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