mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
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:
parent
8d62d5ae9a
commit
1151cee995
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user