@@ -2329,7 +2329,7 @@ by the backend data provider).
2329
2329
2330
2330
void selectionChanged( const QgsFeatureIds &selected, const QgsFeatureIds &deselected, bool clearAndSelect );
2331
2331
%Docstring
2332
- This signal is emitted when selection was changed
2332
+ Emitted when selection was changed
2333
2333
2334
2334
:param selected: Newly selected feature ids
2335
2335
:param deselected: Ids of all features which have previously been selected but are not any more
@@ -2338,7 +2338,7 @@ This signal is emitted when selection was changed
2338
2338
2339
2339
void layerModified();
2340
2340
%Docstring
2341
- This signal is emitted when modifications has been done on layer
2341
+ Emitted when modifications has been done on layer
2342
2342
%End
2343
2343
2344
2344
void allowCommitChanged();
@@ -2350,37 +2350,37 @@ Emitted whenever the allowCommitChanged() property of this layer changes.
2350
2350
2351
2351
void beforeModifiedCheck() const;
2352
2352
%Docstring
2353
- Is emitted, when layer is checked for modifications. Use for last-minute additions
2353
+ Emitted when the layer is checked for modifications. Use for last-minute additions.
2354
2354
%End
2355
2355
2356
2356
void beforeEditingStarted();
2357
2357
%Docstring
2358
- Is emitted, before editing on this layer is started
2358
+ Emitted before editing on this layer is started.
2359
2359
%End
2360
2360
2361
2361
void editingStarted();
2362
2362
%Docstring
2363
- Is emitted, when editing on this layer has started
2363
+ Emitted when editing on this layer has started.
2364
2364
%End
2365
2365
2366
2366
void editingStopped();
2367
2367
%Docstring
2368
- Is emitted, when edited changes successfully have been written to the data provider
2368
+ Emitted when edited changes have been successfully written to the data provider.
2369
2369
%End
2370
2370
2371
2371
void beforeCommitChanges();
2372
2372
%Docstring
2373
- Is emitted, before changes are committed to the data provider
2373
+ Emitted before changes are committed to the data provider.
2374
2374
%End
2375
2375
2376
2376
void beforeRollBack();
2377
2377
%Docstring
2378
- Is emitted, before changes are rolled back
2378
+ Emitted before changes are rolled back.
2379
2379
%End
2380
2380
2381
2381
void afterRollBack();
2382
2382
%Docstring
2383
- Is emitted, after changes are rolled back
2383
+ Emitted after changes are rolled back.
2384
2384
2385
2385
.. versionadded:: 3.4
2386
2386
%End
@@ -2451,7 +2451,7 @@ If features are deleted outside of an edit command, this signal will be emitted
2451
2451
2452
2452
void updatedFields();
2453
2453
%Docstring
2454
- Is emitted, whenever the fields available from this layer have been changed.
2454
+ Emitted whenever the fields available from this layer have been changed.
2455
2455
This can be due to manually adding attributes or due to a join.
2456
2456
%End
2457
2457
@@ -2464,7 +2464,7 @@ Emitted when the layer's subset string has changed.
2464
2464
2465
2465
void attributeValueChanged( QgsFeatureId fid, int idx, const QVariant &value );
2466
2466
%Docstring
2467
- Is emitted whenever an attribute value change is done in the edit buffer.
2467
+ Emitted whenever an attribute value change is done in the edit buffer.
2468
2468
Note that at this point the attribute change is not yet saved to the provider.
2469
2469
2470
2470
:param fid: The id of the changed feature
@@ -2474,7 +2474,7 @@ Note that at this point the attribute change is not yet saved to the provider.
2474
2474
2475
2475
void geometryChanged( QgsFeatureId fid, const QgsGeometry &geometry );
2476
2476
%Docstring
2477
- Is emitted whenever a geometry change is done in the edit buffer.
2477
+ Emitted whenever a geometry change is done in the edit buffer.
2478
2478
Note that at this point the geometry change is not yet saved to the provider.
2479
2479
2480
2480
:param fid: The id of the changed feature
@@ -2483,27 +2483,27 @@ Note that at this point the geometry change is not yet saved to the provider.
2483
2483
2484
2484
void committedAttributesDeleted( const QString &layerId, const QgsAttributeList &deletedAttributes );
2485
2485
%Docstring
2486
- This signal is emitted, when attributes are deleted from the provider
2486
+ Emitted when attributes are deleted from the provider
2487
2487
%End
2488
2488
void committedAttributesAdded( const QString &layerId, const QList<QgsField> &addedAttributes );
2489
2489
%Docstring
2490
- This signal is emitted, when attributes are added to the provider
2490
+ Emitted when attributes are added to the provider
2491
2491
%End
2492
2492
void committedFeaturesAdded( const QString &layerId, const QgsFeatureList &addedFeatures );
2493
2493
%Docstring
2494
- This signal is emitted, when features are added to the provider
2494
+ Emitted when features are added to the provider
2495
2495
%End
2496
2496
void committedFeaturesRemoved( const QString &layerId, const QgsFeatureIds &deletedFeatureIds );
2497
2497
%Docstring
2498
- This signal is emitted, when features are deleted from the provider
2498
+ Emitted when features are deleted from the provider
2499
2499
%End
2500
2500
void committedAttributeValuesChanges( const QString &layerId, const QgsChangedAttributesMap &changedAttributesValues );
2501
2501
%Docstring
2502
- This signal is emitted, when attribute value changes are saved to the provider
2502
+ Emitted when attribute value changes are saved to the provider
2503
2503
%End
2504
2504
void committedGeometriesChanges( const QString &layerId, const QgsGeometryMap &changedGeometries );
2505
2505
%Docstring
2506
- This signal is emitted, when geometry changes are saved to the provider
2506
+ Emitted when geometry changes are saved to the provider
2507
2507
%End
2508
2508
2509
2509
void labelingFontNotFound( QgsVectorLayer *layer, const QString &fontfamily );
0 commit comments