|  | RobWorkProject
    23.9.11-
    | 
a widget that mimics console functionality for executing lua commands in a RobWorkStudio framework More...
#include <LuaConsoleWidget.hpp>
Inherits QTextEdit.
| Public Member Functions | |
| LuaConsoleWidget (QWidget *parent=0) | |
| constructor  More... | |
| virtual | ~LuaConsoleWidget () | 
| destructor | |
| void | reset () | 
| void | setLuaState (rwlibs::swig::LuaState *lstate) | 
| bool | event (QEvent *event) | 
| Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *e) | 
| virtual QString | interpretCommand (QString str, int *res) | 
a widget that mimics console functionality for executing lua commands in a RobWorkStudio framework
| LuaConsoleWidget | ( | QWidget * | parent = 0 | ) | 
constructor
| parent | [in] the Qt widget parent |