Skip to content

Commit 75ab40a

Browse files
author
wonder
committedFeb 13, 2008

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎python/core/qgsfeature.sip

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ class QgsFeature
6060
*/
6161
const QMap<int, QVariant> & attributeMap() const;
6262

63+
64+
/**Sets all the attributes in one go*/
65+
void setAttributeMap(const QMap<int, QVariant> & attributeMap);
66+
6367
/**
6468
* Add an attribute to the map
6569
*/

0 commit comments

Comments
 (0)
Please sign in to comment.