Home
last modified time | relevance | path

Searched defs:mapUnitsPerPixel (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsmaptopixel.cpp28 QgsMapToPixel::QgsMapToPixel( double mapUnitsPerPixel, in QgsMapToPixel()
48 QgsMapToPixel::QgsMapToPixel( double mapUnitsPerPixel ) in QgsMapToPixel()
62 …const double mapUnitsPerPixel = metersPerPixel * QgsUnitTypes::fromUnitToUnitFactor( QgsUnitTypes:… in fromScale() local
83 void QgsMapToPixel::setMapUnitsPerPixel( double mapUnitsPerPixel ) in setMapUnitsPerPixel()
122 void QgsMapToPixel::setParameters( double mapUnitsPerPixel, in setParameters()
168 void QgsMapToPixel::setParameters( double mapUnitsPerPixel, in setParameters()
H A Dqgslegendsettings.cpp73 double QgsLegendSettings::mapUnitsPerPixel() const in mapUnitsPerPixel() function in QgsLegendSettings
78 void QgsLegendSettings::setMapUnitsPerPixel( double mapUnitsPerPixel ) in setMapUnitsPerPixel()
H A Dqgscadutils.h104 double mapUnitsPerPixel; variable
H A Dqgscoordinateutils.cpp30 int QgsCoordinateUtils::calculateCoordinatePrecision( double mapUnitsPerPixel, const QgsCoordinateR… in calculateCoordinatePrecision()
H A Dqgsmaptopixel.h229 double mapUnitsPerPixel() const { return mMapUnitsPerPixel; } in mapUnitsPerPixel() function
H A Dqgsmapsettings.cpp414 const double mapUnitsPerPixel = mExtent.width() / sz.width(); in visiblePolygonWithBuffer() local
425 double QgsMapSettings::mapUnitsPerPixel() const in mapUnitsPerPixel() function in QgsMapSettings
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsmaptopixel.cpp28 QgsMapToPixel::QgsMapToPixel( double mapUnitsPerPixel, in QgsMapToPixel()
47 QgsMapToPixel::QgsMapToPixel( double mapUnitsPerPixel ) in QgsMapToPixel()
60 …double mapUnitsPerPixel = metersPerPixel * QgsUnitTypes::fromUnitToUnitFactor( QgsUnitTypes::Dista… in fromScale() local
118 void QgsMapToPixel::setMapUnitsPerPixel( double mapUnitsPerPixel ) in setMapUnitsPerPixel()
128 double QgsMapToPixel::mapUnitsPerPixel() const in mapUnitsPerPixel() function in QgsMapToPixel
163 void QgsMapToPixel::setParameters( double mapUnitsPerPixel, in setParameters()
H A Dqgslegendsettings.cpp71 double QgsLegendSettings::mapUnitsPerPixel() const in mapUnitsPerPixel() function in QgsLegendSettings
76 void QgsLegendSettings::setMapUnitsPerPixel( double mapUnitsPerPixel ) in setMapUnitsPerPixel()
H A Dqgscoordinateutils.cpp27 int QgsCoordinateUtils::calculateCoordinatePrecision( double mapUnitsPerPixel, const QgsCoordinateR… in calculateCoordinatePrecision()
H A Dqgscadutils.h59 double mapUnitsPerPixel; member
H A Dqgsmapsettings.cpp402 const double mapUnitsPerPixel = mExtent.width() / sz.width(); in visiblePolygonWithBuffer() local
413 double QgsMapSettings::mapUnitsPerPixel() const in mapUnitsPerPixel() function in QgsMapSettings
/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/
H A Dqgsmeshlayerinterpolator.cpp199 double mapUnitsPerPixel, in exportRasterBlock()
266 double mapUnitsPerPixel, in exportRasterBlock()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/quickgui/
H A Dqgsquickmapsettings.cpp102 double QgsQuickMapSettings::mapUnitsPerPixel() const in mapUnitsPerPixel() function in QgsQuickMapSettings
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsmaptoolidentify.cpp210 …*layer, const QgsPointXY &point, const QgsRectangle &viewExtent, double mapUnitsPerPixel, QgsMapTo… in identifyLayer()
215 …er, const QgsGeometry &geometry, const QgsRectangle &viewExtent, double mapUnitsPerPixel, QgsMapTo… in identifyLayer()
887 …er, const QgsGeometry &geometry, const QgsRectangle &viewExtent, double mapUnitsPerPixel, const Qg… in identifyRasterLayer()
893 …rLayer *layer, QgsPointXY point, const QgsRectangle &viewExtent, double mapUnitsPerPixel, const Qg… in identifyRasterLayer()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsmaptoolidentify.cpp218 …*layer, const QgsPointXY &point, const QgsRectangle &viewExtent, double mapUnitsPerPixel, QgsMapTo… in identifyLayer()
223 …er, const QgsGeometry &geometry, const QgsRectangle &viewExtent, double mapUnitsPerPixel, QgsMapTo… in identifyLayer()
944 …er, const QgsGeometry &geometry, const QgsRectangle &viewExtent, double mapUnitsPerPixel, const Qg… in identifyRasterLayer()
950 …rLayer *layer, QgsPointXY point, const QgsRectangle &viewExtent, double mapUnitsPerPixel, const Qg… in identifyRasterLayer()
/dports/graphics/qgis/qgis-3.22.3/src/quickgui/
H A Dqgsquickmapsettings.cpp105 double QgsQuickMapSettings::mapUnitsPerPixel() const in mapUnitsPerPixel() function in QgsQuickMapSettings
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/mesh/
H A Dqgsmeshlayerinterpolator.cpp195 double mapUnitsPerPixel, in exportRasterBlock()
/dports/graphics/qgis/qgis-3.22.3/src/core/pointcloud/
H A Dqgspointcloudlayerrenderer.cpp165 double mapUnitsPerPixel = context.renderContext().mapToPixel().mapUnitsPerPixel(); in render() local
H A Dqgspointcloudrenderer.cpp223 const double mapUnitsPerPixel = renderContext.mapToPixel().mapUnitsPerPixel(); in identify() local
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmrasterize.cpp144 …const double mapUnitsPerPixel { parameterAsDouble( parameters, QStringLiteral( "MAP_UNITS_PER_PIXE… in processAlgorithm() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmrasterize.cpp144 …const double mapUnitsPerPixel { parameterAsDouble( parameters, QStringLiteral( "MAP_UNITS_PER_PIXE… in processAlgorithm() local
/dports/graphics/qgis/qgis-3.22.3/src/3d/terrain/
H A Dqgsdemterraintileloader_p.cpp221 float mapUnitsPerPixel = extent.width() / mResolution; in render() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/3d/terrain/
H A Dqgsdemterraintileloader_p.cpp221 float mapUnitsPerPixel = extent.width() / mResolution; in render() local
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsmapsettings.cpp193 void TestQgsMapSettings::mapUnitsPerPixel() in mapUnitsPerPixel() function in TestQgsMapSettings
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsmapsettings.cpp200 void TestQgsMapSettings::mapUnitsPerPixel() in mapUnitsPerPixel() function in TestQgsMapSettings

12