marble
GeoPainter.h
Go to the documentation of this file.
A LinearRing that allows to store a closed, contiguous set of line segments.
Definition: GeoDataLinearRing.h:68
A painter that allows to draw geometric primitives on the map.
Definition: GeoPainter.h:98
MapQuality
This enum is used to choose the map quality shown in the view.
Definition: MarbleGlobal.h:82
void drawPolygon(const QPolygonF &, Qt::FillRule fillRule=Qt::OddEvenFill)
Definition: ClipPainter.cpp:136
Definition: GeoPainter_p.h:29
void drawRect(const QRectF &rectangle)
void drawPoint(const QPointF &position)
void drawEllipse(const QRectF &rectangle)
void drawRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode)
void drawPixmap(const QRectF &target, const QPixmap &pixmap, const QRectF &source)
Definition: MarbleGlobal.h:113
Definition: ClipPainter.h:51
void drawText(const QPointF &position, const QString &text)
A LineString that allows to store a contiguous set of line segments.
Definition: GeoDataLineString.h:75
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
void drawImage(const QRectF &target, const QImage &image, const QRectF &source, QFlags< Qt::ImageConversionFlag > flags)
void drawPolyline(const QPolygonF &)
Definition: ClipPainter.cpp:166
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.