#include <LineEdit.h>
Signals | |
void | finishedWithKey (int key, Qt::KeyboardModifiers modifiers) |
Signals inherited from Gui::ExpressionLineEdit | |
void | textChanged2 (QString text, int pos) |
Public Member Functions | |
bool | event (QEvent *event) |
LineEdit (QWidget *parent=nullptr) | |
Public Member Functions inherited from Gui::ExpressionLineEdit | |
bool | completerActive () const |
ExpressionLineEdit (QWidget *parent=nullptr, bool noProperty=false, char checkPrefix=0, bool checkInList=true) | |
void | hideCompleter () |
void | setDocumentObject (const App::DocumentObject *currentDocObj, bool checkInList=true) |
void | setExactMatch (bool enabled=true) |
void | setNoProperty (bool enabled=true) |
void | setPrefix (char prefix) |
Additional Inherited Members | |
Public Slots inherited from Gui::ExpressionLineEdit | |
void | slotCompleteText (const QString &completionPrefix) |
void | slotTextChanged (const QString &text) |
Protected Member Functions inherited from Gui::ExpressionLineEdit | |
void | contextMenuEvent (QContextMenuEvent *event) |
void | keyPressEvent (QKeyEvent *event) |
|
explicit |
References Gui::ExpressionLineEdit::completerActive(), event(), and finishedWithKey().
Referenced by event().
|
signal |
Referenced by SpreadsheetGui::SpreadsheetDelegate::createEditor(), and event().