Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
src_corelib_serialization_qcborvalue.cpp File Reference

Go to the source code of this file.

Functions

 QCborValue (uuid)
 [0]
 
value isSimpleType (QCborSimpleType(12))
 [1]
 
 QCborValue (QUrl("https://example.com"))
 [2]
 
value toMap ().value(key)
 [3]
 
 if (reader.isTag() &&reader.toTag()==QCborKnownTags::Signature) reader.next()
 [5]
 

Variables

QCborValue value (QCborSimpleType(12))
 [0]
 
QCborValue contents = QCborValue::fromCbor(reader)
 

Function Documentation

◆ if()

if ( reader.  isTag) &&reader.toTag( = =QCborKnownTags::Signature)

[5]

[6]

◆ isSimpleType()

value isSimpleType ( QCborSimpleType(12)  )

[1]

[2]

Referenced by QCborStreamReader::isFalse(), QCborStreamReader::isNull(), QCborStreamReader::isTrue(), QCborStreamReader::isUndefined(), QCborStreamReader::toSimpleType(), QCborValue::toSimpleType(), and QCborValue::toVariant().

+ Here is the caller graph for this function:

◆ QCborValue() [1/2]

QCborValue ( QUrl("https://example.com")  )

[2]

[3]

◆ QCborValue() [2/2]

QCborValue ( uuid  )

[0]

◆ toMap()

value toMap ( )

[3]

[4]

[5]

Referenced by QAndroidStyle::AndroidClipDrawable::AndroidClipDrawable(), QAndroidStyle::AndroidStateDrawable::AndroidStateDrawable(), and QCborValue::toVariant().

+ Here is the caller graph for this function:

Variable Documentation

◆ contents

◆ value