API reference - Class QDataStreamNotation used in Ruby API documentation Description: Binding of QDataStream Public constructors
Public methods
Public static methods and constants
Detailed description[static] QDataStream_ByteOrder BigEndianDescription: Enum constant QDataStream::BigEndian [static] QDataStream_FloatingPointPrecision DoublePrecisionDescription: Enum constant QDataStream::DoublePrecision [static] QDataStream_ByteOrder LittleEndianDescription: Enum constant QDataStream::LittleEndian [static] QDataStream_Status OkDescription: Enum constant QDataStream::Ok [static] QDataStream_Status ReadCorruptDataDescription: Enum constant QDataStream::ReadCorruptData [static] QDataStream_Status ReadPastEndDescription: Enum constant QDataStream::ReadPastEnd [static] QDataStream_FloatingPointPrecision SinglePrecisionDescription: Enum constant QDataStream::SinglePrecision [const] bool atEndDescription: Method bool QDataStream::atEnd() [const] QDataStream_ByteOrder byteOrderDescription: Method QDataStream::ByteOrder QDataStream::byteOrder() void byteOrder=(const QDataStream_ByteOrder arg1)Description: Method void QDataStream::setByteOrder(QDataStream::ByteOrder) void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] QIODevice ptr deviceDescription: Method QIODevice *QDataStream::device() void device=(QIODevice ptr arg1)Description: Method void QDataStream::setDevice(QIODevice *) [const] QDataStream_FloatingPointPrecision floatingPointPrecisionDescription: Method QDataStream::FloatingPointPrecision QDataStream::floatingPointPrecision() void floatingPointPrecision=(const QDataStream_FloatingPointPrecision precision)Description: Method void QDataStream::setFloatingPointPrecision(QDataStream::FloatingPointPrecision precision) [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [static] new QDataStream newDescription: Constructor QDataStream::QDataStream() This method creates an object of class QDataStream. [static] new QDataStream new(QIODevice ptr arg1)Description: Constructor QDataStream::QDataStream(QIODevice *) This method creates an object of class QDataStream. [static] new QDataStream new(string ptr arg1,const QIODevice_QFlags_OpenModeFlag flags)Description: Constructor QDataStream::QDataStream(QByteArray *, QFlags<QIODevice::OpenModeFlag> flags) This method creates an object of class QDataStream. [static] new QDataStream new(string arg1)Description: Constructor QDataStream::QDataStream(const QByteArray &) This method creates an object of class QDataStream. QDataStream ptr put_b(bool arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_ba(string arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_d(double arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_f(float arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_i16(short arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_i32(int arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_i64(long long arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_i8(signed char arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_il(int[] arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_iv(int[] arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_qc(unsigned int arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_s(string arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_ui16(unsigned short arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_ui32(unsigned int arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_ui64(unsigned long long arg1)Description: Unambiguous adaptation of the corresponding operator<< QDataStream ptr put_ui8(unsigned char arg1)Description: Unambiguous adaptation of the corresponding operator<< bool read_bDescription: Unambiguous adaptation of the corresponding operator>> string read_baDescription: Unambiguous adaptation of the corresponding operator>> double read_dDescription: Unambiguous adaptation of the corresponding operator>> float read_fDescription: Unambiguous adaptation of the corresponding operator>> short read_i16Description: Unambiguous adaptation of the corresponding operator>> int read_i32Description: Unambiguous adaptation of the corresponding operator>> long long read_i64Description: Unambiguous adaptation of the corresponding operator>> signed char read_i8Description: Unambiguous adaptation of the corresponding operator>> int[] read_ilDescription: Unambiguous adaptation of the corresponding operator>> int[] read_ivDescription: Unambiguous adaptation of the corresponding operator>> unsigned int read_qcDescription: Unambiguous adaptation of the corresponding operator>> string read_sDescription: Unambiguous adaptation of the corresponding operator>> unsigned short read_ui16Description: Unambiguous adaptation of the corresponding operator>> unsigned int read_ui32Description: Unambiguous adaptation of the corresponding operator>> unsigned long long read_ui64Description: Unambiguous adaptation of the corresponding operator>> unsigned char read_ui8Description: Unambiguous adaptation of the corresponding operator>> void resetStatusDescription: Method void QDataStream::resetStatus() void setByteOrder(const QDataStream_ByteOrder arg1)Description: Method void QDataStream::setByteOrder(QDataStream::ByteOrder) void setDevice(QIODevice ptr arg1)Description: Method void QDataStream::setDevice(QIODevice *) void setFloatingPointPrecision(const QDataStream_FloatingPointPrecision precision)Description: Method void QDataStream::setFloatingPointPrecision(QDataStream::FloatingPointPrecision precision) void setStatus(const QDataStream_Status status)Description: Method void QDataStream::setStatus(QDataStream::Status status) void setVersion(int arg1)Description: Method void QDataStream::setVersion(int) int skipRawData(int len)Description: Method int QDataStream::skipRawData(int len) [const] QDataStream_Status statusDescription: Method QDataStream::Status QDataStream::status() void status=(const QDataStream_Status status)Description: Method void QDataStream::setStatus(QDataStream::Status status) void unsetDeviceDescription: Method void QDataStream::unsetDevice() [const] int versionDescription: Method int QDataStream::version() void version=(int arg1)Description: Method void QDataStream::setVersion(int) QDataStream writeBytes(string arg1,unsigned int len)Description: Method QDataStream &QDataStream::writeBytes(const char *, unsigned int len) int writeRawData(string arg1,int len)Description: Method int QDataStream::writeRawData(const char *, int len) |