pqExpressionsWidget is a widget to edit expression. More...
#include <pqExpressionsWidget.h>
Inherits QWidget.
Public Slots | |
void | clear () |
Clear the expression from the line edit. More... | |
Public Member Functions | |
pqExpressionsWidget (QWidget *parent=nullptr, const QString &groupName="") | |
~pqExpressionsWidget () override=default | |
pqOneLinerTextEdit * | lineEdit () |
Get the internal line edit. More... | |
void | setupButtons (const QString &groupName) |
Set buttons up for "groupName" expressions group. More... | |
pqExpressionsWidget is a widget to edit expression.
It is a container for a line edit and buttons linked to the ExpressionsManager.
Definition at line 17 of file pqExpressionsWidget.h.
pqExpressionsWidget::pqExpressionsWidget | ( | QWidget * | parent = nullptr , |
const QString & | groupName = "" |
||
) |
|
overridedefault |
pqOneLinerTextEdit* pqExpressionsWidget::lineEdit | ( | ) |
Get the internal line edit.
void pqExpressionsWidget::setupButtons | ( | const QString & | groupName | ) |
Set buttons up for "groupName" expressions group.
|
slot |
Clear the expression from the line edit.