Home
last modified time | relevance | path

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

/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsmaptoolscalefeature.cpp140 …lingWidget, &QgsScaleMagnetWidget::scaleChanged, this, &QgsMapToolScaleFeature::updateRubberband ); in cadCanvasMoveEvent()
144 …lingWidget, &QgsScaleMagnetWidget::scaleChanged, this, &QgsMapToolScaleFeature::updateRubberband ); in cadCanvasMoveEvent()
146 updateRubberband( scale ); in cadCanvasMoveEvent()
316 void QgsMapToolScaleFeature::updateRubberband( double scale ) in updateRubberband() function in QgsMapToolScaleFeature
462 …lingWidget, &QgsScaleMagnetWidget::scaleChanged, this, &QgsMapToolScaleFeature::updateRubberband ); in createScalingWidget()
471 …lingWidget, &QgsScaleMagnetWidget::scaleChanged, this, &QgsMapToolScaleFeature::updateRubberband ); in deleteScalingWidget()
H A Dqgsmaptoolrotatefeature.cpp171 …ionWidget, &QgsAngleMagnetWidget::angleChanged, this, &QgsMapToolRotateFeature::updateRubberband ); in cadCanvasMoveEvent()
175 …ionWidget, &QgsAngleMagnetWidget::angleChanged, this, &QgsMapToolRotateFeature::updateRubberband ); in cadCanvasMoveEvent()
181 updateRubberband( rotation ); in cadCanvasMoveEvent()
361 void QgsMapToolRotateFeature::updateRubberband( double rotation ) in updateRubberband() function in QgsMapToolRotateFeature
489 …ionWidget, &QgsAngleMagnetWidget::angleChanged, this, &QgsMapToolRotateFeature::updateRubberband ); in createRotationWidget()
498 …ionWidget, &QgsAngleMagnetWidget::angleChanged, this, &QgsMapToolRotateFeature::updateRubberband ); in deleteRotationWidget()
H A Dqgsmaptoolrotatefeature.h89 void updateRubberband( double rotation );
H A Dqgsmaptoolscalefeature.h86 void updateRubberband( double scale );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsmaptoolrotatefeature.cpp171 …ionWidget, &QgsAngleMagnetWidget::angleChanged, this, &QgsMapToolRotateFeature::updateRubberband ); in cadCanvasMoveEvent()
175 …ionWidget, &QgsAngleMagnetWidget::angleChanged, this, &QgsMapToolRotateFeature::updateRubberband ); in cadCanvasMoveEvent()
181 updateRubberband( rotation ); in cadCanvasMoveEvent()
359 void QgsMapToolRotateFeature::updateRubberband( double rotation ) in updateRubberband() function in QgsMapToolRotateFeature
488 …ionWidget, &QgsAngleMagnetWidget::angleChanged, this, &QgsMapToolRotateFeature::updateRubberband ); in createRotationWidget()
497 …ionWidget, &QgsAngleMagnetWidget::angleChanged, this, &QgsMapToolRotateFeature::updateRubberband ); in deleteRotationWidget()
H A Dqgsmaptoolrotatefeature.h89 void updateRubberband( double rotation );
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DSongEditor.cpp247 connect(m_leftRightScroll, SIGNAL(valueChanged(int)),this, SLOT(updateRubberband())); in SongEditor()
248 …ct(contentWidget()->verticalScrollBar(), SIGNAL(valueChanged(int)),this, SLOT(updateRubberband())); in SongEditor()
331 updateRubberband(); in selectRegionFromPixels()
345 void SongEditor::updateRubberband() in updateRubberband() function in SongEditor
542 updateRubberband(); in mouseMoveEvent()
752 updateRubberband(); in zoomingChanged()
/dports/audio/lmms/lmms-1.2.2/include/
H A DSongEditor.h80 void updateRubberband();