#include <ExpressionCompleter.h>

Public Slots

void slotCompleteText (const QString &completionPrefix)
 
void slotTextChanged (const QString &text)
 

Signals

void textChanged2 (QString text, int pos)
 

Public Member Functions

bool completerActive () const
 
 ExpressionLineEdit (QWidget *parent=0, bool noProperty=false)
 
void hideCompleter ()
 
void setDocumentObject (const App::DocumentObject *currentDocObj)
 
void setNoProperty (bool enabled=true)
 

Protected Member Functions

void keyPressEvent (QKeyEvent *event)
 

Constructor & Destructor Documentation

◆ ExpressionLineEdit()

ExpressionLineEdit::ExpressionLineEdit ( QWidget parent = 0,
bool  noProperty = false 
)

References slotTextChanged().

Member Function Documentation

◆ completerActive()

bool ExpressionLineEdit::completerActive ( ) const

◆ hideCompleter()

void ExpressionLineEdit::hideCompleter ( )

◆ keyPressEvent()

void ExpressionLineEdit::keyPressEvent ( QKeyEvent *  event)
protected

◆ setDocumentObject()

void ExpressionLineEdit::setDocumentObject ( const App::DocumentObject currentDocObj)

◆ setNoProperty()

void ExpressionLineEdit::setNoProperty ( bool  enabled = true)

◆ slotCompleteText

void ExpressionLineEdit::slotCompleteText ( const QString &  completionPrefix)
slot

◆ slotTextChanged

void ExpressionLineEdit::slotTextChanged ( const QString &  text)
slot

References textChanged2().

Referenced by ExpressionLineEdit().

◆ textChanged2

void Gui::ExpressionLineEdit::textChanged2 ( QString  text,
int  pos 
)
signal

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