#include <TextEdit.h>
Public Member Functions | |
TextEdit (QWidget *parent=0) | |
Constructs a TextEdit which is a child of 'parent'. | |
virtual | ~TextEdit () |
Destroys the object and frees any allocated resources. | |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *) |
Set the approproriate item of the completion box or hide it, if needed. |
Definition at line 54 of file TextEdit.h.
TextEdit::TextEdit | ( | QWidget * | parent = 0 |
) |
Constructs a TextEdit which is a child of 'parent'.
Definition at line 41 of file TextEdit.cpp.
References draftlibs::fcgeo::connect().
TextEdit::~TextEdit | ( | ) | [virtual] |
Destroys the object and frees any allocated resources.
Definition at line 53 of file TextEdit.cpp.
void TextEdit::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
Set the approproriate item of the completion box or hide it, if needed.
Reimplemented in Gui::PythonConsole, and Gui::TextEditor.
Definition at line 60 of file TextEdit.cpp.