File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ class QgsComposerScaleBar: QgsComposerItem
106
106
107
107
/**Returns the x - positions of the segment borders (in item coordinates) and the width
108
108
of the segment*/
109
+ %If (!ANDROID)
109
110
void segmentPositions( QList<QPair<double, double> >& posWidthList ) const;
111
+ %End
110
112
111
113
/**Sets box size suitable to content*/
112
114
void adjustBoxSize();
Original file line number Diff line number Diff line change @@ -38,10 +38,12 @@ class QgsClipper
38
38
// feature in x and y. The shapeOpen parameter determines whether
39
39
// the function treats the points as a closed shape (polygon), or as
40
40
// an open shape (linestring).
41
+
42
+ %If (!ANDROID)
41
43
static void trimFeature( QVector<double>& x,
42
44
QVector<double>& y,
43
45
bool shapeOpen );
44
-
46
+ %End
45
47
static void trimPolygon( QPolygonF& pts, const QgsRectangle& clipRect );
46
48
47
49
/**Reads a polyline from WKB and clips it to clipExtent
You can’t perform that action at this time.
0 commit comments