Home
last modified time | relevance | path

Searched refs:symbolAlignment (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/layertree/
H A Dqgscolorramplegendnode.cpp261 switch ( settings.symbolAlignment() ) in drawSymbol()
348 switch ( settings.symbolAlignment() ) in drawSymbol()
443 switch ( settings.symbolAlignment() ) in drawSymbolText()
H A Dqgslayertreemodellegendnode.cpp127 switch ( settings.symbolAlignment() ) in drawSymbol()
187 switch ( settings.symbolAlignment() ) in drawSymbolText()
691 switch ( settings.symbolAlignment() ) in drawSymbol()
965 switch ( settings.symbolAlignment() ) in drawSymbol()
1123 switch ( settings.symbolAlignment() ) in drawSymbol()
1255 switch ( settings.symbolAlignment() ) in drawSymbol()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layertree/
H A Dqgslayertreemodellegendnode.cpp123 switch ( settings.symbolAlignment() ) in drawSymbol()
183 switch ( settings.symbolAlignment() ) in drawSymbolText()
645 switch ( settings.symbolAlignment() ) in drawSymbol()
900 switch ( settings.symbolAlignment() ) in drawSymbol()
1000 switch ( settings.symbolAlignment() ) in drawSymbol()
1128 switch ( settings.symbolAlignment() ) in drawSymbol()
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutitemlegend.cpp433 Qt::AlignmentFlag QgsLayoutItemLegend::symbolAlignment() const in symbolAlignment() function in QgsLayoutItemLegend
435 return mSettings.symbolAlignment(); in symbolAlignment()
563 legendElem.setAttribute( QStringLiteral( "symbolAlignment" ), mSettings.symbolAlignment() ); in writePropertiesToElement()
565 legendElem.setAttribute( QStringLiteral( "symbolAlignment" ), mSettings.symbolAlignment() ); in writePropertiesToElement()
H A Dqgslayoutitemlegend.h375 Qt::AlignmentFlag symbolAlignment() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutitemlegend.cpp433 Qt::AlignmentFlag QgsLayoutItemLegend::symbolAlignment() const in symbolAlignment() function in QgsLayoutItemLegend
435 return mSettings.symbolAlignment(); in symbolAlignment()
563 legendElem.setAttribute( QStringLiteral( "symbolAlignment" ), mSettings.symbolAlignment() ); in writePropertiesToElement()
565 legendElem.setAttribute( QStringLiteral( "symbolAlignment" ), mSettings.symbolAlignment() ); in writePropertiesToElement()
H A Dqgslayoutitemlegend.h375 Qt::AlignmentFlag symbolAlignment() const;
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgslegendsettings.h291 Qt::AlignmentFlag symbolAlignment() const { return mSymbolAlignment; } in symbolAlignment() function
H A Dqgslegendrenderer.cpp775 switch ( mSettings.symbolAlignment() ) in drawSymbolItem()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgslegendsettings.h291 Qt::AlignmentFlag symbolAlignment() const { return mSymbolAlignment; } in symbolAlignment() function
H A Dqgslegendrenderer.cpp723 switch ( mSettings.symbolAlignment() ) in drawSymbolItem()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/layout/
H A Dqgslayoutitemlegend.sip.in353 .. seealso:: :py:func:`symbolAlignment`
358 Qt::AlignmentFlag symbolAlignment() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/layout/
H A Dqgslayoutitemlegend.sip.in353 .. seealso:: :py:func:`symbolAlignment`
358 Qt::AlignmentFlag symbolAlignment() const;
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgslegendsettings.sip.in272 .. seealso:: :py:func:`symbolAlignment`
277 Qt::AlignmentFlag symbolAlignment() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgslegendsettings.sip.in272 .. seealso:: :py:func:`symbolAlignment`
277 Qt::AlignmentFlag symbolAlignment() const;
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutlegendwidget.cpp232 whileBlocking( mArrangementCombo )->setCurrentAlignment( mLegend->symbolAlignment() ); in setGuiElements()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutlegendwidget.cpp228 whileBlocking( mArrangementCombo )->setCurrentAlignment( mLegend->symbolAlignment() ); in setGuiElements()