builtins.object Object QCborStreamReader
class QCborStreamReader(Object):
QCborStreamReader(self) QCborStreamReader(self, data: PySide2.QtCore.QByteArray) QCborStreamReader(self, data: bytes, len: int) QCborStreamReader(self, data: bytearray, len: int) QCborStreamReader(self, device: PySide2.QtCore.QIODevice)
| Signature du constructeur | Description |
|---|---|
| __new__(*args, **kwargs) | Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__] |
| __init__(self, /, *args, **kwargs) | Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__] |
| Nom de l'attribut | Valeur |
|---|---|
| Array | PySide2.QtCore.QCborStreamReader.Type.Array |
| ByteArray | PySide2.QtCore.QCborStreamReader.Type.ByteArray |
| ByteString | PySide2.QtCore.QCborStreamReader.Type.ByteString |
| Double | PySide2.QtCore.QCborStreamReader.Type.Double |
| EndOfString | PySide2.QtCore.QCborStreamReader.StringResultCode.EndOfString |
| Error | PySide2.QtCore.QCborStreamReader.StringResultCode.Error |
| Float | PySide2.QtCore.QCborStreamReader.Type.Float |
| Float16 | PySide2.QtCore.QCborStreamReader.Type.Float16 |
| HalfFloat | PySide2.QtCore.QCborStreamReader.Type.HalfFloat |
| Invalid | PySide2.QtCore.QCborStreamReader.Type.Invalid |
| Map | PySide2.QtCore.QCborStreamReader.Type.Map |
| NegativeInteger | PySide2.QtCore.QCborStreamReader.Type.NegativeInteger |
| Ok | PySide2.QtCore.QCborStreamReader.StringResultCode.Ok |
| SimpleType | PySide2.QtCore.QCborStreamReader.Type.SimpleType |
| String | PySide2.QtCore.QCborStreamReader.Type.String |
| Tag | PySide2.QtCore.QCborStreamReader.Type.Tag |
| TextString | PySide2.QtCore.QCborStreamReader.Type.TextString |
| UnsignedInteger | PySide2.QtCore.QCborStreamReader.Type.UnsignedInteger |
| Signature de la méthode | Description |
|---|---|
| __bool__(self) | self != 0 [extrait de __bool__.__doc__] |
| addData | addData(self, data: PySide2.QtCore.QByteArray) [extrait de addData.__doc__] |
| clear(self) | clear(self) [extrait de clear.__doc__] |
| containerDepth(self) -> int | containerDepth(self) -> int [extrait de containerDepth.__doc__] |
| currentOffset(self) -> int | currentOffset(self) -> int [extrait de currentOffset.__doc__] |
| currentStringChunkSize(self) -> int | currentStringChunkSize(self) -> int [extrait de currentStringChunkSize.__doc__] |
| device(self) -> PySide2.QtCore.QIODevice | device(self) -> PySide2.QtCore.QIODevice [extrait de device.__doc__] |
| enterContainer(self) -> bool | enterContainer(self) -> bool [extrait de enterContainer.__doc__] |
| hasNext(self) -> bool | hasNext(self) -> bool [extrait de hasNext.__doc__] |
| isArray(self) -> bool | isArray(self) -> bool [extrait de isArray.__doc__] |
| isBool(self) -> bool | isBool(self) -> bool [extrait de isBool.__doc__] |
| isByteArray(self) -> bool | isByteArray(self) -> bool [extrait de isByteArray.__doc__] |
| isContainer(self) -> bool | isContainer(self) -> bool [extrait de isContainer.__doc__] |
| isDouble(self) -> bool | isDouble(self) -> bool [extrait de isDouble.__doc__] |
| isFalse(self) -> bool | isFalse(self) -> bool [extrait de isFalse.__doc__] |
| isFloat(self) -> bool | isFloat(self) -> bool [extrait de isFloat.__doc__] |
| isFloat16(self) -> bool | isFloat16(self) -> bool [extrait de isFloat16.__doc__] |
| isInteger(self) -> bool | isInteger(self) -> bool [extrait de isInteger.__doc__] |
| isInvalid(self) -> bool | isInvalid(self) -> bool [extrait de isInvalid.__doc__] |
| isLengthKnown(self) -> bool | isLengthKnown(self) -> bool [extrait de isLengthKnown.__doc__] |
| isMap(self) -> bool | isMap(self) -> bool [extrait de isMap.__doc__] |
| isNegativeInteger(self) -> bool | isNegativeInteger(self) -> bool [extrait de isNegativeInteger.__doc__] |
| isNull(self) -> bool | isNull(self) -> bool [extrait de isNull.__doc__] |
| isSimpleType | isSimpleType(self) -> bool [extrait de isSimpleType.__doc__] |
| isString(self) -> bool | isString(self) -> bool [extrait de isString.__doc__] |
| isTag(self) -> bool | isTag(self) -> bool [extrait de isTag.__doc__] |
| isTrue(self) -> bool | isTrue(self) -> bool [extrait de isTrue.__doc__] |
| isUndefined(self) -> bool | isUndefined(self) -> bool [extrait de isUndefined.__doc__] |
| isUnsignedInteger(self) -> bool | isUnsignedInteger(self) -> bool [extrait de isUnsignedInteger.__doc__] |
| isValid(self) -> bool | isValid(self) -> bool [extrait de isValid.__doc__] |
| lastError(self) -> PySide2.QtCore.QCborError | lastError(self) -> PySide2.QtCore.QCborError [extrait de lastError.__doc__] |
| leaveContainer(self) -> bool | leaveContainer(self) -> bool [extrait de leaveContainer.__doc__] |
| length(self) -> int | length(self) -> int [extrait de length.__doc__] |
| next(self, maxRecursion: int = 10000) -> bool | next(self, maxRecursion: int = 10000) -> bool [extrait de next.__doc__] |
| parentContainerType(self) -> PySide2.QtCore.QCborStreamReader.Type | parentContainerType(self) -> PySide2.QtCore.QCborStreamReader.Type [extrait de parentContainerType.__doc__] |
| readByteArray(self) -> PySide2.QtCore.QCborStringResultByteArray | readByteArray(self) -> PySide2.QtCore.QCborStringResultByteArray [extrait de readByteArray.__doc__] |
| readString(self) -> PySide2.QtCore.QCborStringResultString | readString(self) -> PySide2.QtCore.QCborStringResultString [extrait de readString.__doc__] |
| reparse(self) | reparse(self) [extrait de reparse.__doc__] |
| reset(self) | reset(self) [extrait de reset.__doc__] |
| setDevice(self, device: PySide2.QtCore.QIODevice) | setDevice(self, device: PySide2.QtCore.QIODevice) [extrait de setDevice.__doc__] |
| StringResultCode | |
| toBool(self) -> bool | toBool(self) -> bool [extrait de toBool.__doc__] |
| toDouble(self) -> float | toDouble(self) -> float [extrait de toDouble.__doc__] |
| toFloat(self) -> float | toFloat(self) -> float [extrait de toFloat.__doc__] |
| toInteger(self) -> int | toInteger(self) -> int [extrait de toInteger.__doc__] |
| toSimpleType(self) -> PySide2.QtCore.QCborSimpleType | toSimpleType(self) -> PySide2.QtCore.QCborSimpleType [extrait de toSimpleType.__doc__] |
| toUnsignedInteger(self) -> int | toUnsignedInteger(self) -> int [extrait de toUnsignedInteger.__doc__] |
| Type | |
| type(self) -> PySide2.QtCore.QCborStreamReader.Type | type(self) -> PySide2.QtCore.QCborStreamReader.Type [extrait de type.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :