File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
python/core/auto_generated Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ Map keys should match values from the Qgis.FieldMetadataProperty enum.
183
183
184
184
.. seealso:: :py:func:`setMetadata`
185
185
186
- .. versionadded:: 3.30
186
+ .. versionadded:: 3.32
187
187
%End
188
188
189
189
@@ -193,7 +193,7 @@ Returns a specific metadata ``property``.
193
193
194
194
.. seealso:: :py:func:`setMetadata`
195
195
196
- .. versionadded:: 3.30
196
+ .. versionadded:: 3.32
197
197
%End
198
198
199
199
void setMetadata( const QMap< int, QVariant > metadata );
@@ -204,7 +204,7 @@ Map keys should match values from the Qgis.FieldMetadataProperty enum.
204
204
205
205
.. seealso:: :py:func:`metadata`
206
206
207
- .. versionadded:: 3.30
207
+ .. versionadded:: 3.32
208
208
%End
209
209
210
210
@@ -214,7 +214,7 @@ Sets a metadata ``property`` to ``value``.
214
214
215
215
.. seealso:: :py:func:`metadata`
216
216
217
- .. versionadded:: 3.30
217
+ .. versionadded:: 3.32
218
218
%End
219
219
220
220
bool isNumeric() const;
Original file line number Diff line number Diff line change @@ -223,23 +223,23 @@ class CORE_EXPORT QgsField
223
223
* Map keys should match values from the Qgis::FieldMetadataProperty enum.
224
224
*
225
225
* \see setMetadata()
226
- * \since QGIS 3.30
226
+ * \since QGIS 3.32
227
227
*/
228
228
QMap< int , QVariant > metadata () const ;
229
229
230
230
/* *
231
231
* Returns a specific metadata \a property.
232
232
*
233
233
* \see setMetadata()
234
- * \since QGIS 3.30
234
+ * \since QGIS 3.32
235
235
*/
236
236
QVariant metadata ( Qgis::FieldMetadataProperty property ) const SIP_SKIP;
237
237
238
238
/* *
239
239
* Returns a specific metadata \a property.
240
240
*
241
241
* \see setMetadata()
242
- * \since QGIS 3.30
242
+ * \since QGIS 3.32
243
243
*/
244
244
QVariant metadata ( int property ) const ;
245
245
@@ -249,23 +249,23 @@ class CORE_EXPORT QgsField
249
249
* Map keys should match values from the Qgis::FieldMetadataProperty enum.
250
250
*
251
251
* \see metadata()
252
- * \since QGIS 3.30
252
+ * \since QGIS 3.32
253
253
*/
254
254
void setMetadata ( const QMap< int , QVariant > metadata );
255
255
256
256
/* *
257
257
* Sets a metadata \a property to \a value.
258
258
*
259
259
* \see metadata()
260
- * \since QGIS 3.30
260
+ * \since QGIS 3.32
261
261
*/
262
262
void setMetadata ( Qgis::FieldMetadataProperty property, const QVariant &value ) SIP_SKIP;
263
263
264
264
/* *
265
265
* Sets a metadata \a property to \a value.
266
266
*
267
267
* \see metadata()
268
- * \since QGIS 3.30
268
+ * \since QGIS 3.32
269
269
*/
270
270
void setMetadata ( int property, const QVariant &value );
271
271
You can’t perform that action at this time.
0 commit comments