Implementation of the logger Widget. More...
#include <loggerWidget.hh>
Public Member Functions | |
| LoggerWidget (QWidget *parent=0) | |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *_event) |
| Grab key events before TextEdit. | |
Implementation of the logger Widget.
This class adds some special features to the textedit for the log window
Definition at line 55 of file loggerWidget.hh.
| void LoggerWidget::keyPressEvent | ( | QKeyEvent * | _event | ) | [protected] |
Grab key events before TextEdit.
This function grabs all key events and passes them back to the core to handle them correctly
Definition at line 53 of file loggerWidget.cc.