Participer au site avec un Tip
Rechercher
 

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 :

Module « PySide2.QtCore »

Classe « QCborStreamReader »

Informations générales

Héritage

builtins.object
    Object
        QCborStreamReader

Définition

class QCborStreamReader(Object):

Description [extrait de QCborStreamReader.__doc__]

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)

Constructeur(s)

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__]

Liste des attributs statiques

Nom de l'attribut Valeur
ArrayPySide2.QtCore.QCborStreamReader.Type.Array
ByteArrayPySide2.QtCore.QCborStreamReader.Type.ByteArray
ByteStringPySide2.QtCore.QCborStreamReader.Type.ByteString
DoublePySide2.QtCore.QCborStreamReader.Type.Double
EndOfStringPySide2.QtCore.QCborStreamReader.StringResultCode.EndOfString
ErrorPySide2.QtCore.QCborStreamReader.StringResultCode.Error
FloatPySide2.QtCore.QCborStreamReader.Type.Float
Float16PySide2.QtCore.QCborStreamReader.Type.Float16
HalfFloatPySide2.QtCore.QCborStreamReader.Type.HalfFloat
InvalidPySide2.QtCore.QCborStreamReader.Type.Invalid
MapPySide2.QtCore.QCborStreamReader.Type.Map
NegativeIntegerPySide2.QtCore.QCborStreamReader.Type.NegativeInteger
OkPySide2.QtCore.QCborStreamReader.StringResultCode.Ok
SimpleTypePySide2.QtCore.QCborStreamReader.Type.SimpleType
StringPySide2.QtCore.QCborStreamReader.Type.String
TagPySide2.QtCore.QCborStreamReader.Type.Tag
TextStringPySide2.QtCore.QCborStreamReader.Type.TextString
UnsignedIntegerPySide2.QtCore.QCborStreamReader.Type.UnsignedInteger

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__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__]

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__