QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
#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 78 of file qgssmartgroupeditordialog.cpp.
|
slot |
function to create a new ConditionBox and update UI
Definition at line 103 of file qgssmartgroupeditordialog.cpp.
QgsSmartConditionMap QgsSmartGroupEditorDialog::conditionMap | ( | ) |
returns the condition map
Definition at line 140 of file qgssmartgroupeditordialog.cpp.
QString QgsSmartGroupEditorDialog::conditionOperator | ( | ) |
returns the AND/OR condition
Definition at line 152 of file qgssmartgroupeditordialog.cpp.
|
slot |
slot to remove the condition with id int
Definition at line 125 of file qgssmartgroupeditordialog.cpp.
void QgsSmartGroupEditorDialog::setConditionMap | ( | const QgsSmartConditionMap & | map | ) |
sets up the GUI for the given conditionmap
Definition at line 157 of file qgssmartgroupeditordialog.cpp.
void QgsSmartGroupEditorDialog::setOperator | ( | const QString & | op | ) |
sets the operator AND/OR
Definition at line 186 of file qgssmartgroupeditordialog.cpp.
void QgsSmartGroupEditorDialog::setSmartgroupName | ( | const QString & | name | ) |
sets the smart group Name
Definition at line 191 of file qgssmartgroupeditordialog.cpp.
QString QgsSmartGroupEditorDialog::smartgroupName | ( | ) |
returns the value from mNameLineEdit
Definition at line 98 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.