Home · All Classes · Modules

QDataStream Class Reference
[QtCore module]

Types

Methods

Special Methods


Detailed Description


Type Documentation

QDataStream.ByteOrder

QDataStream.FloatingPointPrecision

QDataStream.Status

QDataStream.Version


Method Documentation

QDataStream.__init__ (self)

QDataStream.__init__ (self, QIODevice)

QDataStream.__init__ (self, QByteArray, QIODevice.OpenMode)

QDataStream.__init__ (self, QByteArray)

bool QDataStream.atEnd (self)

ByteOrder QDataStream.byteOrder (self)

QIODevice QDataStream.device (self)

FloatingPointPrecision QDataStream.floatingPointPrecision (self)

bool QDataStream.readBool (self)

str QDataStream.readBytes (self)

float QDataStream.readDouble (self)

float QDataStream.readFloat (self)

int QDataStream.readInt (self)

int QDataStream.readInt16 (self)

int QDataStream.readInt32 (self)

int QDataStream.readInt64 (self)

str QDataStream.readInt8 (self)

QString QDataStream.readQString (self)

QStringList QDataStream.readQStringList (self)

QVariant QDataStream.readQVariant (self)

dict-of-QString-QVariant QDataStream.readQVariantHash (self)

list-of-QVariant QDataStream.readQVariantList (self)

dict-of-QString-QVariant QDataStream.readQVariantMap (self)

str QDataStream.readRawData (self, int len)

str QDataStream.readString (self)

int QDataStream.readUInt16 (self)

int QDataStream.readUInt32 (self)

int QDataStream.readUInt64 (self)

str QDataStream.readUInt8 (self)

QDataStream.resetStatus (self)

QDataStream.setByteOrder (self, ByteOrder)

QDataStream.setDevice (self, QIODevice)

QDataStream.setFloatingPointPrecision (self, FloatingPointPrecision)

QDataStream.setStatus (self, Status)

QDataStream.setVersion (self, int)

int QDataStream.skipRawData (self, int)

Status QDataStream.status (self)

QDataStream.unsetDevice (self)

int QDataStream.version (self)

QDataStream.writeBool (self, bool i)

QDataStream QDataStream.writeBytes (self, str)

QDataStream.writeDouble (self, float f)

QDataStream.writeFloat (self, float f)

QDataStream.writeInt (self, int i)

QDataStream.writeInt16 (self, int i)

QDataStream.writeInt32 (self, int i)

QDataStream.writeInt64 (self, int i)

QDataStream.writeInt8 (self, str i)

QDataStream.writeQString (self, QString qstr)

QDataStream.writeQStringList (self, QStringList qstrlst)

QDataStream.writeQVariant (self, QVariant qvar)

QDataStream.writeQVariantHash (self, dict-of-QString-QVariant qvarhash)

QDataStream.writeQVariantList (self, list-of-QVariant qvarlst)

QDataStream.writeQVariantMap (self, dict-of-QString-QVariant qvarmap)

int QDataStream.writeRawData (self, str)

QDataStream.writeString (self, str str)

QDataStream.writeUInt16 (self, int i)

QDataStream.writeUInt32 (self, int i)

QDataStream.writeUInt64 (self, int i)

QDataStream.writeUInt8 (self, str i)

QDataStream __lshift__ (self, QColor)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QNetworkCacheMetaData)

This method is only available if the QtNetwork module is imported.

QDataStream __lshift__ (self, QScriptContextInfo)

This method is only available if the QtScript module is imported.

QDataStream __lshift__ (self, QWebHistory)

This method is only available if the QtWebKit module is imported.

QDataStream __lshift__ (self, QBrush)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QHostAddress)

This method is only available if the QtNetwork module is imported.

QDataStream __lshift__ (self, QCursor)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QFont)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QIcon)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QImage)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QKeySequence)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QListWidgetItem)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QMatrix)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QMatrix4x4)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QPainterPath)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QPalette)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QPen)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QPicture)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QPixmap)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QPolygonF)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QPolygon)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QQuaternion)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QRegion)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QSizePolicy)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QStandardItem)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QTableWidgetItem)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QTextLength)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QTextFormat)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QTransform)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QTreeWidgetItem)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QVector2D)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QVector3D)

This method is only available if the QtGui module is imported.

QDataStream __lshift__ (self, QVector4D)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QColor)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QNetworkCacheMetaData)

This method is only available if the QtNetwork module is imported.

QDataStream __rshift__ (self, QScriptContextInfo)

This method is only available if the QtScript module is imported.

QDataStream __rshift__ (self, QWebHistory)

This method is only available if the QtWebKit module is imported.

QDataStream __rshift__ (self, QBrush)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QHostAddress)

This method is only available if the QtNetwork module is imported.

QDataStream __rshift__ (self, QCursor)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QFont)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QIcon)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QImage)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QKeySequence)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QListWidgetItem)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QMatrix)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QMatrix4x4)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QPainterPath)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QPalette)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QPen)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QPicture)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QPixmap)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QPolygonF)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QPolygon)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QQuaternion)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QRegion)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QSizePolicy)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QStandardItem)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QTableWidgetItem)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QTextLength)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QTextFormat)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QTransform)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QTreeWidgetItem)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QVector2D)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QVector3D)

This method is only available if the QtGui module is imported.

QDataStream __rshift__ (self, QVector4D)

This method is only available if the QtGui module is imported.

QDataStream QDataStream.__lshift__ (self, QBitArray)

QDataStream QDataStream.__lshift__ (self, QByteArray)

QDataStream QDataStream.__lshift__ (self, QChar)

QDataStream QDataStream.__lshift__ (self, QDate)

QDataStream QDataStream.__lshift__ (self, QTime)

QDataStream QDataStream.__lshift__ (self, QDateTime)

QDataStream QDataStream.__lshift__ (self, QEasingCurve)

QDataStream QDataStream.__lshift__ (self, QLine)

QDataStream QDataStream.__lshift__ (self, QLineF)

QDataStream QDataStream.__lshift__ (self, QLocale)

QDataStream QDataStream.__lshift__ (self, QPoint)

QDataStream QDataStream.__lshift__ (self, QPointF)

QDataStream QDataStream.__lshift__ (self, QRect)

QDataStream QDataStream.__lshift__ (self, QRectF)

QDataStream QDataStream.__lshift__ (self, QRegExp)

QDataStream QDataStream.__lshift__ (self, QSize)

QDataStream QDataStream.__lshift__ (self, QSizeF)

QDataStream QDataStream.__lshift__ (self, QString)

QDataStream QDataStream.__lshift__ (self, QStringList)

QDataStream QDataStream.__lshift__ (self, QUrl)

QDataStream QDataStream.__lshift__ (self, QUuid)

QDataStream QDataStream.__lshift__ (self, QVariant)

QDataStream QDataStream.__lshift__ (self, QVariant.Type)

QDataStream QDataStream.__rshift__ (self, QBitArray)

QDataStream QDataStream.__rshift__ (self, QByteArray)

QDataStream QDataStream.__rshift__ (self, QChar)

QDataStream QDataStream.__rshift__ (self, QDate)

QDataStream QDataStream.__rshift__ (self, QTime)

QDataStream QDataStream.__rshift__ (self, QDateTime)

QDataStream QDataStream.__rshift__ (self, QEasingCurve)

QDataStream QDataStream.__rshift__ (self, QLine)

QDataStream QDataStream.__rshift__ (self, QLineF)

QDataStream QDataStream.__rshift__ (self, QLocale)

QDataStream QDataStream.__rshift__ (self, QPoint)

QDataStream QDataStream.__rshift__ (self, QPointF)

QDataStream QDataStream.__rshift__ (self, QRect)

QDataStream QDataStream.__rshift__ (self, QRectF)

QDataStream QDataStream.__rshift__ (self, QRegExp)

QDataStream QDataStream.__rshift__ (self, QSize)

QDataStream QDataStream.__rshift__ (self, QSizeF)

QDataStream QDataStream.__rshift__ (self, QString)

QDataStream QDataStream.__rshift__ (self, QStringList)

QDataStream QDataStream.__rshift__ (self, QUrl)

QDataStream QDataStream.__rshift__ (self, QUuid)

QDataStream QDataStream.__rshift__ (self, QVariant)

QDataStream QDataStream.__rshift__ (self, QVariant.Type)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0