File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
python/core/auto_generated/symbology Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -85,14 +85,6 @@ Adds a new tag and returns the tag's id
85
85
:return: returns an int, which is the DB id of the new tag created, 0 if the tag couldn't be created
86
86
%End
87
87
88
- int addSmartgroup( const QString &name, const QString &op, const QgsSmartConditionMap &conditions );
89
- %Docstring
90
- Adds a new smartgroup to the database and returns the id
91
-
92
- :param name: is the name of the new Smart Group to be added
93
- :param op: is the operator between the conditions; AND/OR as QString
94
- :param conditions: are the smart group conditions
95
- %End
96
88
97
89
QStringList tags() const;
98
90
%Docstring
Original file line number Diff line number Diff line change @@ -135,8 +135,10 @@ class CORE_EXPORT QgsStyle : public QObject
135
135
* \param name is the name of the new Smart Group to be added
136
136
* \param op is the operator between the conditions; AND/OR as QString
137
137
* \param conditions are the smart group conditions
138
+ *
139
+ * \note Not available from Python bindings
138
140
*/
139
- int addSmartgroup ( const QString &name, const QString &op, const QgsSmartConditionMap &conditions );
141
+ int addSmartgroup ( const QString &name, const QString &op, const QgsSmartConditionMap &conditions ) SIP_SKIP ;
140
142
141
143
/* *
142
144
* Returns a list of all tags in the style database
You can’t perform that action at this time.
0 commit comments