builtins.object Object QCborStreamReader
class QCborStreamReader(Object):
QCborStreamReader(self) -> None QCborStreamReader(self, data: bytes, len: int) -> None QCborStreamReader(self, data: bytearray, len: int) -> None QCborStreamReader(self, data: Union[PySide6.QtCore.QByteArray, bytes]) -> None QCborStreamReader(self, device: PySide6.QtCore.QIODevice) -> None
Signature du constructeur | Description |
---|---|
__new__(*args, **kwargs) | Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__] |
Nom de l'attribut | Valeur |
---|---|
Array | PySide6.QtCore.QCborStreamReader.Type.Array |
ByteArray | PySide6.QtCore.QCborStreamReader.Type.ByteArray |
ByteString | PySide6.QtCore.QCborStreamReader.Type.ByteString |
Double | PySide6.QtCore.QCborStreamReader.Type.Double |
EndOfString | PySide6.QtCore.QCborStreamReader.StringResultCode.EndOfString |
Error | PySide6.QtCore.QCborStreamReader.StringResultCode.Error |
Float | PySide6.QtCore.QCborStreamReader.Type.Float |
Float16 | PySide6.QtCore.QCborStreamReader.Type.Float16 |
HalfFloat | PySide6.QtCore.QCborStreamReader.Type.HalfFloat |
Invalid | PySide6.QtCore.QCborStreamReader.Type.Invalid |
Map | PySide6.QtCore.QCborStreamReader.Type.Map |
NegativeInteger | PySide6.QtCore.QCborStreamReader.Type.NegativeInteger |
Ok | PySide6.QtCore.QCborStreamReader.StringResultCode.Ok |
SimpleType | PySide6.QtCore.QCborStreamReader.Type.SimpleType |
String | PySide6.QtCore.QCborStreamReader.Type.String |
Tag | PySide6.QtCore.QCborStreamReader.Type.Tag |
TextString | PySide6.QtCore.QCborStreamReader.Type.TextString |
UnsignedInteger | PySide6.QtCore.QCborStreamReader.Type.UnsignedInteger |
Signature de la méthode | Description |
---|---|
__bool__(self) | self != 0 [extrait de __bool__.__doc__] |
addData | addData(self, data: bytes, len: int) -> None [extrait de addData.__doc__] |
clear(self) -> None | clear(self) -> None [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) -> PySide6.QtCore.QIODevice | device(self) -> PySide6.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) -> PySide6.QtCore.QCborError | lastError(self) -> PySide6.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) -> PySide6.QtCore.QCborStreamReader.Type | parentContainerType(self) -> PySide6.QtCore.QCborStreamReader.Type [extrait de parentContainerType.__doc__] |
readByteArray(self) -> PySide6.QtCore.QCborStringResultByteArray | readByteArray(self) -> PySide6.QtCore.QCborStringResultByteArray [extrait de readByteArray.__doc__] |
readString(self) -> PySide6.QtCore.QCborStringResultString | readString(self) -> PySide6.QtCore.QCborStringResultString [extrait de readString.__doc__] |
reparse(self) -> None | reparse(self) -> None [extrait de reparse.__doc__] |
reset(self) -> None | reset(self) -> None [extrait de reset.__doc__] |
setDevice(self, device: PySide6.QtCore.QIODevice) -> None | setDevice(self, device: PySide6.QtCore.QIODevice) -> None [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) -> PySide6.QtCore.QCborSimpleType | toSimpleType(self) -> PySide6.QtCore.QCborSimpleType [extrait de toSimpleType.__doc__] |
toUnsignedInteger(self) -> int | toUnsignedInteger(self) -> int [extrait de toUnsignedInteger.__doc__] |
Type | |
type(self) -> PySide6.QtCore.QCborStreamReader.Type | type(self) -> PySide6.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 :