![]() |
Qt 6.x
The Qt SDK
|
#include <qgeomapversion.h>
Collaboration diagram for QGeoMapVersion: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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function: