Home
last modified time | relevance | path

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

/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/layout/
H A Dqgslayoutitemlegend.sip.in475 .. seealso:: :py:func:`rasterStrokeColor`
493 QColor rasterStrokeColor() const;
510 .. seealso:: :py:func:`rasterStrokeColor`
526 .. seealso:: :py:func:`rasterStrokeColor`
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/layout/
H A Dqgslayoutitemlegend.sip.in475 .. seealso:: :py:func:`rasterStrokeColor`
493 QColor rasterStrokeColor() const;
510 .. seealso:: :py:func:`rasterStrokeColor`
526 .. seealso:: :py:func:`rasterStrokeColor`
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgslegendsettings.sip.in294 .. seealso:: :py:func:`rasterStrokeColor`
316 QColor rasterStrokeColor() const;
337 .. seealso:: :py:func:`rasterStrokeColor`
355 .. seealso:: :py:func:`rasterStrokeColor`
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgslegendsettings.sip.in294 .. seealso:: :py:func:`rasterStrokeColor`
316 QColor rasterStrokeColor() const;
337 .. seealso:: :py:func:`rasterStrokeColor`
355 .. seealso:: :py:func:`rasterStrokeColor`
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgslegendsettings.h320 QColor rasterStrokeColor() const { return mRasterStrokeColor; } in rasterStrokeColor() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgslegendsettings.h320 QColor rasterStrokeColor() const { return mRasterStrokeColor; } in rasterStrokeColor() function
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutitemlegend.h487 QColor rasterStrokeColor() const;
H A Dqgslayoutitemlegend.cpp518 QColor QgsLayoutItemLegend::rasterStrokeColor() const in rasterStrokeColor() function in QgsLayoutItemLegend
520 return mSettings.rasterStrokeColor(); in rasterStrokeColor()
569 …iteral( "rasterBorderColor" ), QgsSymbolLayerUtils::encodeColor( mSettings.rasterStrokeColor() ) ); in writePropertiesToElement()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutitemlegend.h487 QColor rasterStrokeColor() const;
H A Dqgslayoutitemlegend.cpp518 QColor QgsLayoutItemLegend::rasterStrokeColor() const in rasterStrokeColor() function in QgsLayoutItemLegend
520 return mSettings.rasterStrokeColor(); in rasterStrokeColor()
569 …iteral( "rasterBorderColor" ), QgsSymbolLayerUtils::encodeColor( mSettings.rasterStrokeColor() ) ); in writePropertiesToElement()
/dports/graphics/qgis/qgis-3.22.3/src/core/layertree/
H A Dqgscolorramplegendnode.cpp308 pen.setColor( settings.rasterStrokeColor() ); in drawSymbol()
H A Dqgslayertreemodellegendnode.cpp1113 pen.setColor( settings.rasterStrokeColor() ); in drawSymbol()
1159 pen.setColor( settings.rasterStrokeColor() ); in exportSymbolToJson()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layertree/
H A Dqgslayertreemodellegendnode.cpp990 pen.setColor( settings.rasterStrokeColor() ); in drawSymbol()
1036 pen.setColor( settings.rasterStrokeColor() ); in exportSymbolToJson()
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutlegendwidget.cpp262 mRasterStrokeColorButton->setColor( mLegend->rasterStrokeColor() ); in setGuiElements()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutlegendwidget.cpp256 mRasterStrokeColorButton->setColor( mLegend->rasterStrokeColor() ); in setGuiElements()