Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more nodetool speedups & refactoring (fixes #4523)
[API] introduce signal QgsVectorLayer::geometryChanged() signal and use that
to reduce the need to reload the modified geometry.
  • Loading branch information
jef-n committed Jan 13, 2012
1 parent 0f4fe8e commit 9f4996f
Show file tree
Hide file tree
Showing 6 changed files with 456 additions and 534 deletions.
1 change: 1 addition & 0 deletions python/core/qgsvectorlayer.sip
Expand Up @@ -675,6 +675,7 @@ signals:
void layerDeleted();

void attributeValueChanged(qint64 fid, int idx, const QVariant &);
void geometryChanged(qint64 fid, QgsGeometry & );

/** Signals emitted after committing changes
\note added in v1.6 */
Expand Down

0 comments on commit 9f4996f

Please sign in to comment.