Home
last modified time | relevance | path

Searched refs:QgsUnitSelectionWidget (Results 1 – 25 of 82) sorted by relevance

1234

/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsunitselectionwidget.cpp126 QgsUnitSelectionWidget::QgsUnitSelectionWidget( QWidget *parent ) in QgsUnitSelectionWidget() function in QgsUnitSelectionWidget
144 void QgsUnitSelectionWidget::setUnits( const QStringList &units, int mapUnitIdx ) in setUnits()
192 QgsUnitTypes::RenderUnit QgsUnitSelectionWidget::unit() const in unit()
206 void QgsUnitSelectionWidget::setUnit( int unitIndex ) in setUnit()
213 void QgsUnitSelectionWidget::setUnit( QgsUnitTypes::RenderUnit unit ) in setUnit()
219 void QgsUnitSelectionWidget::setMapCanvas( QgsMapCanvas *canvas ) in setMapCanvas()
224 void QgsUnitSelectionWidget::showDialog() in showDialog()
251 void QgsUnitSelectionWidget::toggleUnitRangeButton() in toggleUnitRangeButton()
263 void QgsUnitSelectionWidget::widgetChanged( const QgsMapUnitScale &scale ) in widgetChanged()
269 bool QgsUnitSelectionWidget::showMapScaleButton() const in showMapScaleButton()
[all …]
H A Dqgsunitselectionwidget.h165 class GUI_EXPORT QgsUnitSelectionWidget : public QWidget, private Ui::QgsUnitSelectionWidget
175 QgsUnitSelectionWidget( QWidget *parent SIP_TRANSFERTHIS = nullptr );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsunitselectionwidget.cpp126 QgsUnitSelectionWidget::QgsUnitSelectionWidget( QWidget *parent ) in QgsUnitSelectionWidget() function in QgsUnitSelectionWidget
140 connect( mMapScaleButton, &QToolButton::clicked, this, &QgsUnitSelectionWidget::showDialog ); in QgsUnitSelectionWidget()
144 void QgsUnitSelectionWidget::setUnits( const QStringList &units, int mapUnitIdx ) in setUnits()
152 void QgsUnitSelectionWidget::setUnits( const QgsUnitTypes::RenderUnitList &units ) in setUnits()
192 QgsUnitTypes::RenderUnit QgsUnitSelectionWidget::unit() const in unit()
206 void QgsUnitSelectionWidget::setUnit( int unitIndex ) in setUnit()
213 void QgsUnitSelectionWidget::setUnit( QgsUnitTypes::RenderUnit unit ) in setUnit()
219 void QgsUnitSelectionWidget::setMapCanvas( QgsMapCanvas *canvas ) in setMapCanvas()
224 void QgsUnitSelectionWidget::showDialog() in showDialog()
251 void QgsUnitSelectionWidget::toggleUnitRangeButton() in toggleUnitRangeButton()
[all …]
H A Dqgsunitselectionwidget.h163 class GUI_EXPORT QgsUnitSelectionWidget : public QWidget, private Ui::QgsUnitSelectionWidget
173 QgsUnitSelectionWidget( QWidget *parent SIP_TRANSFERTHIS = nullptr );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/symbology/
H A Dqgsarrowsymbollayerwidget.cpp26 …connect( mArrowWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsArrowSymbolLayerWidget… in QgsArrowSymbolLayerWidget()
28 …connect( mArrowStartWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsArrowSymbolLayerW… in QgsArrowSymbolLayerWidget()
30 …connect( mHeadLengthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsArrowSymbolLayerWidget… in QgsArrowSymbolLayerWidget()
32 …connect( mHeadThicknessUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsArrowSymbolLayerWid… in QgsArrowSymbolLayerWidget()
36 …connect( mOffsetUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsArrowSymbolLayerWidget::mO… in QgsArrowSymbolLayerWidget()
H A Dqgssymbollayerwidget.cpp121 const auto unitSelectionWidgets = findChildren<QgsUnitSelectionWidget *>(); in setContext()
122 for ( QgsUnitSelectionWidget *unitWidget : unitSelectionWidgets ) in setContext()
198 …connect( mPenWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleLineSymbolLayerWid… in QgsSimpleLineSymbolLayerWidget()
199 …connect( mOffsetUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleLineSymbolLayerWidge… in QgsSimpleLineSymbolLayerWidget()
589 …connect( mSizeUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleMarkerSymbolLayerWidge… in QgsSimpleMarkerSymbolLayerWidget()
889 …connect( mOffsetUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleFillSymbolLayerWidge… in QgsSimpleFillSymbolLayerWidget()
1044 …connect( mSizeUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsFilledMarkerSymbolLayerWidge… in QgsFilledMarkerSymbolLayerWidget()
1835 …connect( mAverageAngleUnit, &QgsUnitSelectionWidget::changed, this, &QgsMarkerLineSymbolLayerWidge… in QgsMarkerLineSymbolLayerWidget()
2079 …connect( mAverageAngleUnit, &QgsUnitSelectionWidget::changed, this, &QgsHashedLineSymbolLayerWidge… in QgsHashedLineSymbolLayerWidget()
2361 …connect( mSizeUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSvgMarkerSymbolLayerWidget::… in QgsSvgMarkerSymbolLayerWidget()
[all …]
H A Dqgsellipsesymbollayerwidget.cpp34 …connect( mSymbolWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsEllipseSymbolLayerWid… in QgsEllipseSymbolLayerWidget()
35 …connect( mStrokeWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsEllipseSymbolLayerWid… in QgsEllipseSymbolLayerWidget()
36 …connect( mSymbolHeightUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsEllipseSymbolLayerWi… in QgsEllipseSymbolLayerWidget()
37 …connect( mOffsetUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsEllipseSymbolLayerWidget::… in QgsEllipseSymbolLayerWidget()
H A Dqgssymbolslistwidget.cpp35 …connect( mSymbolUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSymbolsListWidget::mSymbol… in QgsSymbolsListWidget()
163 const auto unitSelectionWidgets { findChildren<QgsUnitSelectionWidget *>() }; in setContext()
164 for ( QgsUnitSelectionWidget *unitWidget : unitSelectionWidgets ) in setContext()
H A Dqgsheatmaprendererwidget.cpp95 …connect( mRadiusUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsHeatmapRendererWidget::mRa… in QgsHeatmapRendererWidget()
/dports/graphics/qgis/qgis-3.22.3/src/gui/symbology/
H A Dqgsarrowsymbollayerwidget.cpp26 …connect( mArrowWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsArrowSymbolLayerWidget… in QgsArrowSymbolLayerWidget()
28 …connect( mArrowStartWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsArrowSymbolLayerW… in QgsArrowSymbolLayerWidget()
30 …connect( mHeadLengthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsArrowSymbolLayerWidget… in QgsArrowSymbolLayerWidget()
32 …connect( mHeadThicknessUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsArrowSymbolLayerWid… in QgsArrowSymbolLayerWidget()
36 …connect( mOffsetUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsArrowSymbolLayerWidget::mO… in QgsArrowSymbolLayerWidget()
H A Dqgssymbollayerwidget.cpp128 const auto unitSelectionWidgets = findChildren<QgsUnitSelectionWidget *>(); in setContext()
129 for ( QgsUnitSelectionWidget *unitWidget : unitSelectionWidgets ) in setContext()
206 …connect( mOffsetUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleLineSymbolLayerWidge… in QgsSimpleLineSymbolLayerWidget()
290 connect( mTrimDistanceStartUnitWidget, &QgsUnitSelectionWidget::changed, this, [ = ] in QgsSimpleLineSymbolLayerWidget()
307 connect( mTrimDistanceEndUnitWidget, &QgsUnitSelectionWidget::changed, this, [ = ] in QgsSimpleLineSymbolLayerWidget()
645 …connect( mSizeUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleMarkerSymbolLayerWidge… in QgsSimpleMarkerSymbolLayerWidget()
1109 …connect( mSizeUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsFilledMarkerSymbolLayerWidge… in QgsFilledMarkerSymbolLayerWidget()
1898 …connect( mAverageAngleUnit, &QgsUnitSelectionWidget::changed, this, &QgsMarkerLineSymbolLayerWidge… in QgsMarkerLineSymbolLayerWidget()
2426 …connect( mSizeUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSvgMarkerSymbolLayerWidget::… in QgsSvgMarkerSymbolLayerWidget()
3385 …connect( mSizeUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsFontMarkerSymbolLayerWidget:… in QgsFontMarkerSymbolLayerWidget()
[all …]
H A Dqgsellipsesymbollayerwidget.cpp34 …connect( mSymbolWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsEllipseSymbolLayerWid… in QgsEllipseSymbolLayerWidget()
35 …connect( mStrokeWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsEllipseSymbolLayerWid… in QgsEllipseSymbolLayerWidget()
36 …connect( mSymbolHeightUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsEllipseSymbolLayerWi… in QgsEllipseSymbolLayerWidget()
37 …connect( mOffsetUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsEllipseSymbolLayerWidget::… in QgsEllipseSymbolLayerWidget()
H A Dqgsinterpolatedlinesymbollayerwidget.cpp83 …connect( mWidthUnitSelectionFixed, &QgsUnitSelectionWidget::changed, this, &QgsInterpolatedLineSym… in QgsInterpolatedLineSymbolLayerWidget()
84 …connect( mWidthUnitSelectionVarying, &QgsUnitSelectionWidget::changed, this, &QgsInterpolatedLineS… in QgsInterpolatedLineSymbolLayerWidget()
86 connect( mWidthUnitSelectionVarying, &QgsUnitSelectionWidget::changed, this, [this] in QgsInterpolatedLineSymbolLayerWidget()
91 connect( mWidthUnitSelectionFixed, &QgsUnitSelectionWidget::changed, this, [this] in QgsInterpolatedLineSymbolLayerWidget()
H A Dqgssymbolslistwidget.h117 QgsUnitSelectionWidget *mSymbolUnitWidget = nullptr;
H A Dqgssymbolslistwidget.cpp115 …connect( mSymbolUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSymbolsListWidget::mSymbol… in QgsSymbolsListWidget()
242 const auto unitSelectionWidgets { findChildren<QgsUnitSelectionWidget *>() }; in setContext()
243 for ( QgsUnitSelectionWidget *unitWidget : unitSelectionWidgets ) in setContext()
/dports/graphics/qgis/qgis-3.22.3/src/gui/callouts/
H A Dqgscalloutwidget.cpp55 const auto unitSelectionWidgets = findChildren<QgsUnitSelectionWidget *>(); in setContext()
56 for ( QgsUnitSelectionWidget *unitWidget : unitSelectionWidgets ) in setContext()
149 …connect( mMinCalloutWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleLineCallout… in QgsSimpleLineCalloutWidget()
152 …connect( mOffsetFromAnchorUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleLineCallou… in QgsSimpleLineCalloutWidget()
154 …connect( mOffsetFromLabelUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleLineCallout… in QgsSimpleLineCalloutWidget()
352 …connect( mMinCalloutWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsCurvedLineCallout… in QgsCurvedLineCalloutWidget()
357 …connect( mOffsetFromLabelUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsCurvedLineCallout… in QgsCurvedLineCalloutWidget()
577 …connect( mOffsetFromAnchorUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsBalloonCalloutWi… in QgsBalloonCalloutWidget()
617 connect( mMarginUnitWidget, &QgsUnitSelectionWidget::changed, this, [ = ] in QgsBalloonCalloutWidget()
623 connect( mWedgeWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, [ = ] in QgsBalloonCalloutWidget()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/callouts/
H A Dqgscalloutwidget.cpp53 const auto unitSelectionWidgets = findChildren<QgsUnitSelectionWidget *>(); in setContext()
54 for ( QgsUnitSelectionWidget *unitWidget : unitSelectionWidgets ) in setContext()
153 …connect( mMinCalloutWidthUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleLineCallout… in QgsSimpleLineCalloutWidget()
156 …connect( mOffsetFromAnchorUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleLineCallou… in QgsSimpleLineCalloutWidget()
158 …connect( mOffsetFromLabelUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsSimpleLineCallout… in QgsSimpleLineCalloutWidget()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/
H A Dqgsunitselectionwidget.sip.in21 .. seealso:: :py:class:`QgsUnitSelectionWidget`
88 .. seealso:: :py:class:`QgsUnitSelectionWidget`
133 class QgsUnitSelectionWidget : QWidget
150 QgsUnitSelectionWidget( QWidget *parent /TransferThis/ = 0 );
152 Constructor for QgsUnitSelectionWidget.
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_generated/
H A Dqgsunitselectionwidget.sip.in22 .. seealso:: :py:class:`QgsUnitSelectionWidget`
89 .. seealso:: :py:class:`QgsUnitSelectionWidget`
134 class QgsUnitSelectionWidget : QWidget
151 QgsUnitSelectionWidget( QWidget *parent /TransferThis/ = 0 );
153 Constructor for QgsUnitSelectionWidget.
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/effects/
H A Dqgspainteffectwidget.cpp121 …connect( mBlurUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsBlurWidget::mBlurUnitWidget_… in QgsBlurWidget()
262 …connect( mOffsetUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsShadowEffectWidget::mOffse… in QgsShadowEffectWidget()
267 …connect( mBlurUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsShadowEffectWidget::mBlurUni… in QgsShadowEffectWidget()
444 …connect( mSpreadUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsGlowWidget::mSpreadUnitWid… in QgsGlowWidget()
449 …connect( mBlurUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsGlowWidget::mBlurUnitWidget_… in QgsGlowWidget()
653 …connect( mTranslateUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsTransformWidget::mTrans… in QgsTransformWidget()
/dports/graphics/qgis/qgis-3.22.3/src/gui/effects/
H A Dqgspainteffectwidget.cpp121 …connect( mBlurUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsBlurWidget::mBlurUnitWidget_… in QgsBlurWidget()
262 …connect( mOffsetUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsShadowEffectWidget::mOffse… in QgsShadowEffectWidget()
267 …connect( mBlurUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsShadowEffectWidget::mBlurUni… in QgsShadowEffectWidget()
444 …connect( mSpreadUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsGlowWidget::mSpreadUnitWid… in QgsGlowWidget()
449 …connect( mBlurUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsGlowWidget::mBlurUnitWidget_… in QgsGlowWidget()
653 …connect( mTranslateUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsTransformWidget::mTrans… in QgsTransformWidget()
/dports/graphics/qgis/qgis-3.22.3/src/gui/mesh/
H A Dqgsmeshrenderermeshsettingswidget.cpp45 connect( mLineUnitsComboBox, &QgsUnitSelectionWidget::changed, in QgsMeshRendererMeshSettingsWidget()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/mesh/
H A Dqgsmeshrenderermeshsettingswidget.cpp45 connect( mLineUnitsComboBox, &QgsUnitSelectionWidget::changed, in QgsMeshRendererMeshSettingsWidget()
/dports/graphics/qgis/qgis-3.22.3/src/gui/pointcloud/
H A Dqgspointcloudrendererpropertieswidget.cpp100 …connect( mPointSizeUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsPointCloudRendererPrope… in QgsPointCloudRendererPropertiesWidget()
107 …connect( mMaxErrorUnitWidget, &QgsUnitSelectionWidget::changed, this, &QgsPointCloudRendererProper… in QgsPointCloudRendererPropertiesWidget()
/dports/graphics/qgis/qgis-3.22.3/src/app/mesh/
H A Dqgsmaptooleditmeshframe.h39 class QgsUnitSelectionWidget; variable
110 QgsUnitSelectionWidget *mUnitSelecionWidget = nullptr;

1234