regenerate SIP files

This commit is contained in:
Alexander Bruy 2017-05-01 12:53:35 +03:00 committed by Denis Rouzaud
parent cd159f659a
commit e581d46166
2 changed files with 8 additions and 8 deletions

View File

@ -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
@ -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).
@ -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
@ -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

View File

@ -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
@ -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).
@ -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
@ -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