Skip to content

Commit 12f85af

Browse files
author
Hugo Mercier
committedFeb 6, 2013
[Atlas] Add SIP bindings for feature sorting and filtering
1 parent 79281cf commit 12f85af

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎python/core/composer/qgsatlascomposition.sip

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ public:
3838
bool singleFile() const;
3939
void setSingleFile( bool single );
4040

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+
4153
/** Begins the rendering. */
4254
void beginRender();
4355
/** Ends the rendering. Restores original extent */

0 commit comments

Comments
 (0)
Please sign in to comment.