Versions in this module Expand all Collapse all v0 v0.7.1 Dec 16, 2024 v0.7.0 Nov 27, 2024 Changes in this version + type QCborArray struct + func NewQCborArray() *QCborArray + func NewQCborArray2(other *QCborArray) *QCborArray + func QCborArray_FromJsonArray(array *qt.QJsonArray) *QCborArray + func QCborArray_FromStringList(list []string) *QCborArray + func UnsafeNewQCborArray(h unsafe.Pointer) *QCborArray + func (this *QCborArray) Append(value *QCborValue) + func (this *QCborArray) At(i int64) *QCborValue + func (this *QCborArray) Begin() *QCborArray__Iterator + func (this *QCborArray) Begin2() *QCborArray__ConstIterator + func (this *QCborArray) Cbegin() *QCborArray__ConstIterator + func (this *QCborArray) Cend() *QCborArray__ConstIterator + func (this *QCborArray) Clear() + func (this *QCborArray) Compare(other *QCborArray) int + func (this *QCborArray) ConstBegin() *QCborArray__ConstIterator + func (this *QCborArray) ConstEnd() *QCborArray__ConstIterator + func (this *QCborArray) Contains(value *QCborValue) bool + func (this *QCborArray) Delete() + func (this *QCborArray) Empty() bool + func (this *QCborArray) End() *QCborArray__Iterator + func (this *QCborArray) End2() *QCborArray__ConstIterator + func (this *QCborArray) Erase(it QCborArray__Iterator) *QCborArray__Iterator + func (this *QCborArray) EraseWithIt(it QCborArray__ConstIterator) *QCborArray__Iterator + func (this *QCborArray) Extract(it QCborArray__ConstIterator) *QCborValue + func (this *QCborArray) ExtractWithIt(it QCborArray__Iterator) *QCborValue + func (this *QCborArray) First() *QCborValue + func (this *QCborArray) First2() *QCborValueRef + func (this *QCborArray) GoGC() + func (this *QCborArray) Insert(i int64, value *QCborValue) + func (this *QCborArray) Insert2(before QCborArray__Iterator, value *QCborValue) *QCborArray__Iterator + func (this *QCborArray) Insert3(before QCborArray__ConstIterator, value *QCborValue) *QCborArray__Iterator + func (this *QCborArray) IsEmpty() bool + func (this *QCborArray) Last() *QCborValue + func (this *QCborArray) Last2() *QCborValueRef + func (this *QCborArray) OperatorAssign(other *QCborArray) + func (this *QCborArray) OperatorEqual(other *QCborArray) bool + func (this *QCborArray) OperatorLesser(other *QCborArray) bool + func (this *QCborArray) OperatorNotEqual(other *QCborArray) bool + func (this *QCborArray) OperatorPlus(v *QCborValue) *QCborArray + func (this *QCborArray) OperatorPlusAssign(v *QCborValue) *QCborArray + func (this *QCborArray) OperatorShiftLeft(v *QCborValue) *QCborArray + func (this *QCborArray) OperatorSubscript(i int64) *QCborValue + func (this *QCborArray) OperatorSubscriptWithQsizetype(i int64) *QCborValueRef + func (this *QCborArray) PopBack() + func (this *QCborArray) PopFront() + func (this *QCborArray) Prepend(value *QCborValue) + func (this *QCborArray) PushBack(t *QCborValue) + func (this *QCborArray) PushFront(t *QCborValue) + func (this *QCborArray) RemoveAt(i int64) + func (this *QCborArray) RemoveFirst() + func (this *QCborArray) RemoveLast() + func (this *QCborArray) Size() int64 + func (this *QCborArray) Swap(other *QCborArray) + func (this *QCborArray) TakeAt(i int64) *QCborValue + func (this *QCborArray) TakeFirst() *QCborValue + func (this *QCborArray) TakeLast() *QCborValue + func (this *QCborArray) ToCborValue() *QCborValue + func (this *QCborArray) ToJsonArray() *qt.QJsonArray + func (this *QCborArray) UnsafePointer() unsafe.Pointer + type QCborArray__ConstIterator struct + func NewQCborArray__ConstIterator() *QCborArray__ConstIterator + func NewQCborArray__ConstIterator2(param1 *QCborArray__ConstIterator) *QCborArray__ConstIterator + func UnsafeNewQCborArray__ConstIterator(h unsafe.Pointer) *QCborArray__ConstIterator + func (this *QCborArray__ConstIterator) Delete() + func (this *QCborArray__ConstIterator) GoGC() + func (this *QCborArray__ConstIterator) OperatorAssign(other *QCborArray__ConstIterator) + func (this *QCborArray__ConstIterator) OperatorEqual(o *QCborArray__Iterator) bool + func (this *QCborArray__ConstIterator) OperatorEqualWithQCborArrayConstIterator(o *QCborArray__ConstIterator) bool + func (this *QCborArray__ConstIterator) OperatorGreater(other *QCborArray__Iterator) bool + func (this *QCborArray__ConstIterator) OperatorGreaterOrEqual(other *QCborArray__Iterator) bool + func (this *QCborArray__ConstIterator) OperatorGreaterOrEqualWithOther(other *QCborArray__ConstIterator) bool + func (this *QCborArray__ConstIterator) OperatorGreaterWithOther(other *QCborArray__ConstIterator) bool + func (this *QCborArray__ConstIterator) OperatorLesser(other *QCborArray__Iterator) bool + func (this *QCborArray__ConstIterator) OperatorLesserOrEqual(other *QCborArray__Iterator) bool + func (this *QCborArray__ConstIterator) OperatorLesserOrEqualWithOther(other *QCborArray__ConstIterator) bool + func (this *QCborArray__ConstIterator) OperatorLesserWithOther(other *QCborArray__ConstIterator) bool + func (this *QCborArray__ConstIterator) OperatorMinus(j int64) *QCborArray__ConstIterator + func (this *QCborArray__ConstIterator) OperatorMinusAssign(j int64) *QCborArray__ConstIterator + func (this *QCborArray__ConstIterator) OperatorMinusGreater() *QCborValueRef + func (this *QCborArray__ConstIterator) OperatorMinusMinus() *QCborArray__ConstIterator + func (this *QCborArray__ConstIterator) OperatorMinusMinusWithInt(param1 int) *QCborArray__ConstIterator + func (this *QCborArray__ConstIterator) OperatorMinusWithQCborArrayConstIterator(j QCborArray__ConstIterator) int64 + func (this *QCborArray__ConstIterator) OperatorMultiply() *QCborValueRef + func (this *QCborArray__ConstIterator) OperatorNotEqual(o *QCborArray__Iterator) bool + func (this *QCborArray__ConstIterator) OperatorNotEqualWithQCborArrayConstIterator(o *QCborArray__ConstIterator) bool + func (this *QCborArray__ConstIterator) OperatorPlus(j int64) *QCborArray__ConstIterator + func (this *QCborArray__ConstIterator) OperatorPlusAssign(j int64) *QCborArray__ConstIterator + func (this *QCborArray__ConstIterator) OperatorPlusPlus() *QCborArray__ConstIterator + func (this *QCborArray__ConstIterator) OperatorPlusPlusWithInt(param1 int) *QCborArray__ConstIterator + func (this *QCborArray__ConstIterator) OperatorSubscript(j int64) *QCborValueRef + func (this *QCborArray__ConstIterator) UnsafePointer() unsafe.Pointer + type QCborArray__Iterator struct + func NewQCborArray__Iterator() *QCborArray__Iterator + func NewQCborArray__Iterator2(param1 *QCborArray__Iterator) *QCborArray__Iterator + func UnsafeNewQCborArray__Iterator(h unsafe.Pointer) *QCborArray__Iterator + func (this *QCborArray__Iterator) Delete() + func (this *QCborArray__Iterator) GoGC() + func (this *QCborArray__Iterator) OperatorAssign(other *QCborArray__Iterator) + func (this *QCborArray__Iterator) OperatorEqual(o *QCborArray__Iterator) bool + func (this *QCborArray__Iterator) OperatorEqualWithQCborArrayConstIterator(o *QCborArray__ConstIterator) bool + func (this *QCborArray__Iterator) OperatorGreater(other *QCborArray__Iterator) bool + func (this *QCborArray__Iterator) OperatorGreaterOrEqual(other *QCborArray__Iterator) bool + func (this *QCborArray__Iterator) OperatorGreaterOrEqualWithOther(other *QCborArray__ConstIterator) bool + func (this *QCborArray__Iterator) OperatorGreaterWithOther(other *QCborArray__ConstIterator) bool + func (this *QCborArray__Iterator) OperatorLesser(other *QCborArray__Iterator) bool + func (this *QCborArray__Iterator) OperatorLesserOrEqual(other *QCborArray__Iterator) bool + func (this *QCborArray__Iterator) OperatorLesserOrEqualWithOther(other *QCborArray__ConstIterator) bool + func (this *QCborArray__Iterator) OperatorLesserWithOther(other *QCborArray__ConstIterator) bool + func (this *QCborArray__Iterator) OperatorMinus(j int64) *QCborArray__Iterator + func (this *QCborArray__Iterator) OperatorMinusAssign(j int64) *QCborArray__Iterator + func (this *QCborArray__Iterator) OperatorMinusGreater() *QCborValueRef + func (this *QCborArray__Iterator) OperatorMinusMinus() *QCborArray__Iterator + func (this *QCborArray__Iterator) OperatorMinusMinusWithInt(param1 int) *QCborArray__Iterator + func (this *QCborArray__Iterator) OperatorMinusWithQCborArrayIterator(j QCborArray__Iterator) int64 + func (this *QCborArray__Iterator) OperatorMultiply() *QCborValueRef + func (this *QCborArray__Iterator) OperatorNotEqual(o *QCborArray__Iterator) bool + func (this *QCborArray__Iterator) OperatorNotEqualWithQCborArrayConstIterator(o *QCborArray__ConstIterator) bool + func (this *QCborArray__Iterator) OperatorPlus(j int64) *QCborArray__Iterator + func (this *QCborArray__Iterator) OperatorPlusAssign(j int64) *QCborArray__Iterator + func (this *QCborArray__Iterator) OperatorPlusPlus() *QCborArray__Iterator + func (this *QCborArray__Iterator) OperatorPlusPlusWithInt(param1 int) *QCborArray__Iterator + func (this *QCborArray__Iterator) OperatorSubscript(j int64) *QCborValueRef + func (this *QCborArray__Iterator) UnsafePointer() unsafe.Pointer + type QCborError struct + func UnsafeNewQCborError(h unsafe.Pointer) *QCborError + func (this *QCborError) Delete() + func (this *QCborError) GoGC() + func (this *QCborError) ToString() string + func (this *QCborError) UnsafePointer() unsafe.Pointer + type QCborError__Code int + const QCborError__AdvancePastEnd + const QCborError__DataTooLarge + const QCborError__EndOfFile + const QCborError__GarbageAtEnd + const QCborError__IllegalNumber + const QCborError__IllegalSimpleType + const QCborError__IllegalType + const QCborError__InputOutputError + const QCborError__InvalidUtf8String + const QCborError__NestingTooDeep + const QCborError__NoError + const QCborError__UnexpectedBreak + const QCborError__UnknownError + const QCborError__UnknownType + const QCborError__UnsupportedType + type QCborKnownTags int + const QCborKnownTags__Base64 + const QCborKnownTags__Base64url + const QCborKnownTags__Bigfloat + const QCborKnownTags__COSE_Encrypt + const QCborKnownTags__COSE_Encrypt0 + const QCborKnownTags__COSE_Mac + const QCborKnownTags__COSE_Mac0 + const QCborKnownTags__COSE_Sign + const QCborKnownTags__COSE_Sign1 + const QCborKnownTags__DateTimeString + const QCborKnownTags__Decimal + const QCborKnownTags__EncodedCbor + const QCborKnownTags__ExpectedBase16 + const QCborKnownTags__ExpectedBase64 + const QCborKnownTags__ExpectedBase64url + const QCborKnownTags__MimeMessage + const QCborKnownTags__NegativeBignum + const QCborKnownTags__PositiveBignum + const QCborKnownTags__RegularExpression + const QCborKnownTags__Signature + const QCborKnownTags__UnixTime_t + const QCborKnownTags__Url + const QCborKnownTags__Uuid + type QCborMap struct + func NewQCborMap() *QCborMap + func NewQCborMap2(other *QCborMap) *QCborMap + func QCborMap_FromJsonObject(o *qt.QJsonObject) *QCborMap + func QCborMap_FromVariantHash(hash map[string]qt.QVariant) *QCborMap + func QCborMap_FromVariantMap(mapVal map[string]qt.QVariant) *QCborMap + func UnsafeNewQCborMap(h unsafe.Pointer) *QCborMap + func (this *QCborMap) Begin() *QCborMap__Iterator + func (this *QCborMap) Begin2() *QCborMap__ConstIterator + func (this *QCborMap) Cbegin() *QCborMap__ConstIterator + func (this *QCborMap) Cend() *QCborMap__ConstIterator + func (this *QCborMap) Clear() + func (this *QCborMap) Compare(other *QCborMap) int + func (this *QCborMap) ConstBegin() *QCborMap__ConstIterator + func (this *QCborMap) ConstEnd() *QCborMap__ConstIterator + func (this *QCborMap) ConstFind(key int64) *QCborMap__ConstIterator + func (this *QCborMap) ConstFind2(key string) *QCborMap__ConstIterator + func (this *QCborMap) ConstFind3(key *QCborValue) *QCborMap__ConstIterator + func (this *QCborMap) Contains(key int64) bool + func (this *QCborMap) Contains2(key string) bool + func (this *QCborMap) Contains3(key *QCborValue) bool + func (this *QCborMap) Delete() + func (this *QCborMap) Empty() bool + func (this *QCborMap) End() *QCborMap__Iterator + func (this *QCborMap) End2() *QCborMap__ConstIterator + func (this *QCborMap) Erase(it QCborMap__Iterator) *QCborMap__Iterator + func (this *QCborMap) EraseWithIt(it QCborMap__ConstIterator) *QCborMap__Iterator + func (this *QCborMap) Extract(it QCborMap__Iterator) *QCborValue + func (this *QCborMap) ExtractWithIt(it QCborMap__ConstIterator) *QCborValue + func (this *QCborMap) Find(key int64) *QCborMap__Iterator + func (this *QCborMap) Find2(key string) *QCborMap__Iterator + func (this *QCborMap) Find3(key *QCborValue) *QCborMap__Iterator + func (this *QCborMap) Find4(key int64) *QCborMap__ConstIterator + func (this *QCborMap) Find6(key string) *QCborMap__ConstIterator + func (this *QCborMap) Find7(key *QCborValue) *QCborMap__ConstIterator + func (this *QCborMap) GoGC() + func (this *QCborMap) Insert(key int64, value_ *QCborValue) *QCborMap__Iterator + func (this *QCborMap) Insert3(key string, value_ *QCborValue) *QCborMap__Iterator + func (this *QCborMap) Insert4(key *QCborValue, value_ *QCborValue) *QCborMap__Iterator + func (this *QCborMap) InsertWithQCborMapvalueType(v struct{ ... }) *QCborMap__Iterator + func (this *QCborMap) IsEmpty() bool + func (this *QCborMap) Keys() []QCborValue + func (this *QCborMap) OperatorAssign(other *QCborMap) + func (this *QCborMap) OperatorEqual(other *QCborMap) bool + func (this *QCborMap) OperatorLesser(other *QCborMap) bool + func (this *QCborMap) OperatorNotEqual(other *QCborMap) bool + func (this *QCborMap) OperatorSubscript(key int64) *QCborValue + func (this *QCborMap) OperatorSubscript2(key string) *QCborValue + func (this *QCborMap) OperatorSubscript3(key *QCborValue) *QCborValue + func (this *QCborMap) OperatorSubscript4(key int64) *QCborValueRef + func (this *QCborMap) OperatorSubscript6(key string) *QCborValueRef + func (this *QCborMap) OperatorSubscript7(key *QCborValue) *QCborValueRef + func (this *QCborMap) Remove(key int64) + func (this *QCborMap) Remove2(key string) + func (this *QCborMap) Remove3(key *QCborValue) + func (this *QCborMap) Size() int64 + func (this *QCborMap) Swap(other *QCborMap) + func (this *QCborMap) Take(key int64) *QCborValue + func (this *QCborMap) Take2(key string) *QCborValue + func (this *QCborMap) Take3(key *QCborValue) *QCborValue + func (this *QCborMap) ToCborValue() *QCborValue + func (this *QCborMap) ToJsonObject() *qt.QJsonObject + func (this *QCborMap) ToVariantHash() map[string]qt.QVariant + func (this *QCborMap) ToVariantMap() map[string]qt.QVariant + func (this *QCborMap) UnsafePointer() unsafe.Pointer + func (this *QCborMap) Value(key int64) *QCborValue + func (this *QCborMap) Value2(key string) *QCborValue + func (this *QCborMap) Value3(key *QCborValue) *QCborValue + type QCborMap__ConstIterator struct + func NewQCborMap__ConstIterator() *QCborMap__ConstIterator + func NewQCborMap__ConstIterator2(param1 *QCborMap__ConstIterator) *QCborMap__ConstIterator + func UnsafeNewQCborMap__ConstIterator(h unsafe.Pointer) *QCborMap__ConstIterator + func (this *QCborMap__ConstIterator) Delete() + func (this *QCborMap__ConstIterator) GoGC() + func (this *QCborMap__ConstIterator) Key() *QCborValue + func (this *QCborMap__ConstIterator) OperatorAssign(other *QCborMap__ConstIterator) + func (this *QCborMap__ConstIterator) OperatorEqual(o *QCborMap__Iterator) bool + func (this *QCborMap__ConstIterator) OperatorEqualWithQCborMapConstIterator(o *QCborMap__ConstIterator) bool + func (this *QCborMap__ConstIterator) OperatorGreater(other *QCborMap__Iterator) bool + func (this *QCborMap__ConstIterator) OperatorGreaterOrEqual(other *QCborMap__Iterator) bool + func (this *QCborMap__ConstIterator) OperatorGreaterOrEqualWithOther(other *QCborMap__ConstIterator) bool + func (this *QCborMap__ConstIterator) OperatorGreaterWithOther(other *QCborMap__ConstIterator) bool + func (this *QCborMap__ConstIterator) OperatorLesser(other *QCborMap__Iterator) bool + func (this *QCborMap__ConstIterator) OperatorLesserOrEqual(other *QCborMap__Iterator) bool + func (this *QCborMap__ConstIterator) OperatorLesserOrEqualWithOther(other *QCborMap__ConstIterator) bool + func (this *QCborMap__ConstIterator) OperatorLesserWithOther(other *QCborMap__ConstIterator) bool + func (this *QCborMap__ConstIterator) OperatorMinus(j int64) *QCborMap__ConstIterator + func (this *QCborMap__ConstIterator) OperatorMinusAssign(j int64) *QCborMap__ConstIterator + func (this *QCborMap__ConstIterator) OperatorMinusGreater() *QCborValueRef + func (this *QCborMap__ConstIterator) OperatorMinusMinus() *QCborMap__ConstIterator + func (this *QCborMap__ConstIterator) OperatorMinusMinusWithInt(param1 int) *QCborMap__ConstIterator + func (this *QCborMap__ConstIterator) OperatorMinusWithQCborMapConstIterator(j QCborMap__ConstIterator) int64 + func (this *QCborMap__ConstIterator) OperatorMultiply() struct{ ... } + func (this *QCborMap__ConstIterator) OperatorNotEqual(o *QCborMap__Iterator) bool + func (this *QCborMap__ConstIterator) OperatorNotEqualWithQCborMapConstIterator(o *QCborMap__ConstIterator) bool + func (this *QCborMap__ConstIterator) OperatorPlus(j int64) *QCborMap__ConstIterator + func (this *QCborMap__ConstIterator) OperatorPlusAssign(j int64) *QCborMap__ConstIterator + func (this *QCborMap__ConstIterator) OperatorPlusPlus() *QCborMap__ConstIterator + func (this *QCborMap__ConstIterator) OperatorPlusPlusWithInt(param1 int) *QCborMap__ConstIterator + func (this *QCborMap__ConstIterator) UnsafePointer() unsafe.Pointer + func (this *QCborMap__ConstIterator) Value() *QCborValueRef + type QCborMap__Iterator struct + func NewQCborMap__Iterator() *QCborMap__Iterator + func NewQCborMap__Iterator2(param1 *QCborMap__Iterator) *QCborMap__Iterator + func UnsafeNewQCborMap__Iterator(h unsafe.Pointer) *QCborMap__Iterator + func (this *QCborMap__Iterator) Delete() + func (this *QCborMap__Iterator) GoGC() + func (this *QCborMap__Iterator) Key() *QCborValue + func (this *QCborMap__Iterator) OperatorAssign(other *QCborMap__Iterator) + func (this *QCborMap__Iterator) OperatorEqual(o *QCborMap__Iterator) bool + func (this *QCborMap__Iterator) OperatorEqualWithQCborMapConstIterator(o *QCborMap__ConstIterator) bool + func (this *QCborMap__Iterator) OperatorGreater(other *QCborMap__Iterator) bool + func (this *QCborMap__Iterator) OperatorGreaterOrEqual(other *QCborMap__Iterator) bool + func (this *QCborMap__Iterator) OperatorGreaterOrEqualWithOther(other *QCborMap__ConstIterator) bool + func (this *QCborMap__Iterator) OperatorGreaterWithOther(other *QCborMap__ConstIterator) bool + func (this *QCborMap__Iterator) OperatorLesser(other *QCborMap__Iterator) bool + func (this *QCborMap__Iterator) OperatorLesserOrEqual(other *QCborMap__Iterator) bool + func (this *QCborMap__Iterator) OperatorLesserOrEqualWithOther(other *QCborMap__ConstIterator) bool + func (this *QCborMap__Iterator) OperatorLesserWithOther(other *QCborMap__ConstIterator) bool + func (this *QCborMap__Iterator) OperatorMinus(j int64) *QCborMap__Iterator + func (this *QCborMap__Iterator) OperatorMinusAssign(j int64) *QCborMap__Iterator + func (this *QCborMap__Iterator) OperatorMinusGreater() *QCborValueRef + func (this *QCborMap__Iterator) OperatorMinusMinus() *QCborMap__Iterator + func (this *QCborMap__Iterator) OperatorMinusMinusWithInt(param1 int) *QCborMap__Iterator + func (this *QCborMap__Iterator) OperatorMinusWithQCborMapIterator(j QCborMap__Iterator) int64 + func (this *QCborMap__Iterator) OperatorMultiply() struct{ ... } + func (this *QCborMap__Iterator) OperatorNotEqual(o *QCborMap__Iterator) bool + func (this *QCborMap__Iterator) OperatorNotEqualWithQCborMapConstIterator(o *QCborMap__ConstIterator) bool + func (this *QCborMap__Iterator) OperatorPlus(j int64) *QCborMap__Iterator + func (this *QCborMap__Iterator) OperatorPlusAssign(j int64) *QCborMap__Iterator + func (this *QCborMap__Iterator) OperatorPlusPlus() *QCborMap__Iterator + func (this *QCborMap__Iterator) OperatorPlusPlusWithInt(param1 int) *QCborMap__Iterator + func (this *QCborMap__Iterator) UnsafePointer() unsafe.Pointer + func (this *QCborMap__Iterator) Value() *QCborValueRef + type QCborNegativeInteger uint64 + type QCborParserError struct + func UnsafeNewQCborParserError(h unsafe.Pointer) *QCborParserError + func (this *QCborParserError) Delete() + func (this *QCborParserError) ErrorString() string + func (this *QCborParserError) GoGC() + func (this *QCborParserError) UnsafePointer() unsafe.Pointer + type QCborSimpleType byte + const QCborSimpleType__False + const QCborSimpleType__Null + const QCborSimpleType__True + const QCborSimpleType__Undefined + type QCborStreamReader struct + func NewQCborStreamReader() *QCborStreamReader + func NewQCborStreamReader2(data string, lenVal int64) *QCborStreamReader + func NewQCborStreamReader3(data *byte, lenVal int64) *QCborStreamReader + func NewQCborStreamReader4(data []byte) *QCborStreamReader + func NewQCborStreamReader5(device *qt.QIODevice) *QCborStreamReader + func UnsafeNewQCborStreamReader(h unsafe.Pointer) *QCborStreamReader + func (this *QCborStreamReader) AddData(data []byte) + func (this *QCborStreamReader) AddData2(data string, lenVal int64) + func (this *QCborStreamReader) AddData3(data *byte, lenVal int64) + func (this *QCborStreamReader) Clear() + func (this *QCborStreamReader) ContainerDepth() int + func (this *QCborStreamReader) CurrentOffset() int64 + func (this *QCborStreamReader) CurrentStringChunkSize() int64 + func (this *QCborStreamReader) Delete() + func (this *QCborStreamReader) Device() *qt.QIODevice + func (this *QCborStreamReader) EnterContainer() bool + func (this *QCborStreamReader) GoGC() + func (this *QCborStreamReader) HasNext() bool + func (this *QCborStreamReader) IsArray() bool + func (this *QCborStreamReader) IsBool() bool + func (this *QCborStreamReader) IsByteArray() bool + func (this *QCborStreamReader) IsContainer() bool + func (this *QCborStreamReader) IsDouble() bool + func (this *QCborStreamReader) IsFalse() bool + func (this *QCborStreamReader) IsFloat() bool + func (this *QCborStreamReader) IsFloat16() bool + func (this *QCborStreamReader) IsInteger() bool + func (this *QCborStreamReader) IsInvalid() bool + func (this *QCborStreamReader) IsLengthKnown() bool + func (this *QCborStreamReader) IsMap() bool + func (this *QCborStreamReader) IsNegativeInteger() bool + func (this *QCborStreamReader) IsNull() bool + func (this *QCborStreamReader) IsSimpleType() bool + func (this *QCborStreamReader) IsSimpleTypeWithSt(st QCborSimpleType) bool + func (this *QCborStreamReader) IsString() bool + func (this *QCborStreamReader) IsTag() bool + func (this *QCborStreamReader) IsTrue() bool + func (this *QCborStreamReader) IsUndefined() bool + func (this *QCborStreamReader) IsUnsignedInteger() bool + func (this *QCborStreamReader) IsValid() bool + func (this *QCborStreamReader) LastError() *QCborError + func (this *QCborStreamReader) LeaveContainer() bool + func (this *QCborStreamReader) Length() uint64 + func (this *QCborStreamReader) Next() bool + func (this *QCborStreamReader) Next1(maxRecursion int) bool + func (this *QCborStreamReader) ParentContainerType() QCborStreamReader__Type + func (this *QCborStreamReader) Reparse() + func (this *QCborStreamReader) Reset() + func (this *QCborStreamReader) SetDevice(device *qt.QIODevice) + func (this *QCborStreamReader) ToBool() bool + func (this *QCborStreamReader) ToDouble() float64 + func (this *QCborStreamReader) ToFloat() float32 + func (this *QCborStreamReader) ToInteger() int64 + func (this *QCborStreamReader) ToNegativeInteger() QCborNegativeInteger + func (this *QCborStreamReader) ToSimpleType() QCborSimpleType + func (this *QCborStreamReader) ToTag() QCborTag + func (this *QCborStreamReader) ToUnsignedInteger() uint64 + func (this *QCborStreamReader) Type() QCborStreamReader__Type + func (this *QCborStreamReader) UnsafePointer() unsafe.Pointer + type QCborStreamReader__StringResultCode int + const QCborStreamReader__EndOfString + const QCborStreamReader__Error + const QCborStreamReader__Ok + type QCborStreamReader__Type byte + const QCborStreamReader__Array + const QCborStreamReader__ByteArray + const QCborStreamReader__ByteString + const QCborStreamReader__Double + const QCborStreamReader__Float + const QCborStreamReader__Float16 + const QCborStreamReader__HalfFloat + const QCborStreamReader__Invalid + const QCborStreamReader__Map + const QCborStreamReader__NegativeInteger + const QCborStreamReader__SimpleType + const QCborStreamReader__String + const QCborStreamReader__Tag + const QCborStreamReader__TextString + const QCborStreamReader__UnsignedInteger + type QCborStreamWriter struct + func NewQCborStreamWriter(device *qt.QIODevice) *QCborStreamWriter + func UnsafeNewQCborStreamWriter(h unsafe.Pointer) *QCborStreamWriter + func (this *QCborStreamWriter) Append(u uint64) + func (this *QCborStreamWriter) Append22(str string, size int64) + func (this *QCborStreamWriter) Append3(tag QCborKnownTags) + func (this *QCborStreamWriter) Append4(str string) + func (this *QCborStreamWriter) AppendByteString(data string, lenVal int64) + func (this *QCborStreamWriter) AppendNull() + func (this *QCborStreamWriter) AppendTextString(utf8 string, lenVal int64) + func (this *QCborStreamWriter) AppendUndefined() + func (this *QCborStreamWriter) AppendWithBa(ba []byte) + func (this *QCborStreamWriter) AppendWithBool(b bool) + func (this *QCborStreamWriter) AppendWithDouble(d float64) + func (this *QCborStreamWriter) AppendWithFloat(f float32) + func (this *QCborStreamWriter) AppendWithInt(i int) + func (this *QCborStreamWriter) AppendWithQCborNegativeInteger(n QCborNegativeInteger) + func (this *QCborStreamWriter) AppendWithQint64(i int64) + func (this *QCborStreamWriter) AppendWithSt(st QCborSimpleType) + func (this *QCborStreamWriter) AppendWithTag(tag QCborTag) + func (this *QCborStreamWriter) AppendWithUint(u uint) + func (this *QCborStreamWriter) Delete() + func (this *QCborStreamWriter) Device() *qt.QIODevice + func (this *QCborStreamWriter) EndArray() bool + func (this *QCborStreamWriter) EndMap() bool + func (this *QCborStreamWriter) GoGC() + func (this *QCborStreamWriter) SetDevice(device *qt.QIODevice) + func (this *QCborStreamWriter) StartArray() + func (this *QCborStreamWriter) StartArrayWithCount(count uint64) + func (this *QCborStreamWriter) StartMap() + func (this *QCborStreamWriter) StartMapWithCount(count uint64) + func (this *QCborStreamWriter) UnsafePointer() unsafe.Pointer + type QCborTag uint64 + type QCborValue struct + func NewQCborValue() *QCborValue + func NewQCborValue10(s string) *QCborValue + func NewQCborValue11(s string) *QCborValue + func NewQCborValue12(a *QCborArray) *QCborValue + func NewQCborValue13(m *QCborMap) *QCborValue + func NewQCborValue14(tag QCborTag) *QCborValue + func NewQCborValue15(t_ QCborKnownTags) *QCborValue + func NewQCborValue16(dt *qt.QDateTime) *QCborValue + func NewQCborValue17(url *qt.QUrl) *QCborValue + func NewQCborValue18(rx *qt.QRegularExpression) *QCborValue + func NewQCborValue19(uuid *qt.QUuid) *QCborValue + func NewQCborValue2(t_ QCborValue__Type) *QCborValue + func NewQCborValue20(other *QCborValue) *QCborValue + func NewQCborValue21(tag QCborTag, taggedValue *QCborValue) *QCborValue + func NewQCborValue22(t_ QCborKnownTags, tv *QCborValue) *QCborValue + func NewQCborValue3(b_ bool) *QCborValue + func NewQCborValue4(i int) *QCborValue + func NewQCborValue5(u uint) *QCborValue + func NewQCborValue6(i int64) *QCborValue + func NewQCborValue7(v float64) *QCborValue + func NewQCborValue8(st QCborSimpleType) *QCborValue + func NewQCborValue9(ba []byte) *QCborValue + func QCborValue_FromCbor(reader *QCborStreamReader) *QCborValue + func QCborValue_FromCbor2(data string, lenVal int64) *QCborValue + func QCborValue_FromCbor22(ba []byte, error *QCborParserError) *QCborValue + func QCborValue_FromCbor3(data *byte, lenVal int64) *QCborValue + func QCborValue_FromCbor32(data string, lenVal int64, error *QCborParserError) *QCborValue + func QCborValue_FromCbor33(data *byte, lenVal int64, error *QCborParserError) *QCborValue + func QCborValue_FromCborWithBa(ba []byte) *QCborValue + func QCborValue_FromJsonValue(v *qt.QJsonValue) *QCborValue + func QCborValue_FromVariant(variant *qt.QVariant) *QCborValue + func UnsafeNewQCborValue(h unsafe.Pointer) *QCborValue + func (this *QCborValue) Compare(other *QCborValue) int + func (this *QCborValue) Delete() + func (this *QCborValue) GoGC() + func (this *QCborValue) IsArray() bool + func (this *QCborValue) IsBool() bool + func (this *QCborValue) IsByteArray() bool + func (this *QCborValue) IsContainer() bool + func (this *QCborValue) IsDateTime() bool + func (this *QCborValue) IsDouble() bool + func (this *QCborValue) IsFalse() bool + func (this *QCborValue) IsInteger() bool + func (this *QCborValue) IsInvalid() bool + func (this *QCborValue) IsMap() bool + func (this *QCborValue) IsNull() bool + func (this *QCborValue) IsRegularExpression() bool + func (this *QCborValue) IsSimpleType() bool + func (this *QCborValue) IsSimpleTypeWithSt(st QCborSimpleType) bool + func (this *QCborValue) IsString() bool + func (this *QCborValue) IsTag() bool + func (this *QCborValue) IsTrue() bool + func (this *QCborValue) IsUndefined() bool + func (this *QCborValue) IsUrl() bool + func (this *QCborValue) IsUuid() bool + func (this *QCborValue) OperatorAssign(other *QCborValue) + func (this *QCborValue) OperatorEqual(other *QCborValue) bool + func (this *QCborValue) OperatorLesser(other *QCborValue) bool + func (this *QCborValue) OperatorNotEqual(other *QCborValue) bool + func (this *QCborValue) OperatorSubscript(key string) *QCborValue + func (this *QCborValue) OperatorSubscript2(key int64) *QCborValue + func (this *QCborValue) OperatorSubscript3(key int64) *QCborValueRef + func (this *QCborValue) OperatorSubscript5(key string) *QCborValueRef + func (this *QCborValue) Swap(other *QCborValue) + func (this *QCborValue) Tag() QCborTag + func (this *QCborValue) Tag1(defaultValue QCborTag) QCborTag + func (this *QCborValue) TaggedValue() *QCborValue + func (this *QCborValue) TaggedValue1(defaultValue *QCborValue) *QCborValue + func (this *QCborValue) ToArray() *QCborArray + func (this *QCborValue) ToArrayWithDefaultValue(defaultValue *QCborArray) *QCborArray + func (this *QCborValue) ToBool() bool + func (this *QCborValue) ToBool1(defaultValue bool) bool + func (this *QCborValue) ToByteArray() []byte + func (this *QCborValue) ToByteArray1(defaultValue []byte) []byte + func (this *QCborValue) ToCbor() []byte + func (this *QCborValue) ToCbor1(opt QCborValue__EncodingOption) []byte + func (this *QCborValue) ToCbor2(writer *QCborStreamWriter, opt QCborValue__EncodingOption) + func (this *QCborValue) ToCborWithWriter(writer *QCborStreamWriter) + func (this *QCborValue) ToDateTime() *qt.QDateTime + func (this *QCborValue) ToDateTime1(defaultValue *qt.QDateTime) *qt.QDateTime + func (this *QCborValue) ToDiagnosticNotation() string + func (this *QCborValue) ToDiagnosticNotation1(opts QCborValue__DiagnosticNotationOption) string + func (this *QCborValue) ToDouble() float64 + func (this *QCborValue) ToDouble1(defaultValue float64) float64 + func (this *QCborValue) ToInteger() int64 + func (this *QCborValue) ToInteger1(defaultValue int64) int64 + func (this *QCborValue) ToJsonValue() *qt.QJsonValue + func (this *QCborValue) ToMap() *QCborMap + func (this *QCborValue) ToMapWithDefaultValue(defaultValue *QCborMap) *QCborMap + func (this *QCborValue) ToRegularExpression() *qt.QRegularExpression + func (this *QCborValue) ToRegularExpression1(defaultValue *qt.QRegularExpression) *qt.QRegularExpression + func (this *QCborValue) ToSimpleType() QCborSimpleType + func (this *QCborValue) ToSimpleType1(defaultValue QCborSimpleType) QCborSimpleType + func (this *QCborValue) ToString() string + func (this *QCborValue) ToString1(defaultValue string) string + func (this *QCborValue) ToUrl() *qt.QUrl + func (this *QCborValue) ToUrl1(defaultValue *qt.QUrl) *qt.QUrl + func (this *QCborValue) ToUuid() *qt.QUuid + func (this *QCborValue) ToUuid1(defaultValue *qt.QUuid) *qt.QUuid + func (this *QCborValue) ToVariant() *qt.QVariant + func (this *QCborValue) Type() QCborValue__Type + func (this *QCborValue) UnsafePointer() unsafe.Pointer + type QCborValueRef struct + func NewQCborValueRef(param1 *QCborValueRef) *QCborValueRef + func UnsafeNewQCborValueRef(h unsafe.Pointer) *QCborValueRef + func (this *QCborValueRef) Compare(other *QCborValue) int + func (this *QCborValueRef) Delete() + func (this *QCborValueRef) GoGC() + func (this *QCborValueRef) IsArray() bool + func (this *QCborValueRef) IsBool() bool + func (this *QCborValueRef) IsByteArray() bool + func (this *QCborValueRef) IsContainer() bool + func (this *QCborValueRef) IsDateTime() bool + func (this *QCborValueRef) IsDouble() bool + func (this *QCborValueRef) IsFalse() bool + func (this *QCborValueRef) IsInteger() bool + func (this *QCborValueRef) IsInvalid() bool + func (this *QCborValueRef) IsMap() bool + func (this *QCborValueRef) IsNull() bool + func (this *QCborValueRef) IsRegularExpression() bool + func (this *QCborValueRef) IsSimpleType() bool + func (this *QCborValueRef) IsSimpleTypeWithSt(st QCborSimpleType) bool + func (this *QCborValueRef) IsString() bool + func (this *QCborValueRef) IsTag() bool + func (this *QCborValueRef) IsTrue() bool + func (this *QCborValueRef) IsUndefined() bool + func (this *QCborValueRef) IsUrl() bool + func (this *QCborValueRef) IsUuid() bool + func (this *QCborValueRef) OperatorAssign(other *QCborValue) + func (this *QCborValueRef) OperatorAssignWithOther(other *QCborValueRef) + func (this *QCborValueRef) OperatorEqual(other *QCborValue) bool + func (this *QCborValueRef) OperatorLesser(other *QCborValue) bool + func (this *QCborValueRef) OperatorNotEqual(other *QCborValue) bool + func (this *QCborValueRef) OperatorSubscript(key string) *QCborValue + func (this *QCborValueRef) OperatorSubscript2(key int64) *QCborValue + func (this *QCborValueRef) OperatorSubscript3(key int64) *QCborValueRef + func (this *QCborValueRef) OperatorSubscript5(key string) *QCborValueRef + func (this *QCborValueRef) Tag() QCborTag + func (this *QCborValueRef) Tag1(defaultValue QCborTag) QCborTag + func (this *QCborValueRef) TaggedValue() *QCborValue + func (this *QCborValueRef) TaggedValue1(defaultValue *QCborValue) *QCborValue + func (this *QCborValueRef) ToArray() *QCborArray + func (this *QCborValueRef) ToArrayWithQCborArray(a *QCborArray) *QCborArray + func (this *QCborValueRef) ToBool() bool + func (this *QCborValueRef) ToBool1(defaultValue bool) bool + func (this *QCborValueRef) ToByteArray() []byte + func (this *QCborValueRef) ToByteArray1(defaultValue []byte) []byte + func (this *QCborValueRef) ToCbor() []byte + func (this *QCborValueRef) ToCbor1(opt QCborValue__EncodingOption) []byte + func (this *QCborValueRef) ToCbor2(writer *QCborStreamWriter, opt QCborValue__EncodingOption) + func (this *QCborValueRef) ToCborWithWriter(writer *QCborStreamWriter) + func (this *QCborValueRef) ToDateTime() *qt.QDateTime + func (this *QCborValueRef) ToDateTime1(defaultValue *qt.QDateTime) *qt.QDateTime + func (this *QCborValueRef) ToDiagnosticNotation() string + func (this *QCborValueRef) ToDiagnosticNotation1(opt QCborValue__DiagnosticNotationOption) string + func (this *QCborValueRef) ToDouble() float64 + func (this *QCborValueRef) ToDouble1(defaultValue float64) float64 + func (this *QCborValueRef) ToInteger() int64 + func (this *QCborValueRef) ToInteger1(defaultValue int64) int64 + func (this *QCborValueRef) ToJsonValue() *qt.QJsonValue + func (this *QCborValueRef) ToMap() *QCborMap + func (this *QCborValueRef) ToMapWithQCborMap(m *QCborMap) *QCborMap + func (this *QCborValueRef) ToRegularExpression() *qt.QRegularExpression + func (this *QCborValueRef) ToRegularExpression1(defaultValue *qt.QRegularExpression) *qt.QRegularExpression + func (this *QCborValueRef) ToString() string + func (this *QCborValueRef) ToString1(defaultValue string) string + func (this *QCborValueRef) ToUrl() *qt.QUrl + func (this *QCborValueRef) ToUrl1(defaultValue *qt.QUrl) *qt.QUrl + func (this *QCborValueRef) ToUuid() *qt.QUuid + func (this *QCborValueRef) ToUuid1(defaultValue *qt.QUuid) *qt.QUuid + func (this *QCborValueRef) ToVariant() *qt.QVariant + func (this *QCborValueRef) Type() QCborValue__Type + func (this *QCborValueRef) UnsafePointer() unsafe.Pointer + type QCborValue__DiagnosticNotationOption int + const QCborValue__Compact + const QCborValue__ExtendedFormat + const QCborValue__LineWrapped + type QCborValue__EncodingOption int + const QCborValue__NoTransformation + const QCborValue__SortKeysInMaps + const QCborValue__UseFloat + const QCborValue__UseFloat16 + const QCborValue__UseIntegers + type QCborValue__Type int + const QCborValue__Array + const QCborValue__ByteArray + const QCborValue__DateTime + const QCborValue__Double + const QCborValue__False + const QCborValue__Integer + const QCborValue__Invalid + const QCborValue__Map + const QCborValue__Null + const QCborValue__RegularExpression + const QCborValue__SimpleType + const QCborValue__String + const QCborValue__Tag + const QCborValue__True + const QCborValue__Undefined + const QCborValue__Url + const QCborValue__Uuid