Skip to content

Commit 3854086

Browse files
committedJun 23, 2013
sip update
1 parent b53e80b commit 3854086

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+611
-276
lines changed
 

‎python/analysis/network/qgsgraphanalyzer.sip

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,3 @@ class QgsGraphAnalyzer
5151
*/
5252
static QgsGraph* shortestTree( const QgsGraph* source, int startVertexIdx, int criterionNum );
5353
};
54-
55-

‎python/core/composer/qgsatlascomposition.sip

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ public:
4444
bool sortAscending() const;
4545
void setSortAscending( bool ascending );
4646

47+
bool filterFeatures() const;
48+
void setFilterFeatures( bool doFilter );
49+
4750
QString featureFilter() const;
4851
void setFeatureFilter( const QString& expression );
4952

@@ -69,7 +72,7 @@ public:
6972

7073
QgsComposition* composition();
7174

72-
signals:
75+
signals:
7376
/** emitted when one of the parameters changes */
7477
void parameterChanged();
7578
};

0 commit comments

Comments
 (0)
Please sign in to comment.