Marble
ReverseGeocodingRunnerPlugin.h
75Q_DECLARE_INTERFACE(Marble::ReverseGeocodingRunnerPlugin, "org.kde.Marble.ReverseGeocodingRunnerPlugin/1.01")
This class specifies interface of a Marble plugin.
Definition PluginInterface.h:46
A plugin for Marble to execute a reverse geocoding task.
Definition ReverseGeocodingRunnerPlugin.h:23
QIcon icon() const override
Returns an icon for the plugin.
Definition ReverseGeocodingRunnerPlugin.cpp:42
virtual QString guiString() const =0
Returns the string that should appear in the user interface.
bool canWorkOffline() const
True if the plugin can execute its tasks without network access.
Definition ReverseGeocodingRunnerPlugin.cpp:66
ReverseGeocodingRunnerPlugin(QObject *parent=nullptr)
Constructor with optional parent object.
Definition ReverseGeocodingRunnerPlugin.cpp:31
virtual ReverseGeocodingRunner * newRunner() const =0
Plugin factory method to create a new runner instance.
bool supportsCelestialBody(const QString &celestialBodyId) const
True if the plugin supports its tasks on the given planet.
Definition ReverseGeocodingRunnerPlugin.cpp:47
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:10 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:10 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.