Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGeoMapVersion Class Reference

#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
 

Detailed Description

Definition at line 12 of file qgeomapversion.h.

Constructor & Destructor Documentation

◆ QGeoMapVersion()

QT_BEGIN_NAMESPACE QGeoMapVersion::QGeoMapVersion ( )

Definition at line 10 of file qgeomapversion.cpp.

Member Function Documentation

◆ isNewVersion()

bool QGeoMapVersion::isNewVersion ( const QJsonObject & newVersionData) const

Definition at line 13 of file qgeomapversion.cpp.

◆ setVersion()

void QGeoMapVersion::setVersion ( const int version)

Definition at line 23 of file qgeomapversion.cpp.

References version().

+ Here is the call graph for this function:

◆ setVersionData()

void QGeoMapVersion::setVersionData ( const QJsonObject & versionData)

Definition at line 28 of file qgeomapversion.cpp.

◆ toJson()

QByteArray QGeoMapVersion::toJson ( ) const

Definition at line 34 of file qgeomapversion.cpp.

◆ version()

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:

The documentation for this class was generated from the following files: