mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Sipify
This commit is contained in:
parent
fa68041793
commit
3a08300112
@ -224,7 +224,7 @@ Returns the label font color.
|
||||
virtual void setFrameEnabled( bool drawFrame );
|
||||
|
||||
|
||||
virtual void setFrameStrokeWidth( const QgsLayoutMeasurement &strokeWidth );
|
||||
virtual void setFrameStrokeWidth( QgsLayoutMeasurement strokeWidth );
|
||||
|
||||
|
||||
public slots:
|
||||
|
@ -61,7 +61,7 @@ The caller takes responsibility for deleting the returned object.
|
||||
|
||||
virtual int numberExportLayers() const;
|
||||
|
||||
virtual void setFrameStrokeWidth( const QgsLayoutMeasurement &width );
|
||||
virtual void setFrameStrokeWidth( QgsLayoutMeasurement width );
|
||||
|
||||
|
||||
double scale() const;
|
||||
|
@ -299,7 +299,7 @@ Is emitted on picture rotation change
|
||||
|
||||
virtual void draw( QgsLayoutItemRenderContext &context );
|
||||
|
||||
virtual QSizeF applyItemSizeConstraint( const QSizeF &targetSize );
|
||||
virtual QSizeF applyItemSizeConstraint( QSizeF targetSize );
|
||||
|
||||
virtual bool writePropertiesToElement( QDomElement &element, QDomDocument &document, const QgsReadWriteContext &context ) const;
|
||||
|
||||
|
@ -77,8 +77,8 @@ Decodes a measurement from a ``string``.
|
||||
.. seealso:: :py:func:`encodeMeasurement`
|
||||
%End
|
||||
|
||||
bool operator==( const QgsLayoutMeasurement &other ) const;
|
||||
bool operator!=( const QgsLayoutMeasurement &other ) const;
|
||||
bool operator==( QgsLayoutMeasurement other ) const;
|
||||
bool operator!=( QgsLayoutMeasurement other ) const;
|
||||
|
||||
QgsLayoutMeasurement operator+( double v ) const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user