marble
AprsObject.cpp
Go to the documentation of this file.
81 } else if ( (from & ( GeoAprsCoordinates::FromTCPIP | GeoAprsCoordinates::FromTTY ) ) == ( GeoAprsCoordinates::FromTCPIP | GeoAprsCoordinates::FromTTY ) ) {
void setTessellate(bool tessellate)
Sets the tessellation property for the LineString.
Definition: GeoDataLineString.cpp:320
static QString path(const QString &relativePath)
Definition: MarbleDirs.cpp:59
A painter that allows to draw geometric primitives on the map.
Definition: GeoPainter.h:98
void setAlpha(int alpha)
void drawPolyline(const GeoDataLineString &lineString, const QString &labelText=QString(), LabelPositionFlags labelPositionFlags=LineCenter)
Draws a given line string (a "polyline").
Definition: GeoPainter.cpp:474
int elapsed() const
void drawRect(const GeoDataCoordinates ¢erPosition, qreal width, qreal height, bool isGeoProjected=false)
Draws a rectangle at the given position. The rectangle is placed with its center located at the given...
Definition: GeoPainter.cpp:700
void setPen(const QColor &color)
static QColor calculatePaintColor(int from, const QTime &time, int fadetime=10 *60 *1000)
Definition: AprsObject.cpp:76
void setLocation(const GeoAprsCoordinates &location)
Definition: AprsObject.cpp:45
void render(GeoPainter *painter, ViewportParams *viewport, int fadeTime=10 *60, int hideTime=30 *60)
Definition: AprsObject.cpp:106
AprsObject(const GeoAprsCoordinates &at, const QString &name)
Definition: AprsObject.cpp:23
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
QByteArray toLocal8Bit() const
bool isNull() const
void drawText(const GeoDataCoordinates &position, const QString &text)
Draws the given text at a given geographic position. The text is drawn starting at the given position...
Definition: GeoPainter.cpp:264
char * data()
void drawPixmap(const GeoDataCoordinates ¢erPosition, const QPixmap &pixmap)
Draws a pixmap at the given position. The pixmap is placed with its center located at the given cente...
Definition: GeoPainter.cpp:452
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:38 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:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.