QGIS API Documentation
2.8.2-Wien
|
#include <qgssmartgroupeditordialog.h>
Public Slots | |
void | destruct () |
Signals | |
void | removed (int) |
Public Member Functions | |
QgsSmartGroupCondition (int id, QWidget *parent=NULL) | |
QString | constraint () |
returns the constraint key | |
void | hideRemoveButton (bool hide) |
sets the remove button hidden state to 'hide' | |
QString | parameter () |
returns the parameter | |
void | setConstraint (QString constraint) |
sets the given constraint | |
void | setParameter (QString param) |
sets the given param |
Protected Attributes | |
int | mConditionId |
Definition at line 21 of file qgssmartgroupeditordialog.h.
QgsSmartGroupCondition::QgsSmartGroupCondition | ( | int | id, |
QWidget * | parent = NULL |
||
) |
Definition at line 27 of file qgssmartgroupeditordialog.cpp.
QString QgsSmartGroupCondition::constraint | ( | ) |
returns the constraint key
Definition at line 50 of file qgssmartgroupeditordialog.cpp.
|
slot |
Definition at line 45 of file qgssmartgroupeditordialog.cpp.
void QgsSmartGroupCondition::hideRemoveButton | ( | bool | hide | ) |
sets the remove button hidden state to 'hide'
Definition at line 70 of file qgssmartgroupeditordialog.cpp.
QString QgsSmartGroupCondition::parameter | ( | ) |
returns the parameter
Definition at line 55 of file qgssmartgroupeditordialog.cpp.
|
signal |
void QgsSmartGroupCondition::setConstraint | ( | QString | constraint | ) |
sets the given constraint
Definition at line 60 of file qgssmartgroupeditordialog.cpp.
void QgsSmartGroupCondition::setParameter | ( | QString | param | ) |
sets the given param
Definition at line 65 of file qgssmartgroupeditordialog.cpp.
|
protected |
Definition at line 50 of file qgssmartgroupeditordialog.h.