Marble
ScreenOverlayGraphicsItem.cpp
37 QPointF(pixelValue(m_screenOverlay->screenXY().xunit(), viewport->width(), size().width(), m_screenOverlay->screenXY().x()),
38 viewport->height() - pixelValue(m_screenOverlay->screenXY().yunit(), viewport->height(), size().height(), m_screenOverlay->screenXY().y())));
41qreal ScreenOverlayGraphicsItem::pixelValue(GeoDataVec2::Unit unit, qreal screenSize, qreal imageSize, qreal value)
This file contains the headers for ViewportParams.
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
void drawPixmap(const QPoint &point, const QPixmap &pixmap)
void drawRect(const QRect &rectangle)
void setBrush(Qt::BrushStyle style)
QPixmap fromImage(QImage &&image, Qt::ImageConversionFlags flags)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.