marble
AprsPlugin.cpp
Go to the documentation of this file.
157 return tr( "This plugin displays APRS data gleaned from the Internet. APRS is an Amateur Radio protocol for broadcasting location and other information." );
414 bool AprsPlugin::render( GeoPainter *painter, ViewportParams *viewport, const QString& renderPos, GeoSceneLayer * layer )
void setText(const QString &text)
Definition: AprsTTY.h:18
iterator insert(const Key &key, const T &value)
A painter that allows to draw geometric primitives on the map.
Definition: GeoPainter.h:98
void setChecked(bool)
This file contains the headers for MarbleModel.
void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the plugin.
Definition: AprsPlugin.cpp:385
void setSeenFrom(GeoAprsCoordinates::SeenFrom seenFrom)
Definition: AprsGatherer.cpp:272
void setIcon(const QIcon &icon)
Definition: PluginInterface.h:28
void save()
const GeoDataLatLonAltBox & viewLatLonAltBox() const
Definition: ViewportParams.cpp:305
QString tr(const char *sourceText, const char *disambiguation, int n)
void setToolTip(const QString &tip)
QString description() const
Returns a user description of the plugin.
Definition: AprsPlugin.cpp:155
void start(Priority priority)
qreal north(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
Get the northern boundary of the bounding box.
Definition: GeoDataLatLonBox.cpp:93
qreal east(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
Get the eastern boundary of the bounding box.
Definition: GeoDataLatLonBox.cpp:135
QString number(int n, int base)
QList< PluginAuthor > pluginAuthors() const
Definition: AprsPlugin.cpp:165
void settingsChanged(QString nameId)
This signal is emitted if the settings of the RenderPlugin changed.
void visibilityChanged(bool visible, const QString &nameId)
This signal is emitted if the visibility is changed with.
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
const T value(const Key &key) const
QByteArray toLocal8Bit() const
Definition: AprsTCPIP.h:18
Definition: AprsFile.h:18
This file contains the headers for ViewportParams.
void setCheckable(bool)
void restore()
qreal west(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
Get the western boundary of the bounding box.
Definition: GeoDataLatLonBox.cpp:156
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:97
QDialog * configDialog()
Returns a pointer to the configuration dialog of the plugin.
Definition: AprsPlugin.cpp:263
bool wait(unsigned long time)
qreal south(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
Get the southern boundary of the bounding box.
Definition: GeoDataLatLonBox.cpp:114
char * data()
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: AprsPlugin.cpp:120
This file contains the headers for MarbleWidget.
bool render(GeoPainter *painter, ViewportParams *viewport, const QString &renderPos, GeoSceneLayer *layer=0)
Renders the content provided by the layer on the viewport.
Definition: AprsPlugin.cpp:414
Definition: AprsGatherer.h:26
QStringList renderPosition() const
Preferred level in the layer stack for the rendering.
Definition: AprsPlugin.cpp:130
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
virtual QHash< QString, QVariant > settings() const
Settings of the plugin.
Definition: RenderPlugin.cpp:185
The abstract class that creates a renderable item.
Definition: RenderPlugin.h:43
virtual void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the plugin.
Definition: RenderPlugin.cpp:195
QString renderPolicy() const
Return how the plugin settings should be used.
Definition: AprsPlugin.cpp:125
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.