QGIS API Documentation
3.0.2-Girona (307d082)
|
#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 27 of file qgssmartgroupeditordialog.cpp.
QString QgsSmartGroupCondition::constraint | ( | ) |
returns the constraint key
Definition at line 48 of file qgssmartgroupeditordialog.cpp.
|
slot |
Definition at line 43 of file qgssmartgroupeditordialog.cpp.
void QgsSmartGroupCondition::hideRemoveButton | ( | bool | hide | ) |
sets the remove button hidden state to 'hide'
Definition at line 68 of file qgssmartgroupeditordialog.cpp.
QString QgsSmartGroupCondition::parameter | ( | ) |
returns the parameter
Definition at line 53 of file qgssmartgroupeditordialog.cpp.
|
signal |
void QgsSmartGroupCondition::setConstraint | ( | const QString & | constraint | ) |
sets the given constraint
Definition at line 58 of file qgssmartgroupeditordialog.cpp.
void QgsSmartGroupCondition::setParameter | ( | const QString & | param | ) |
sets the given param
Definition at line 63 of file qgssmartgroupeditordialog.cpp.
|
protected |
Definition at line 56 of file qgssmartgroupeditordialog.h.