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
QQmlMetaTypeData::VersionedUri Struct Reference

#include <qqmlmetatypedata_p.h>

Collaboration diagram for QQmlMetaTypeData::VersionedUri:

Public Member Functions

 VersionedUri ()=default
 VersionedUri (const QString &uri, QTypeRevision version)
 VersionedUri (const std::unique_ptr< QQmlTypeModule > &module)

Public Attributes

QString uri
quint8 majorVersion = 0

Friends

bool operator== (const VersionedUri &a, const VersionedUri &b)
size_t qHash (const VersionedUri &v, size_t seed=0)
bool operator< (const QQmlMetaTypeData::VersionedUri &a, const QQmlMetaTypeData::VersionedUri &b)

Detailed Description

Definition at line 60 of file qqmlmetatypedata_p.h.

Constructor & Destructor Documentation

◆ VersionedUri() [1/3]

QQmlMetaTypeData::VersionedUri::VersionedUri ( )
default

◆ VersionedUri() [2/3]

QQmlMetaTypeData::VersionedUri::VersionedUri ( const QString & uri,
QTypeRevision version )
inline

Definition at line 62 of file qqmlmetatypedata_p.h.

References VersionedUri().

Referenced by VersionedUri().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ VersionedUri() [3/3]

QQmlMetaTypeData::VersionedUri::VersionedUri ( const std::unique_ptr< QQmlTypeModule > & module)

Definition at line 43 of file qqmlmetatypedata.cpp.

References VersionedUri().

Referenced by VersionedUri().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator<

bool operator< ( const QQmlMetaTypeData::VersionedUri & a,
const QQmlMetaTypeData::VersionedUri & b )
friend

Definition at line 76 of file qqmlmetatypedata_p.h.

◆ operator==

bool operator== ( const VersionedUri & a,
const VersionedUri & b )
friend

Definition at line 66 of file qqmlmetatypedata_p.h.

◆ qHash

size_t qHash ( const VersionedUri & v,
size_t seed = 0 )
friend

Definition at line 71 of file qqmlmetatypedata_p.h.

Member Data Documentation

◆ majorVersion

quint8 QQmlMetaTypeData::VersionedUri::majorVersion = 0

Definition at line 84 of file qqmlmetatypedata_p.h.

◆ uri

QString QQmlMetaTypeData::VersionedUri::uri

Definition at line 83 of file qqmlmetatypedata_p.h.


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