#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 18 of file QGo4CommandsHistory.cpp.
QGo4CommandsHistory::~QGo4CommandsHistory | ( | ) | [virtual] |
Definition at line 29 of file QGo4CommandsHistory.cpp.
void QGo4CommandsHistory::enterPressedSingal | ( | ) | [signal] |
Referenced by keyPressEvent().
QStringList QGo4CommandsHistory::getHistory | ( | int | max = 50 |
) |
Definition at line 41 of file QGo4CommandsHistory.cpp.
Referenced by TGo4AnalysisWindow::CommandSlot().
void QGo4CommandsHistory::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 33 of file QGo4CommandsHistory.cpp.
References enterPressedSingal().