Skip to content

Commit 2abb146

Browse files
committedMay 15, 2017
[sipify] Another batch of sip
1 parent 922b162 commit 2abb146

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+3487
-1576
lines changed
 

‎python/auto_sip.blacklist

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,9 @@
11
core/conversions.sip
22
core/qgsexception.sip
33
core/qgis.sip
4-
core/qgsdataitemprovider.sip
5-
core/qgsdataitemproviderregistry.sip
6-
core/qgsdbfilterproxymodel.sip
7-
core/qgseditformconfig.sip
8-
core/qgseditorwidgetsetup.sip
9-
core/qgserror.sip
104
core/qgsexpressioncontext.sip
11-
core/qgsexpressioncontextgenerator.sip
125
core/qgsfeaturerequest.sip
13-
core/qgsgeometrysimplifier.sip
14-
core/qgsgeometryvalidator.sip
15-
core/qgsmaptopixelgeometrysimplifier.sip
16-
core/qgstransactiongroup.sip
17-
core/qgsdartmeasurement.sip
18-
core/qgsexpressionfieldbuffer.sip
19-
core/qgsfontutils.sip
20-
core/qgslabelsearchtree.sip
21-
core/qgslegendrenderer.sip
22-
core/qgslegendsettings.sip
23-
core/qgslogger.sip
24-
core/qgsmaphittest.sip
25-
core/qgsmaplayerdependency.sip
26-
core/qgsmaplayerlegend.sip
27-
core/qgsmaplayerrenderer.sip
28-
core/qgsmaplayerstylemanager.sip
29-
core/qgsmaprenderercache.sip
30-
core/qgsmaprenderercustompainterjob.sip
31-
core/qgsmaprendererjob.sip
32-
core/qgsmaprendererparalleljob.sip
33-
core/qgsmaprenderersequentialjob.sip
34-
core/qgsmapsettings.sip
35-
core/qgsmaptopixel.sip
36-
core/qgsmapunitscale.sip
37-
core/qgsmargins.sip
38-
core/qgsmessageoutput.sip
39-
core/qgsmimedatautils.sip
40-
core/qgsmultirenderchecker.sip
41-
core/qgsnetworkaccessmanager.sip
42-
core/qgsnetworkcontentfetcher.sip
43-
core/qgsobjectcustomproperties.sip
44-
core/qgsogcutils.sip
456
core/qgsoptionalexpression.sip
46-
core/qgsowsconnection.sip
477
core/qgspaintenginehack.sip
488
core/qgspainting.sip
499
core/qgspallabeling.sip

‎python/core/qgsdartmeasurement.sip

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
/************************************************************************
2+
* This file has been generated automatically from *
3+
* *
4+
* src/core/qgsdartmeasurement.h *
5+
* *
6+
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
7+
************************************************************************/
8+
9+
10+
11+
112
class QgsDartMeasurement
213
{
14+
315
%TypeHeaderCode
4-
#include <qgsdartmeasurement.h>
16+
#include "qgsdartmeasurement.h"
517
%End
618
public:
719
enum Type
@@ -16,8 +28,23 @@ class QgsDartMeasurement
1628
QgsDartMeasurement( const QString &name, Type type, const QString &value );
1729

1830
const QString toString() const;
31+
%Docstring
32+
:rtype: str
33+
%End
1934

2035
void send() const;
2136

2237
static const QString typeToString( QgsDartMeasurement::Type type );
38+
%Docstring
39+
:rtype: str
40+
%End
41+
2342
};
43+
44+
/************************************************************************
45+
* This file has been generated automatically from *
46+
* *
47+
* src/core/qgsdartmeasurement.h *
48+
* *
49+
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
50+
************************************************************************/

0 commit comments

Comments
 (0)
Please sign in to comment.