![]() |
Qt 6.x
The Qt SDK
|
#include <qgeomapversion.h>
Public Member Functions | |
QGeoMapVersion () | |
bool | isNewVersion (const QJsonObject &newVersionData) const |
int | version () const |
void | setVersion (const int) |
void | setVersionData (const QJsonObject &versionData) |
QByteArray | toJson () const |
Definition at line 12 of file qgeomapversion.h.
QT_BEGIN_NAMESPACE QGeoMapVersion::QGeoMapVersion | ( | ) |
Definition at line 10 of file qgeomapversion.cpp.
bool QGeoMapVersion::isNewVersion | ( | const QJsonObject & | newVersionData | ) | const |
Definition at line 13 of file qgeomapversion.cpp.
void QGeoMapVersion::setVersion | ( | const int | version | ) |
Definition at line 23 of file qgeomapversion.cpp.
References version().
void QGeoMapVersion::setVersionData | ( | const QJsonObject & | versionData | ) |
Definition at line 28 of file qgeomapversion.cpp.
QByteArray QGeoMapVersion::toJson | ( | ) | const |
Definition at line 34 of file qgeomapversion.cpp.
int QGeoMapVersion::version | ( | ) | const |
Definition at line 18 of file qgeomapversion.cpp.
Referenced by QGeoTiledMappingManagerEngineNokia::mapVersion(), and setVersion().