abortTransaction(self) -> None |
abortTransaction(self) -> None [extrait de abortTransaction.__doc__] |
atEnd(self) -> bool |
atEnd(self) -> bool [extrait de atEnd.__doc__] |
ByteOrder |
|
byteOrder(self) -> PySide6.QtCore.QDataStream.ByteOrder |
byteOrder(self) -> PySide6.QtCore.QDataStream.ByteOrder [extrait de byteOrder.__doc__] |
commitTransaction(self) -> bool |
commitTransaction(self) -> bool [extrait de commitTransaction.__doc__] |
device(self) -> PySide6.QtCore.QIODevice |
device(self) -> PySide6.QtCore.QIODevice [extrait de device.__doc__] |
FloatingPointPrecision |
|
floatingPointPrecision(self) -> PySide6.QtCore.QDataStream.FloatingPointPrecision |
floatingPointPrecision(self) -> PySide6.QtCore.QDataStream.FloatingPointPrecision [extrait de floatingPointPrecision.__doc__] |
isDeviceTransactionStarted(self) -> bool |
isDeviceTransactionStarted(self) -> bool [extrait de isDeviceTransactionStarted.__doc__] |
readBool(self) -> bool |
readBool(self) -> bool [extrait de readBool.__doc__] |
readDouble(self) -> float |
readDouble(self) -> float [extrait de readDouble.__doc__] |
readFloat(self) -> float |
readFloat(self) -> float [extrait de readFloat.__doc__] |
readInt16(self) -> int |
readInt16(self) -> int [extrait de readInt16.__doc__] |
readInt32(self) -> int |
readInt32(self) -> int [extrait de readInt32.__doc__] |
readInt64(self) -> int |
readInt64(self) -> int [extrait de readInt64.__doc__] |
readInt8(self) -> int |
readInt8(self) -> int [extrait de readInt8.__doc__] |
readQChar(self) -> str |
readQChar(self) -> str [extrait de readQChar.__doc__] |
readQString(self) -> str |
readQString(self) -> str [extrait de readQString.__doc__] |
readQStringList(self) -> List[str] |
readQStringList(self) -> List[str] [extrait de readQStringList.__doc__] |
readQVariant(self) -> Any |
readQVariant(self) -> Any [extrait de readQVariant.__doc__] |
readRawData(self, arg__1: bytes, len: int) -> int |
readRawData(self, arg__1: bytes, len: int) -> int [extrait de readRawData.__doc__] |
readString(self) -> str |
readString(self) -> str [extrait de readString.__doc__] |
readUInt16(self) -> int |
readUInt16(self) -> int [extrait de readUInt16.__doc__] |
readUInt32(self) -> int |
readUInt32(self) -> int [extrait de readUInt32.__doc__] |
readUInt64(self) -> int |
readUInt64(self) -> int [extrait de readUInt64.__doc__] |
readUInt8(self) -> int |
readUInt8(self) -> int [extrait de readUInt8.__doc__] |
resetStatus(self) -> None |
resetStatus(self) -> None [extrait de resetStatus.__doc__] |
rollbackTransaction(self) -> None |
rollbackTransaction(self) -> None [extrait de rollbackTransaction.__doc__] |
setByteOrder(self, arg__1: PySide6.QtCore.QDataStream.ByteOrder) -> None |
setByteOrder(self, arg__1: PySide6.QtCore.QDataStream.ByteOrder) -> None [extrait de setByteOrder.__doc__] |
setDevice(self, arg__1: PySide6.QtCore.QIODevice) -> None |
setDevice(self, arg__1: PySide6.QtCore.QIODevice) -> None [extrait de setDevice.__doc__] |
setFloatingPointPrecision(self, precision: PySide6.QtCore.QDataStream.FloatingPointPrecision) -> None |
setFloatingPointPrecision(self, precision: PySide6.QtCore.QDataStream.FloatingPointPrecision) -> None [extrait de setFloatingPointPrecision.__doc__] |
setStatus(self, status: PySide6.QtCore.QDataStream.Status) -> None |
setStatus(self, status: PySide6.QtCore.QDataStream.Status) -> None [extrait de setStatus.__doc__] |
setVersion(self, arg__1: int) -> None |
setVersion(self, arg__1: int) -> None [extrait de setVersion.__doc__] |
skipRawData(self, len: int) -> int |
skipRawData(self, len: int) -> int [extrait de skipRawData.__doc__] |
startTransaction(self) -> None |
startTransaction(self) -> None [extrait de startTransaction.__doc__] |
Status |
|
status(self) -> PySide6.QtCore.QDataStream.Status |
status(self) -> PySide6.QtCore.QDataStream.Status [extrait de status.__doc__] |
Version |
|
version(self) -> int |
version(self) -> int [extrait de version.__doc__] |
writeBool(self, arg__1: bool) -> None |
writeBool(self, arg__1: bool) -> None [extrait de writeBool.__doc__] |
writeDouble(self, arg__1: float) -> None |
writeDouble(self, arg__1: float) -> None [extrait de writeDouble.__doc__] |
writeFloat(self, arg__1: float) -> None |
writeFloat(self, arg__1: float) -> None [extrait de writeFloat.__doc__] |
writeInt16(self, arg__1: int) -> None |
writeInt16(self, arg__1: int) -> None [extrait de writeInt16.__doc__] |
writeInt32(self, arg__1: int) -> None |
writeInt32(self, arg__1: int) -> None [extrait de writeInt32.__doc__] |
writeInt64(self, arg__1: int) -> None |
writeInt64(self, arg__1: int) -> None [extrait de writeInt64.__doc__] |
writeInt8(self, arg__1: int) -> None |
writeInt8(self, arg__1: int) -> None [extrait de writeInt8.__doc__] |
writeQChar(self, arg__1: str) -> None |
writeQChar(self, arg__1: str) -> None [extrait de writeQChar.__doc__] |
writeQString(self, arg__1: str) -> None |
writeQString(self, arg__1: str) -> None [extrait de writeQString.__doc__] |
writeQStringList(self, arg__1: Sequence[str]) -> None |
writeQStringList(self, arg__1: Sequence[str]) -> None [extrait de writeQStringList.__doc__] |
writeQVariant(self, arg__1: Any) -> None |
writeQVariant(self, arg__1: Any) -> None [extrait de writeQVariant.__doc__] |
writeRawData(self, arg__1: bytes, len: int) -> int |
writeRawData(self, arg__1: bytes, len: int) -> int [extrait de writeRawData.__doc__] |
writeString(self, arg__1: str) -> None |
writeString(self, arg__1: str) -> None [extrait de writeString.__doc__] |
writeUInt16(self, arg__1: int) -> None |
writeUInt16(self, arg__1: int) -> None [extrait de writeUInt16.__doc__] |
writeUInt32(self, arg__1: int) -> None |
writeUInt32(self, arg__1: int) -> None [extrait de writeUInt32.__doc__] |
writeUInt64(self, arg__1: int) -> None |
writeUInt64(self, arg__1: int) -> None [extrait de writeUInt64.__doc__] |
writeUInt8(self, arg__1: int) -> None |
writeUInt8(self, arg__1: int) -> None [extrait de writeUInt8.__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 :