#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'.

◆ ~TextEdit()

TextEdit::~TextEdit ( )
virtual

Destroys the object and frees any allocated resources.

Member Function Documentation

◆ keyPressEvent()

void TextEdit::keyPressEvent ( QKeyEvent *  e)
protected

Set the approproriate item of the completion box or hide it, if needed.

Referenced by Gui::TextEditor::keyPressEvent(), and Gui::PythonConsole::keyPressEvent().


The documentation for this class was generated from the following files:
  • src/Gui/TextEdit.h
  • src/Gui/TextEdit.cpp