You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/core/symbology-ng/qgsfillsymbollayerv2.sip
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -278,14 +278,14 @@ class QgsShapeburstFillSymbolLayerV2 : QgsFillSymbolLayerV2
278
278
* @see useWholeShape
279
279
* @see setMaxDistance
280
280
*/
281
-
void setUseWholeShape( double useWholeShape );
281
+
void setUseWholeShape( bool useWholeShape );
282
282
/**Returns whether the shapeburst fill is set to cover the entire shape.
283
283
* @returns True if shapeburst fill will cover the entire shape. If false, shapeburst is drawn to a distance of maxDistance from the polygon's boundary.
284
284
* @note added in 2.3
285
285
* @see setUseWholeShape
286
286
* @see maxDistance
287
287
*/
288
-
double useWholeShape() const;
288
+
bool useWholeShape() const;
289
289
290
290
/**Sets the maximum distance to shape inside of the shape from the polygon's boundary.
291
291
* @param maxDistance distance from boundary to shade. setUseWholeShape must be set to false for this parameter to take effect. Distance unit is controlled by setDistanceUnit.
@@ -379,13 +379,13 @@ class QgsShapeburstFillSymbolLayerV2 : QgsFillSymbolLayerV2
379
379
* @note added in 2.3
380
380
* @see ignoreRings
381
381
*/
382
-
void setIgnoreRings( double ignoreRings );
382
+
void setIgnoreRings( bool ignoreRings );
383
383
/**Returns whether the shapeburst fill is set to ignore polygon interior rings.
384
384
* @returns True if the shapeburst fill will ignore interior rings when calculating buffered shading.
385
385
* @note added in 2.3
386
386
* @see setIgnoreRings
387
387
*/
388
-
double ignoreRings() const;
388
+
bool ignoreRings() const;
389
389
390
390
/**Sets the offset for the shapeburst fill.
391
391
* @param offset QPointF indicating the horizontal/vertical offset amount
/**Returns whether the shapeburst fill is set to cover the entire shape.
364
364
* @returns True if shapeburst fill will cover the entire shape. If false, shapeburst is drawn to a distance of maxDistance from the polygon's boundary.
/**Sets the maximum distance to shape inside of the shape from the polygon's boundary.
372
372
* @param maxDistance distance from boundary to shade. setUseWholeShape must be set to false for this parameter to take effect. Distance unit is controlled by setDistanceUnit.
@@ -460,13 +460,13 @@ class CORE_EXPORT QgsShapeburstFillSymbolLayerV2 : public QgsFillSymbolLayerV2
0 commit comments