| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
#include <qgssmartgroupeditordialog.h>

| Public Slots | |
| void | destruct () | 
| Signals | |
| void | removed (int) | 
| Public Member Functions | |
| QgsSmartGroupCondition (int id, QWidget *parent=nullptr) | |
| QString | constraint () | 
| returns the constraint key  More... | |
| void | hideRemoveButton (bool hide) | 
| sets the remove button hidden state to 'hide'  More... | |
| QString | parameter () | 
| returns the parameter  More... | |
| void | setConstraint (const QString &constraint) | 
| sets the given constraint  More... | |
| void | setParameter (const QString ¶m) | 
| sets the given param  More... | |
| Protected Attributes | |
| int | mConditionId | 
Definition at line 27 of file qgssmartgroupeditordialog.h.
| QgsSmartGroupCondition::QgsSmartGroupCondition | ( | int | id, | 
| QWidget * | parent = nullptr | ||
| ) | 
Definition at line 28 of file qgssmartgroupeditordialog.cpp.
| QString QgsSmartGroupCondition::constraint | ( | ) | 
returns the constraint key
Definition at line 49 of file qgssmartgroupeditordialog.cpp.
| 
 | slot | 
Definition at line 44 of file qgssmartgroupeditordialog.cpp.
| void QgsSmartGroupCondition::hideRemoveButton | ( | bool | hide | ) | 
sets the remove button hidden state to 'hide'
Definition at line 69 of file qgssmartgroupeditordialog.cpp.
| QString QgsSmartGroupCondition::parameter | ( | ) | 
returns the parameter
Definition at line 54 of file qgssmartgroupeditordialog.cpp.
| 
 | signal | 
| void QgsSmartGroupCondition::setConstraint | ( | const QString & | constraint | ) | 
sets the given constraint
Definition at line 59 of file qgssmartgroupeditordialog.cpp.
| void QgsSmartGroupCondition::setParameter | ( | const QString & | param | ) | 
sets the given param
Definition at line 64 of file qgssmartgroupeditordialog.cpp.
| 
 | protected | 
Definition at line 56 of file qgssmartgroupeditordialog.h.