Home
last modified time | relevance | path

Searched refs:wmsLegendSize (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layertree/
H A Dqgslayertreemodellegendnode.cpp904 …awImage( QRectF( ctx->columnLeft, ctx->top, settings.wmsLegendSize().width(), settings.wmsLegendSi… in drawSymbol()
909 …F( ctx->columnRight - settings.wmsLegendSize().width(), ctx->top, settings.wmsLegendSize().width()… in drawSymbol()
914 return settings.wmsLegendSize(); in drawSymbol()
1134 settings.wmsLegendSize().width(), in drawSymbol()
1135 settings.wmsLegendSize().height() ), in drawSymbol()
1141 ctx->painter->drawImage( QRectF( ctx->columnRight - settings.wmsLegendSize().width(), in drawSymbol()
1143 settings.wmsLegendSize().width(), in drawSymbol()
1144 settings.wmsLegendSize().height() ), in drawSymbol()
1150 return settings.wmsLegendSize(); in drawSymbol()
/dports/graphics/qgis/qgis-3.22.3/src/core/layertree/
H A Dqgslayertreemodellegendnode.cpp961 const double imgWidth = settings.wmsLegendSize().width() * scaleFactor; in drawSymbol()
962 const double imgHeight = settings.wmsLegendSize().height() * scaleFactor; in drawSymbol()
977 return settings.wmsLegendSize(); in drawSymbol()
1261 settings.wmsLegendSize().width(), in drawSymbol()
1262 settings.wmsLegendSize().height() ), in drawSymbol()
1268 ctx->painter->drawImage( QRectF( ctx->columnRight - settings.wmsLegendSize().width(), in drawSymbol()
1270 settings.wmsLegendSize().width(), in drawSymbol()
1271 settings.wmsLegendSize().height() ), in drawSymbol()
1277 return settings.wmsLegendSize(); in drawSymbol()
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutitemlegend.cpp450 return mSettings.wmsLegendSize().width(); in wmsLegendWidth()
455 mSettings.setWmsLegendSize( QSizeF( w, mSettings.wmsLegendSize().height() ) ); in setWmsLegendWidth()
460 return mSettings.wmsLegendSize().height(); in wmsLegendHeight()
464 mSettings.setWmsLegendSize( QSizeF( mSettings.wmsLegendSize().width(), h ) ); in setWmsLegendHeight()
572 …ribute( QStringLiteral( "wmsLegendWidth" ), QString::number( mSettings.wmsLegendSize().width() ) ); in writePropertiesToElement()
573 …bute( QStringLiteral( "wmsLegendHeight" ), QString::number( mSettings.wmsLegendSize().height() ) ); in writePropertiesToElement()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutitemlegend.cpp450 return mSettings.wmsLegendSize().width(); in wmsLegendWidth()
455 mSettings.setWmsLegendSize( QSizeF( w, mSettings.wmsLegendSize().height() ) ); in setWmsLegendWidth()
460 return mSettings.wmsLegendSize().height(); in wmsLegendHeight()
464 mSettings.setWmsLegendSize( QSizeF( mSettings.wmsLegendSize().width(), h ) ); in setWmsLegendHeight()
572 …ribute( QStringLiteral( "wmsLegendWidth" ), QString::number( mSettings.wmsLegendSize().width() ) ); in writePropertiesToElement()
573 …bute( QStringLiteral( "wmsLegendHeight" ), QString::number( mSettings.wmsLegendSize().height() ) ); in writePropertiesToElement()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgslegendsettings.h359 QSizeF wmsLegendSize() const {return mWmsLegendSize;} in wmsLegendSize() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgslegendsettings.h359 QSizeF wmsLegendSize() const {return mWmsLegendSize;} in wmsLegendSize() function
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgslegendsettings.sip.in376 QSizeF wmsLegendSize() const;
387 .. seealso:: :py:func:`wmsLegendSize`
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgslegendsettings.sip.in376 QSizeF wmsLegendSize() const;
387 .. seealso:: :py:func:`wmsLegendSize`