Skip to content
Permalink
Browse files
[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.
@@ -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 */

0 comments on commit 12f85af

Please sign in to comment.