QGIS API Documentation
3.0.2-Girona (307d082)
|
#include <qgssmartgroupeditordialog.h>
Public Slots | |
void | addCondition () |
function to create a new ConditionBox and update UI More... | |
void | removeCondition (int) |
slot to remove the condition with id int More... | |
Public Member Functions | |
QgsSmartGroupEditorDialog (QgsStyle *style, QWidget *parent=nullptr) | |
QgsSmartConditionMap | conditionMap () |
returns the condition map More... | |
QString | conditionOperator () |
returns the AND/OR condition More... | |
void | setConditionMap (const QgsSmartConditionMap &) |
sets up the GUI for the given conditionmap More... | |
void | setOperator (const QString &) |
sets the operator AND/OR More... | |
void | setSmartgroupName (const QString &) |
sets the smart group Name More... | |
QString | smartgroupName () |
returns the value from mNameLineEdit More... | |
Protected Attributes | |
int | mCondCount |
QMap< int, QgsSmartGroupCondition * > | mConditionMap |
QGridLayout * | mLayout = nullptr |
QgsStyle * | mStyle = nullptr |
Definition at line 71 of file qgssmartgroupeditordialog.h.
QgsSmartGroupEditorDialog::QgsSmartGroupEditorDialog | ( | QgsStyle * | style, |
QWidget * | parent = nullptr |
||
) |
Definition at line 77 of file qgssmartgroupeditordialog.cpp.
|
slot |
function to create a new ConditionBox and update UI
Definition at line 100 of file qgssmartgroupeditordialog.cpp.
QgsSmartConditionMap QgsSmartGroupEditorDialog::conditionMap | ( | ) |
returns the condition map
Definition at line 137 of file qgssmartgroupeditordialog.cpp.
QString QgsSmartGroupEditorDialog::conditionOperator | ( | ) |
returns the AND/OR condition
Definition at line 149 of file qgssmartgroupeditordialog.cpp.
|
slot |
slot to remove the condition with id int
Definition at line 122 of file qgssmartgroupeditordialog.cpp.
void QgsSmartGroupEditorDialog::setConditionMap | ( | const QgsSmartConditionMap & | map | ) |
sets up the GUI for the given conditionmap
Definition at line 154 of file qgssmartgroupeditordialog.cpp.
void QgsSmartGroupEditorDialog::setOperator | ( | const QString & | op | ) |
sets the operator AND/OR
Definition at line 183 of file qgssmartgroupeditordialog.cpp.
void QgsSmartGroupEditorDialog::setSmartgroupName | ( | const QString & | name | ) |
sets the smart group Name
Definition at line 188 of file qgssmartgroupeditordialog.cpp.
QString QgsSmartGroupEditorDialog::smartgroupName | ( | ) |
returns the value from mNameLineEdit
Definition at line 95 of file qgssmartgroupeditordialog.cpp.
|
protected |
Definition at line 115 of file qgssmartgroupeditordialog.h.
|
protected |
Definition at line 117 of file qgssmartgroupeditordialog.h.
|
protected |
Definition at line 113 of file qgssmartgroupeditordialog.h.
|
protected |
Definition at line 111 of file qgssmartgroupeditordialog.h.