Marble
PlanetFactory.h
The PlanetFactory class provides static methods to construct any planet known to Marble.
Definition PlanetFactory.h:26
static Planet construct(const QString &id)
Creates the planet with the given ID, or one with default values if ID is not among planetList()
Definition PlanetFactory.cpp:28
static QList< QString > planetList()
Provides a list of known planet IDs.
Definition PlanetFactory.cpp:17
static QString localizedName(const QString &id)
Returns a localized name of the planet with the given ID.
Definition PlanetFactory.cpp:218
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
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.