Marble
DgmlHeadTagWriter.cpp
18static GeoTagWriterRegistrar s_writerHead(GeoTagWriter::QualifiedName(QString::fromLatin1(GeoSceneTypes::GeoSceneHeadType),
29 writer.writeElement(QStringLiteral("visible"), head->visible() ? QStringLiteral("true") : QStringLiteral("false"));
41 writer.writeElement(QStringLiteral("discrete"), zoom.discrete() ? 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
QAction * zoom(const QObject *recvr, const char *slot, QObject *parent)
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
QString fromLatin1(QByteArrayView str)
QString fromUtf8(QByteArrayView str)
QString number(double n, char format, int precision)
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.