#include <PythonConsole.h>
Signals | |
void | textEntered () |
Public Member Functions | |
void | clear () |
QString | getText () const |
PythonInputField (QWidget *parent=0) | |
~PythonInputField () | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
void | showEvent (QShowEvent *e) |
Definition at line 162 of file PythonConsole.h.
PythonInputField::PythonInputField | ( | QWidget * | parent = 0 |
) |
Definition at line 1198 of file PythonConsole.cpp.
References clear(), draftlibs::fcgeo::connect(), and textEntered().
PythonInputField::~PythonInputField | ( | ) |
Definition at line 1230 of file PythonConsole.cpp.
void PythonInputField::changeEvent | ( | QEvent * | e | ) | [protected] |
Definition at line 1244 of file PythonConsole.cpp.
void PythonInputField::clear | ( | void | ) |
Definition at line 1239 of file PythonConsole.cpp.
Referenced by PythonInputField(), and Gui::PythonStdin::readline().
QString PythonInputField::getText | ( | ) | const |
Definition at line 1234 of file PythonConsole.cpp.
Referenced by Gui::PythonStdin::readline().
void PythonInputField::showEvent | ( | QShowEvent * | e | ) | [protected] |
Definition at line 1256 of file PythonConsole.cpp.
void Gui::PythonInputField::textEntered | ( | ) | [signal] |
Referenced by PythonInputField().