mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-12 00:06:43 -04:00
Sip sync
This commit is contained in:
parent
f952e6a647
commit
60b8ec5488
@ -171,7 +171,7 @@ class QgsAtlasComposition : QObject
|
||||
:rtype: str
|
||||
%End
|
||||
|
||||
void setFileFormat( QString format );
|
||||
void setFileFormat( const QString &format );
|
||||
%Docstring
|
||||
Sets the atlas file format used for image exports.
|
||||
\param format set the file format extension
|
||||
|
@ -86,11 +86,11 @@ Returns transformer for scaling of symbol sizes. Returns null if no transformer
|
||||
:rtype: QgsSizeScaleTransformer
|
||||
%End
|
||||
|
||||
void setClasses( const QList<QgsDataDefinedSizeLegend::SizeClass> &classes );
|
||||
void setClasses( const QList< QgsDataDefinedSizeLegend::SizeClass > &classes );
|
||||
%Docstring
|
||||
Sets list of classes: each class is a pair of symbol size (in units used by the symbol) and label
|
||||
%End
|
||||
QList<QgsDataDefinedSizeLegend::SizeClass> classes() const;
|
||||
QList< QgsDataDefinedSizeLegend::SizeClass > classes() const;
|
||||
%Docstring
|
||||
Returns list of classes: each class is a pair of symbol size (in units used by the symbol) and label
|
||||
:rtype: list of QgsDataDefinedSizeLegend.SizeClass
|
||||
|
@ -189,7 +189,7 @@ Sets coordinate transformation.
|
||||
|
||||
void setRenderingStopped( bool stopped );
|
||||
|
||||
void setDistanceArea( const QgsDistanceArea distanceArea );
|
||||
void setDistanceArea( const QgsDistanceArea &distanceArea );
|
||||
%Docstring
|
||||
A general purpose distance and area calculator, capable of performing ellipsoid based calculations.
|
||||
Will be used to convert meter distances to active MapUnit values for QgsUnitTypes.RenderMetersInMapUnits
|
||||
|
@ -75,7 +75,7 @@ class QgsRendererRange
|
||||
void swap( QgsRendererRange &other );
|
||||
};
|
||||
|
||||
typedef QList<QgsRendererRange> QgsRangeList;
|
||||
typedef QVector<QgsRendererRange> QgsRangeList;
|
||||
|
||||
|
||||
class QgsRendererRangeLabelFormat
|
||||
|
Loading…
x
Reference in New Issue
Block a user