marble
Marble::AprsObject Class Reference
#include <AprsObject.h>
Public Member Functions | |
AprsObject (const GeoAprsCoordinates &at, const QString &name) | |
~AprsObject () | |
GeoAprsCoordinates | location () const |
void | render (GeoPainter *painter, ViewportParams *viewport, int fadeTime=10 *60, int hideTime=30 *60) |
void | setLocation (const GeoAprsCoordinates &location) |
void | setPixmapId (QString &pixmap) |
Static Public Member Functions | |
static QColor | calculatePaintColor (int from, const QTime &time, int fadetime=10 *60 *1000) |
Detailed Description
Definition at line 23 of file AprsObject.h.
Constructor & Destructor Documentation
AprsObject::AprsObject | ( | const GeoAprsCoordinates & | at, |
const QString & | name | ||
) |
Definition at line 23 of file AprsObject.cpp.
AprsObject::~AprsObject | ( | ) |
Definition at line 33 of file AprsObject.cpp.
Member Function Documentation
|
static |
Definition at line 76 of file AprsObject.cpp.
GeoAprsCoordinates AprsObject::location | ( | ) | const |
Definition at line 39 of file AprsObject.cpp.
void AprsObject::render | ( | GeoPainter * | painter, |
ViewportParams * | viewport, | ||
int | fadeTime = 10*60 , |
||
int | hideTime = 30*60 |
||
) |
Definition at line 106 of file AprsObject.cpp.
void AprsObject::setLocation | ( | const GeoAprsCoordinates & | location | ) |
Definition at line 45 of file AprsObject.cpp.
void AprsObject::setPixmapId | ( | QString & | pixmap | ) |
Definition at line 62 of file AprsObject.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 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:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.