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
src_corelib_serialization_qcborvalue.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

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(), Interface::Interface(), QDeclarativeGeoJsonData::addItem(), and QCborValue::toVariant().

+ Here is the caller graph for this function:

Variable Documentation

◆ contents

◆ value