Marble
GeoSceneSettings.h
Settings property within a GeoScene document.
Definition GeoSceneProperty.h:25
const char * nodeType() const override
Provides type information for downcasting a GeoNode.
Definition GeoSceneSettings.cpp:42
bool propertyValue(const QString &name, bool &value) const
Get the value of a property across groups.
Definition GeoSceneSettings.cpp:97
void addProperty(GeoSceneProperty *property)
Add a property to the settings.
Definition GeoSceneSettings.cpp:201
bool setPropertyValue(const QString &name, bool value)
Set the value of a property across groups.
Definition GeoSceneSettings.cpp:72
const GeoSceneProperty * property(const QString &name) const
Get a property from the settings.
Definition GeoSceneSettings.cpp:225
bool propertyAvailable(const QString &name, bool &available) const
Get the availability of a property across groups.
Definition GeoSceneSettings.cpp:47
QList< GeoSceneProperty * > rootProperties()
Get the properties that are categorized into groups.
Definition GeoSceneSettings.cpp:248
const GeoSceneGroup * group(const QString &name) const
Get a group from the settings.
Definition GeoSceneSettings.cpp:178
QList< GeoSceneProperty * > allProperties()
Get the whole list of properties stored in the settings.
Definition GeoSceneSettings.cpp:122
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:09 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:09 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.