Skip to content

Commit

Permalink
auto sipify 🍺
Browse files Browse the repository at this point in the history
  • Loading branch information
qgis-bot committed Sep 16, 2024
1 parent 3360007 commit e9798f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
4 changes: 0 additions & 4 deletions python/PyQt6/core/auto_generated/qgsclipper.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ magnitude of the screen coordinates (+/- 32768, i.e. 16 bit integer).
ZMin,
};

%If (!ARM) // Not available on ARM sip bindings because of qreal issues

static void trimFeature( QVector<double> &x,
QVector<double> &y,
bool shapeOpen );
Expand All @@ -65,8 +63,6 @@ an open shape (linestring).
.. note::

not available in Python bindings on android
%End

%End

static void trimPolygon( QPolygonF &pts, const QgsRectangle &clipRect );
Expand Down
10 changes: 5 additions & 5 deletions python/PyQt6/core/class_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2309,11 +2309,11 @@ QgsClassificationStandardDeviation: src/core/classification/qgsclassificationsta
QgsClipToMinMaxEnhancement.enhance: src/core/raster/qgscliptominmaxenhancement.h#L39
QgsClipToMinMaxEnhancement.isValueInDisplayableRange: src/core/raster/qgscliptominmaxenhancement.h#L41
QgsClipToMinMaxEnhancement: src/core/raster/qgscliptominmaxenhancement.h#L33
QgsClipper.clipLineSegment: src/core/qgsclipper.h#L165
QgsClipper.clippedLine: src/core/qgsclipper.h#L137
QgsClipper.clippedLine: src/core/qgsclipper.h#L146
QgsClipper.trimFeature: src/core/qgsclipper.h#L102
QgsClipper.trimPolygon: src/core/qgsclipper.h#L114
QgsClipper.clipLineSegment: src/core/qgsclipper.h#L161
QgsClipper.clippedLine: src/core/qgsclipper.h#L133
QgsClipper.clippedLine: src/core/qgsclipper.h#L142
QgsClipper.trimFeature: src/core/qgsclipper.h#L100
QgsClipper.trimPolygon: src/core/qgsclipper.h#L110
QgsClipper: src/core/qgsclipper.h#L50
QgsCodedFieldDomain.__repr__: src/core/vector/qgsfielddomain.h#L295
QgsCodedFieldDomain.clone: src/core/vector/qgsfielddomain.h#L278
Expand Down
4 changes: 0 additions & 4 deletions python/core/auto_generated/qgsclipper.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ magnitude of the screen coordinates (+/- 32768, i.e. 16 bit integer).
ZMin,
};

%If (!ARM) // Not available on ARM sip bindings because of qreal issues

static void trimFeature( QVector<double> &x,
QVector<double> &y,
bool shapeOpen );
Expand All @@ -65,8 +63,6 @@ an open shape (linestring).
.. note::

not available in Python bindings on android
%End

%End

static void trimPolygon( QPolygonF &pts, const QgsRectangle &clipRect );
Expand Down
10 changes: 5 additions & 5 deletions python/core/class_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2309,11 +2309,11 @@ QgsClassificationStandardDeviation: src/core/classification/qgsclassificationsta
QgsClipToMinMaxEnhancement.enhance: src/core/raster/qgscliptominmaxenhancement.h#L39
QgsClipToMinMaxEnhancement.isValueInDisplayableRange: src/core/raster/qgscliptominmaxenhancement.h#L41
QgsClipToMinMaxEnhancement: src/core/raster/qgscliptominmaxenhancement.h#L33
QgsClipper.clipLineSegment: src/core/qgsclipper.h#L165
QgsClipper.clippedLine: src/core/qgsclipper.h#L137
QgsClipper.clippedLine: src/core/qgsclipper.h#L146
QgsClipper.trimFeature: src/core/qgsclipper.h#L102
QgsClipper.trimPolygon: src/core/qgsclipper.h#L114
QgsClipper.clipLineSegment: src/core/qgsclipper.h#L161
QgsClipper.clippedLine: src/core/qgsclipper.h#L133
QgsClipper.clippedLine: src/core/qgsclipper.h#L142
QgsClipper.trimFeature: src/core/qgsclipper.h#L100
QgsClipper.trimPolygon: src/core/qgsclipper.h#L110
QgsClipper: src/core/qgsclipper.h#L50
QgsCodedFieldDomain.__repr__: src/core/vector/qgsfielddomain.h#L295
QgsCodedFieldDomain.clone: src/core/vector/qgsfielddomain.h#L278
Expand Down

0 comments on commit e9798f0

Please sign in to comment.