Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Atlas] Add SIP bindings for feature sorting and filtering
  • Loading branch information
Hugo Mercier committed Feb 6, 2013
1 parent 79281cf commit 12f85af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions python/core/composer/qgsatlascomposition.sip
Expand Up @@ -38,6 +38,18 @@ public:
bool singleFile() const;
void setSingleFile( bool single );

bool sortFeatures() const;
void setSortFeatures( bool doSort );

bool sortAscending() const;
void setSortAscending( bool ascending );

QString featureFilter() const;
void setFeatureFilter( const QString& expression );

size_t sortKeyAttributeIndex() const;
void setSortKeyAttributeIndex( size_t idx );

/** Begins the rendering. */
void beginRender();
/** Ends the rendering. Restores original extent */
Expand Down

0 comments on commit 12f85af

Please sign in to comment.