Entry for QgsVectorLayer::AddRing in the .sip file

git-svn-id: http://svn.osgeo.org/qgis/trunk@6957 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2007-05-22 15:17:31 +00:00
parent 8d62d5ae9a
commit 1151cee995

View File

@ -168,6 +168,11 @@ public:
*/
bool deleteSelectedFeatures();
/**Adds a ring to polygon/multipolygon features
@return 0 in case of success, 1 problem with feature type, 2 ring not closed, 3 ring not valid, 4 ring crosses \
existing rings, 5 no feature found where ring can be inserted*/
int addRing(const QList<QgsPoint>& ring);
/** Set labels on */
void setLabelOn( bool on );