Home
last modified time | relevance | path

Searched refs:layoutItemsToExclude (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutmousehandles.cpp154 QList< QgsLayoutItem * > layoutItemsToExclude; in snapPoint() local
156 layoutItemsToExclude << dynamic_cast< QgsLayoutItem * >( item ); in snapPoint()
164 snapVertical ? mVerticalSnapLine : nullptr, &layoutItemsToExclude ).topLeft(); in snapPoint()
168 snapVertical ? mVerticalSnapLine : nullptr, &layoutItemsToExclude ); in snapPoint()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutmousehandles.cpp154 QList< QgsLayoutItem * > layoutItemsToExclude; in snapPoint() local
156 layoutItemsToExclude << dynamic_cast< QgsLayoutItem * >( item ); in snapPoint()
164 snapVertical ? mVerticalSnapLine : nullptr, &layoutItemsToExclude ).topLeft(); in snapPoint()
168 snapVertical ? mVerticalSnapLine : nullptr, &layoutItemsToExclude ); in snapPoint()