Navigation Menu

Skip to content

Commit

Permalink
regenerate SIP files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and 3nids committed May 1, 2017
1 parent cd159f6 commit e581d46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions python/core/qgsstatisticalsummary.sip
Expand Up @@ -52,7 +52,7 @@ class QgsStatisticalSummary
typedef QFlags<QgsStatisticalSummary::Statistic> Statistics;


QgsStatisticalSummary( QgsStatisticalSummary::Statistics stats = All );
QgsStatisticalSummary( QgsStatisticalSummary::Statistics stats = QgsStatisticalSummary::All );
%Docstring
Constructor for QgsStatisticalSummary
\param stats flags for statistics to calculate
Expand All @@ -68,7 +68,7 @@ class QgsStatisticalSummary
:rtype: Statistics
%End

void setStatistics( Statistics stats );
void setStatistics( QgsStatisticalSummary::Statistics stats );
%Docstring
Sets flags which specify which statistics will be calculated. Some statistics
are always calculated (e.g., sum, min and max).
Expand Down Expand Up @@ -138,7 +138,7 @@ class QgsStatisticalSummary
.. versionadded:: 2.16
%End

double statistic( Statistic stat ) const;
double statistic( QgsStatisticalSummary::Statistic stat ) const;
%Docstring
Returns the value of a specified statistic
\param stat statistic to return
Expand Down Expand Up @@ -278,7 +278,7 @@ class QgsStatisticalSummary
:rtype: float
%End

static QString displayName( Statistic statistic );
static QString displayName( QgsStatisticalSummary::Statistic statistic );
%Docstring
Returns the friendly display name for a statistic
\param statistic statistic to return name for
Expand Down
8 changes: 4 additions & 4 deletions python/core/qgsstringstatisticalsummary.sip
Expand Up @@ -44,7 +44,7 @@ class QgsStringStatisticalSummary
typedef QFlags<QgsStringStatisticalSummary::Statistic> Statistics;


QgsStringStatisticalSummary( QgsStringStatisticalSummary::Statistics stats = All );
QgsStringStatisticalSummary( QgsStringStatisticalSummary::Statistics stats = QgsStringStatisticalSummary::All );
%Docstring
Constructor for QgsStringStatistics
\param stats flags for statistics to calculate
Expand All @@ -58,7 +58,7 @@ class QgsStringStatisticalSummary
:rtype: Statistics
%End

void setStatistics( Statistics stats );
void setStatistics( QgsStringStatisticalSummary::Statistics stats );
%Docstring
Sets flags which specify which statistics will be calculated. Some statistics
are always calculated (e.g., count).
Expand Down Expand Up @@ -134,7 +134,7 @@ class QgsStringStatisticalSummary
.. seealso:: addString()
%End

QVariant statistic( Statistic stat ) const;
QVariant statistic( QgsStringStatisticalSummary::Statistic stat ) const;
%Docstring
Returns the value of a specified statistic
\param stat statistic to return
Expand Down Expand Up @@ -199,7 +199,7 @@ class QgsStringStatisticalSummary
:rtype: float
%End

static QString displayName( Statistic statistic );
static QString displayName( QgsStringStatisticalSummary::Statistic statistic );
%Docstring
Returns the friendly display name for a statistic
\param statistic statistic to return name for
Expand Down

0 comments on commit e581d46

Please sign in to comment.