Marble
DgmlSettingsTagWriter.cpp
17static GeoTagWriterRegistrar s_writerSettings(GeoTagWriter::QualifiedName(QString::fromLatin1(GeoSceneTypes::GeoSceneSettingsType),
30 writer.writeElement(QString::fromLatin1(dgml::dgmlTag_Value), property->defaultValue() ? QStringLiteral("true") : QStringLiteral("false"));
31 writer.writeElement(QString::fromLatin1(dgml::dgmlTag_Available), property->available() ? QStringLiteral("true") : QStringLiteral("false"));
QPair< QString, QString > QualifiedName
Object Name and Namespace Pair This type is intended to be used in a similar way to.
Definition GeoTagWriter.h:44
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
QString fromLatin1(QByteArrayView str)
QString fromUtf8(QByteArrayView str)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.