Home
last modified time | relevance | path

Searched refs:drawRasterStroke (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/layout/
H A Dqgslayoutitemlegend.sip.in469 bool drawRasterStroke() const;
486 .. seealso:: :py:func:`drawRasterStroke`
496 only drawn if :py:func:`~QgsLayoutItemLegend.drawRasterStroke` is ``True``.
500 .. seealso:: :py:func:`drawRasterStroke`
508 only drawn if :py:func:`~QgsLayoutItemLegend.drawRasterStroke` is ``True``.
520 only drawn if :py:func:`~QgsLayoutItemLegend.drawRasterStroke` is ``True``.
524 .. seealso:: :py:func:`drawRasterStroke`
532 only drawn if :py:func:`~QgsLayoutItemLegend.drawRasterStroke` is ``True``.
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/layout/
H A Dqgslayoutitemlegend.sip.in469 bool drawRasterStroke() const;
486 .. seealso:: :py:func:`drawRasterStroke`
496 only drawn if :py:func:`~QgsLayoutItemLegend.drawRasterStroke` is ``True``.
500 .. seealso:: :py:func:`drawRasterStroke`
508 only drawn if :py:func:`~QgsLayoutItemLegend.drawRasterStroke` is ``True``.
520 only drawn if :py:func:`~QgsLayoutItemLegend.drawRasterStroke` is ``True``.
524 .. seealso:: :py:func:`drawRasterStroke`
532 only drawn if :py:func:`~QgsLayoutItemLegend.drawRasterStroke` is ``True``.
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgslegendsettings.sip.in288 bool drawRasterStroke() const;
307 .. seealso:: :py:func:`drawRasterStroke`
319 only drawn if :py:func:`~QgsLegendSettings.drawRasterStroke` is ``True``.
323 .. seealso:: :py:func:`drawRasterStroke`
333 only drawn if :py:func:`~QgsLegendSettings.drawRasterStroke` is ``True``.
349 only drawn if :py:func:`~QgsLegendSettings.drawRasterStroke` is ``True``.
353 .. seealso:: :py:func:`drawRasterStroke`
363 only drawn if :py:func:`~QgsLegendSettings.drawRasterStroke` is ``True``.
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgslegendsettings.sip.in288 bool drawRasterStroke() const;
307 .. seealso:: :py:func:`drawRasterStroke`
319 only drawn if :py:func:`~QgsLegendSettings.drawRasterStroke` is ``True``.
323 .. seealso:: :py:func:`drawRasterStroke`
333 only drawn if :py:func:`~QgsLegendSettings.drawRasterStroke` is ``True``.
349 only drawn if :py:func:`~QgsLegendSettings.drawRasterStroke` is ``True``.
353 .. seealso:: :py:func:`drawRasterStroke`
363 only drawn if :py:func:`~QgsLegendSettings.drawRasterStroke` is ``True``.
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgslegendsettings.h300 bool drawRasterStroke() const { return mRasterSymbolStroke; } in drawRasterStroke() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgslegendsettings.h300 bool drawRasterStroke() const { return mRasterSymbolStroke; } in drawRasterStroke() function
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutitemlegend.h469 bool drawRasterStroke() const;
H A Dqgslayoutitemlegend.cpp508 bool QgsLayoutItemLegend::drawRasterStroke() const in drawRasterStroke() function in QgsLayoutItemLegend
510 return mSettings.drawRasterStroke(); in drawRasterStroke()
568 legendElem.setAttribute( QStringLiteral( "rasterBorder" ), mSettings.drawRasterStroke() ); in writePropertiesToElement()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutitemlegend.h469 bool drawRasterStroke() const;
H A Dqgslayoutitemlegend.cpp508 bool QgsLayoutItemLegend::drawRasterStroke() const in drawRasterStroke() function in QgsLayoutItemLegend
510 return mSettings.drawRasterStroke(); in drawRasterStroke()
568 legendElem.setAttribute( QStringLiteral( "rasterBorder" ), mSettings.drawRasterStroke() ); in writePropertiesToElement()
/dports/graphics/qgis/qgis-3.22.3/src/core/layertree/
H A Dqgscolorramplegendnode.cpp305 if ( settings.drawRasterStroke() ) in drawSymbol()
H A Dqgslayertreemodellegendnode.cpp1110 if ( settings.drawRasterStroke() ) in drawSymbol()
1156 if ( settings.drawRasterStroke() ) in exportSymbolToJson()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layertree/
H A Dqgslayertreemodellegendnode.cpp987 if ( settings.drawRasterStroke() ) in drawSymbol()
1033 if ( settings.drawRasterStroke() ) in exportSymbolToJson()
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutlegendwidget.cpp260 mRasterStrokeGroupBox->setChecked( mLegend->drawRasterStroke() ); in setGuiElements()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutlegendwidget.cpp254 mRasterStrokeGroupBox->setChecked( mLegend->drawRasterStroke() ); in setGuiElements()