Marble
RouteRequest.cpp
206 void RouteRequest::insert( int index, const GeoDataCoordinates &coordinates, const QString &name )
268 void RouteRequest::setPosition( int index, const GeoDataCoordinates &position, const QString &name )
299 d->m_route[index].extendedData().addValue(GeoDataData(QStringLiteral("routingVisited"), visited));
Antialiasing
AlignCenter
void setPen(const QColor &color)
QPixmap fromImage(const QImage &image, Qt::ImageConversionFlags flags)
Format_ARGB32_Premultiplied
void fill(uint pixelValue)
void drawEllipse(const QRectF &rectangle)
GeoDataCoordinates destination() const
The last point, or a default constructed if empty.
Definition: RouteRequest.cpp:137
void setPointSize(int pointSize)
int horizontalAdvance(const QString &text, int len) const const
void setName(const QString &value)
Set a new name for this feature.
Definition: GeoDataFeature.cpp:189
void drawText(const QPointF &position, const QString &text)
void setPosition(int index, const GeoDataCoordinates &position, const QString &name=QString())
Change the value of the element at the given position.
Definition: RouteRequest.cpp:268
void positionChanged(int index, const GeoDataCoordinates &position)
The value of the n-th element was changed.
void positionAdded(int index)
An element was added at the given position.
GeoDataCoordinates coordinate(const QDateTime &dateTime=QDateTime(), bool *iconAtCoordinates=nullptr) const
Return the coordinates of the placemark at time dateTime as a GeoDataCoordinates.
Definition: GeoDataPlacemark.cpp:214
void routingProfileChanged()
The routing profile was changed.
Binds a QML item to a specific geodetic location in screen coordinates.
Definition: AbstractDataPlugin.cpp:22
void swap(int index1, int index2)
Swaps the given elements at the given positions.
Definition: RouteRequest.cpp:220
void setBrush(const QBrush &brush)
const Key key(const T &value, const Key &defaultKey) const const
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:48
void append(const GeoDataCoordinates &coordinates, const QString &name=QString())
Add the given element to the end.
Definition: RouteRequest.cpp:232
void positionRemoved(int index)
The element at the given position was removed.
const QFont & font() const const
QPixmap pixmap(int index, int size=-1, int margin=2) const
Returns a pixmap which indicates the position of the element.
Definition: RouteRequest.cpp:151
void setCoordinate(qreal longitude, qreal latitude, qreal altitude=0, GeoDataCoordinates::Unit _unit=GeoDataCoordinates::Radian)
Set the coordinate of the placemark in longitude and latitude.
Definition: GeoDataPlacemark.cpp:269
GeoDataCoordinates at(int index) const
Accessor for the n-th position.
Definition: RouteRequest.cpp:146
void setRenderHint(QPainter::RenderHint hint, bool on)
void setFont(const QFont &font)
int height() const const
void insert(int index, const GeoDataCoordinates &coordinates, const QString &name=QString())
Add the given element at the given position.
Definition: RouteRequest.cpp:206
black
GeoDataCoordinates source() const
The first point, or a default constructed if empty.
Definition: RouteRequest.cpp:128
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:12:28 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:12:28 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.