We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 79281cf commit 12f85afCopy full SHA for 12f85af
python/core/composer/qgsatlascomposition.sip
@@ -38,6 +38,18 @@ public:
38
bool singleFile() const;
39
void setSingleFile( bool single );
40
41
+ bool sortFeatures() const;
42
+ void setSortFeatures( bool doSort );
43
+
44
+ bool sortAscending() const;
45
+ void setSortAscending( bool ascending );
46
47
+ QString featureFilter() const;
48
+ void setFeatureFilter( const QString& expression );
49
50
+ size_t sortKeyAttributeIndex() const;
51
+ void setSortKeyAttributeIndex( size_t idx );
52
53
/** Begins the rendering. */
54
void beginRender();
55
/** Ends the rendering. Restores original extent */
0 commit comments