Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ 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.


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