mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[Atlas] Add SIP bindings for feature sorting and filtering
This commit is contained in:
parent
79281cf286
commit
12f85af0ee
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user