Gui::TextEdit Class Reference
#include <TextEdit.h>
Public Member Functions | |
TextEdit (QWidget *parent=0) | |
Constructs a TextEdit which is a child of 'parent'. More... | |
virtual | ~TextEdit () |
Destroys the object and frees any allocated resources. More... | |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *) |
Set the approproriate item of the completion box or hide it, if needed. More... | |
Constructor & Destructor Documentation
◆ TextEdit()
TextEdit::TextEdit | ( | QWidget * | parent = 0 | ) |
Constructs a TextEdit which is a child of 'parent'.
References draftgeoutils.intersections::connect().
◆ ~TextEdit()
|
virtual |
Destroys the object and frees any allocated resources.
Member Function Documentation
◆ keyPressEvent()
|
protected |
Set the approproriate item of the completion box or hide it, if needed.
Referenced by Gui::PythonConsole::keyPressEvent(), and Gui::TextEditor::keyPressEvent().
The documentation for this class was generated from the following files:
- Sources/FreeCAD/src/Gui/TextEdit.h
- Sources/FreeCAD/src/Gui/TextEdit.cpp