Notation used in Ruby API documentation
Module: QtCore
Description: Binding of QTextStream
Class hierarchy: QTextStream
Sub-classes: FieldAlignment, QFlags_FieldAlignment, NumberFlag, QFlags_NumberFlag, RealNumberNotation, QFlags_RealNumberNotation, Status, QFlags_Status
new QTextStream | new | Constructor QTextStream::QTextStream() | |
new QTextStream | new | (QIODevice ptr device) | Constructor QTextStream::QTextStream(QIODevice *device) |
new QTextStream | new | (string ptr string, QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite) | Constructor QTextStream::QTextStream(QString *string, QFlags<QIODevice::OpenModeFlag> openMode) |
[const] | QTextStream ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
[const] | bool | atEnd | Method bool QTextStream::atEnd() | |
[const] | bool | autoDetectUnicode | Method bool QTextStream::autoDetectUnicode() | |
void | autoDetectUnicode= | (bool enabled) | Method void QTextStream::setAutoDetectUnicode(bool enabled) | |
[const] | QTextCodec ptr | codec | Method QTextCodec *QTextStream::codec() | |
void | codec= | (QTextCodec ptr codec) | Method void QTextStream::setCodec(QTextCodec *codec) | |
void | codec= | (string codecName) | Method void QTextStream::setCodec(const char *codecName) | |
[const] | QIODevice ptr | device | Method QIODevice *QTextStream::device() | |
void | device= | (QIODevice ptr device) | Method void QTextStream::setDevice(QIODevice *device) | |
[const] | QTextStream_FieldAlignment | fieldAlignment | Method QTextStream::FieldAlignment QTextStream::fieldAlignment() | |
void | fieldAlignment= | (const QTextStream_FieldAlignment alignment) | Method void QTextStream::setFieldAlignment(QTextStream::FieldAlignment alignment) | |
[const] | int | fieldWidth | Method int QTextStream::fieldWidth() | |
void | fieldWidth= | (int width) | Method void QTextStream::setFieldWidth(int width) | |
void | flush | Method void QTextStream::flush() | ||
[const] | bool | generateByteOrderMark | Method bool QTextStream::generateByteOrderMark() | |
void | generateByteOrderMark= | (bool generate) | Method void QTextStream::setGenerateByteOrderMark(bool generate) | |
[const] | int | integerBase | Method int QTextStream::integerBase() | |
void | integerBase= | (int base) | Method void QTextStream::setIntegerBase(int base) | |
[const] | QLocale | locale | Method QLocale QTextStream::locale() | |
void | locale= | (const QLocale locale) | Method void QTextStream::setLocale(const QLocale &locale) | |
[const] | QTextStream_QFlags_NumberFlag | numberFlags | Method QFlags<QTextStream::NumberFlag> QTextStream::numberFlags() | |
void | numberFlags= | (QTextStream_QFlags_NumberFlag flags) | Method void QTextStream::setNumberFlags(QFlags<QTextStream::NumberFlag> flags) | |
[const] | unsigned int | padChar | Method QChar QTextStream::padChar() | |
void | padChar= | (unsigned int ch) | Method void QTextStream::setPadChar(QChar ch) | |
[const] | long long | pos | Method qint64 QTextStream::pos() | |
QTextStream ptr | put_ba | (bytes arg1) | Non-ambiguous adaptation of the corresponding operator<< | |
QTextStream ptr | put_d | (double arg1) | Non-ambiguous adaptation of the corresponding operator<< | |
QTextStream ptr | put_f | (float arg1) | Non-ambiguous adaptation of the corresponding operator<< | |
QTextStream ptr | put_i | (int arg1) | Non-ambiguous adaptation of the corresponding operator<< | |
QTextStream ptr | put_ll | (long long arg1) | Non-ambiguous adaptation of the corresponding operator<< | |
QTextStream ptr | put_qc | (unsigned int arg1) | Non-ambiguous adaptation of the corresponding operator<< | |
QTextStream ptr | put_s | (short arg1) | Non-ambiguous adaptation of the corresponding operator<< | |
QTextStream ptr | put_s | (string arg1) | Non-ambiguous adaptation of the corresponding operator<< | |
QTextStream ptr | put_ui | (unsigned int arg1) | Non-ambiguous adaptation of the corresponding operator<< | |
QTextStream ptr | put_ull | (unsigned long long arg1) | Non-ambiguous adaptation of the corresponding operator<< | |
QTextStream ptr | put_us | (unsigned short arg1) | Non-ambiguous adaptation of the corresponding operator<< | |
string | read | (long long maxlen) | Method QString QTextStream::read(qint64 maxlen) | |
string | readAll | Method QString QTextStream::readAll() | ||
string | readLine | (long long maxlen = 0) | Method QString QTextStream::readLine(qint64 maxlen) | |
bool | readLineInto | (string ptr line, long long maxlen = 0) | Method bool QTextStream::readLineInto(QString *line, qint64 maxlen) | |
bytes | read_ba | Non-ambiguous adaptation of the corresponding operator>> | ||
double | read_d | Non-ambiguous adaptation of the corresponding operator>> | ||
float | read_f | Non-ambiguous adaptation of the corresponding operator>> | ||
int | read_i | Non-ambiguous adaptation of the corresponding operator>> | ||
long long | read_ll | Non-ambiguous adaptation of the corresponding operator>> | ||
unsigned int | read_qc | Non-ambiguous adaptation of the corresponding operator>> | ||
short | read_s | Non-ambiguous adaptation of the corresponding operator>> | ||
string | read_s | Non-ambiguous adaptation of the corresponding operator>> | ||
unsigned int | read_ui | Non-ambiguous adaptation of the corresponding operator>> | ||
unsigned long long | read_ull | Non-ambiguous adaptation of the corresponding operator>> | ||
unsigned short | read_us | Non-ambiguous adaptation of the corresponding operator>> | ||
[const] | QTextStream_RealNumberNotation | realNumberNotation | Method QTextStream::RealNumberNotation QTextStream::realNumberNotation() | |
void | realNumberNotation= | (const QTextStream_RealNumberNotation notation) | Method void QTextStream::setRealNumberNotation(QTextStream::RealNumberNotation notation) | |
[const] | int | realNumberPrecision | Method int QTextStream::realNumberPrecision() | |
void | realNumberPrecision= | (int precision) | Method void QTextStream::setRealNumberPrecision(int precision) | |
void | reset | Method void QTextStream::reset() | ||
void | resetStatus | Method void QTextStream::resetStatus() | ||
bool | seek | (long long pos) | Method bool QTextStream::seek(qint64 pos) | |
void | setAutoDetectUnicode | (bool enabled) | Method void QTextStream::setAutoDetectUnicode(bool enabled) | |
void | setCodec | (QTextCodec ptr codec) | Method void QTextStream::setCodec(QTextCodec *codec) | |
void | setCodec | (string codecName) | Method void QTextStream::setCodec(const char *codecName) | |
void | setDevice | (QIODevice ptr device) | Method void QTextStream::setDevice(QIODevice *device) | |
void | setFieldAlignment | (const QTextStream_FieldAlignment alignment) | Method void QTextStream::setFieldAlignment(QTextStream::FieldAlignment alignment) | |
void | setFieldWidth | (int width) | Method void QTextStream::setFieldWidth(int width) | |
void | setGenerateByteOrderMark | (bool generate) | Method void QTextStream::setGenerateByteOrderMark(bool generate) | |
void | setIntegerBase | (int base) | Method void QTextStream::setIntegerBase(int base) | |
void | setLocale | (const QLocale locale) | Method void QTextStream::setLocale(const QLocale &locale) | |
void | setNumberFlags | (QTextStream_QFlags_NumberFlag flags) | Method void QTextStream::setNumberFlags(QFlags<QTextStream::NumberFlag> flags) | |
void | setPadChar | (unsigned int ch) | Method void QTextStream::setPadChar(QChar ch) | |
void | setRealNumberNotation | (const QTextStream_RealNumberNotation notation) | Method void QTextStream::setRealNumberNotation(QTextStream::RealNumberNotation notation) | |
void | setRealNumberPrecision | (int precision) | Method void QTextStream::setRealNumberPrecision(int precision) | |
void | setStatus | (const QTextStream_Status status) | Method void QTextStream::setStatus(QTextStream::Status status) | |
void | setString | (string ptr string, QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite) | Method void QTextStream::setString(QString *string, QFlags<QIODevice::OpenModeFlag> openMode) | |
void | skipWhiteSpace | Method void QTextStream::skipWhiteSpace() | ||
[const] | QTextStream_Status | status | Method QTextStream::Status QTextStream::status() | |
void | status= | (const QTextStream_Status status) | Method void QTextStream::setStatus(QTextStream::Status status) | |
[const] | string ptr | string | Method QString *QTextStream::string() |
[static,const] | QTextStream_FieldAlignment | AlignAccountingStyle | Enum constant QTextStream::AlignAccountingStyle | |
[static,const] | QTextStream_FieldAlignment | AlignCenter | Enum constant QTextStream::AlignCenter | |
[static,const] | QTextStream_FieldAlignment | AlignLeft | Enum constant QTextStream::AlignLeft | |
[static,const] | QTextStream_FieldAlignment | AlignRight | Enum constant QTextStream::AlignRight | |
[static,const] | QTextStream_RealNumberNotation | FixedNotation | Enum constant QTextStream::FixedNotation | |
[static,const] | QTextStream_NumberFlag | ForcePoint | Enum constant QTextStream::ForcePoint | |
[static,const] | QTextStream_NumberFlag | ForceSign | Enum constant QTextStream::ForceSign | |
[static,const] | QTextStream_Status | Ok | Enum constant QTextStream::Ok | |
[static,const] | QTextStream_Status | ReadCorruptData | Enum constant QTextStream::ReadCorruptData | |
[static,const] | QTextStream_Status | ReadPastEnd | Enum constant QTextStream::ReadPastEnd | |
[static,const] | QTextStream_RealNumberNotation | ScientificNotation | Enum constant QTextStream::ScientificNotation | |
[static,const] | QTextStream_NumberFlag | ShowBase | Enum constant QTextStream::ShowBase | |
[static,const] | QTextStream_RealNumberNotation | SmartNotation | Enum constant QTextStream::SmartNotation | |
[static,const] | QTextStream_NumberFlag | UppercaseBase | Enum constant QTextStream::UppercaseBase | |
[static,const] | QTextStream_NumberFlag | UppercaseDigits | Enum constant QTextStream::UppercaseDigits | |
[static,const] | QTextStream_Status | WriteFailed | Enum constant QTextStream::WriteFailed |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
AlignAccountingStyle | Signature: [static,const] QTextStream_FieldAlignment AlignAccountingStyle Description: Enum constant QTextStream::AlignAccountingStyle Python specific notes: |
AlignCenter | Signature: [static,const] QTextStream_FieldAlignment AlignCenter Description: Enum constant QTextStream::AlignCenter Python specific notes: |
AlignLeft | Signature: [static,const] QTextStream_FieldAlignment AlignLeft Description: Enum constant QTextStream::AlignLeft Python specific notes: |
AlignRight | Signature: [static,const] QTextStream_FieldAlignment AlignRight Description: Enum constant QTextStream::AlignRight Python specific notes: |
FixedNotation | Signature: [static,const] QTextStream_RealNumberNotation FixedNotation Description: Enum constant QTextStream::FixedNotation Python specific notes: |
ForcePoint | Signature: [static,const] QTextStream_NumberFlag ForcePoint Description: Enum constant QTextStream::ForcePoint Python specific notes: |
ForceSign | Signature: [static,const] QTextStream_NumberFlag ForceSign Description: Enum constant QTextStream::ForceSign Python specific notes: |
Ok | Signature: [static,const] QTextStream_Status Ok Description: Enum constant QTextStream::Ok Python specific notes: |
ReadCorruptData | Signature: [static,const] QTextStream_Status ReadCorruptData Description: Enum constant QTextStream::ReadCorruptData Python specific notes: |
ReadPastEnd | Signature: [static,const] QTextStream_Status ReadPastEnd Description: Enum constant QTextStream::ReadPastEnd Python specific notes: |
ScientificNotation | Signature: [static,const] QTextStream_RealNumberNotation ScientificNotation Description: Enum constant QTextStream::ScientificNotation Python specific notes: |
ShowBase | Signature: [static,const] QTextStream_NumberFlag ShowBase Description: Enum constant QTextStream::ShowBase Python specific notes: |
SmartNotation | Signature: [static,const] QTextStream_RealNumberNotation SmartNotation Description: Enum constant QTextStream::SmartNotation Python specific notes: |
UppercaseBase | Signature: [static,const] QTextStream_NumberFlag UppercaseBase Description: Enum constant QTextStream::UppercaseBase Python specific notes: |
UppercaseDigits | Signature: [static,const] QTextStream_NumberFlag UppercaseDigits Description: Enum constant QTextStream::UppercaseDigits Python specific notes: |
WriteFailed | Signature: [static,const] QTextStream_Status WriteFailed Description: Enum constant QTextStream::WriteFailed Python specific notes: |
_const_cast | Signature: [const] QTextStream ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: 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. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [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. |
_is_const_object? | Signature: [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. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
atEnd | Signature: [const] bool atEnd Description: Method bool QTextStream::atEnd() |
autoDetectUnicode | Signature: [const] bool autoDetectUnicode Description: Method bool QTextStream::autoDetectUnicode() Python specific notes: |
autoDetectUnicode= | Signature: void autoDetectUnicode= (bool enabled) Description: Method void QTextStream::setAutoDetectUnicode(bool enabled) Python specific notes: |
codec | Signature: [const] QTextCodec ptr codec Description: Method QTextCodec *QTextStream::codec() Python specific notes: |
codec= | (1) Signature: void codec= (QTextCodec ptr codec) Description: Method void QTextStream::setCodec(QTextCodec *codec) Python specific notes: |
(2) Signature: void codec= (string codecName) Description: Method void QTextStream::setCodec(const char *codecName) Python specific notes: | |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead 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. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead 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. |
device | Signature: [const] QIODevice ptr device Description: Method QIODevice *QTextStream::device() Python specific notes: |
device= | Signature: void device= (QIODevice ptr device) Description: Method void QTextStream::setDevice(QIODevice *device) Python specific notes: |
fieldAlignment | Signature: [const] QTextStream_FieldAlignment fieldAlignment Description: Method QTextStream::FieldAlignment QTextStream::fieldAlignment() Python specific notes: |
fieldAlignment= | Signature: void fieldAlignment= (const QTextStream_FieldAlignment alignment) Description: Method void QTextStream::setFieldAlignment(QTextStream::FieldAlignment alignment) Python specific notes: |
fieldWidth | Signature: [const] int fieldWidth Description: Method int QTextStream::fieldWidth() Python specific notes: |
fieldWidth= | Signature: void fieldWidth= (int width) Description: Method void QTextStream::setFieldWidth(int width) Python specific notes: |
flush | Signature: void flush Description: Method void QTextStream::flush() |
generateByteOrderMark | Signature: [const] bool generateByteOrderMark Description: Method bool QTextStream::generateByteOrderMark() Python specific notes: |
generateByteOrderMark= | Signature: void generateByteOrderMark= (bool generate) Description: Method void QTextStream::setGenerateByteOrderMark(bool generate) Python specific notes: |
integerBase | Signature: [const] int integerBase Description: Method int QTextStream::integerBase() Python specific notes: |
integerBase= | Signature: void integerBase= (int base) Description: Method void QTextStream::setIntegerBase(int base) Python specific notes: |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
locale | Signature: [const] QLocale locale Description: Method QLocale QTextStream::locale() Python specific notes: |
locale= | Signature: void locale= (const QLocale locale) Description: Method void QTextStream::setLocale(const QLocale &locale) Python specific notes: |
new | (1) Signature: [static] new QTextStream new Description: Constructor QTextStream::QTextStream() This method creates an object of class QTextStream. Python specific notes: |
(2) Signature: [static] new QTextStream new (QIODevice ptr device) Description: Constructor QTextStream::QTextStream(QIODevice *device) This method creates an object of class QTextStream. Python specific notes: | |
(3) Signature: [static] new QTextStream new (string ptr string, QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite) Description: Constructor QTextStream::QTextStream(QString *string, QFlags<QIODevice::OpenModeFlag> openMode) This method creates an object of class QTextStream. Python specific notes: | |
numberFlags | Signature: [const] QTextStream_QFlags_NumberFlag numberFlags Description: Method QFlags<QTextStream::NumberFlag> QTextStream::numberFlags() Python specific notes: |
numberFlags= | Signature: void numberFlags= (QTextStream_QFlags_NumberFlag flags) Description: Method void QTextStream::setNumberFlags(QFlags<QTextStream::NumberFlag> flags) Python specific notes: |
padChar | Signature: [const] unsigned int padChar Description: Method QChar QTextStream::padChar() Python specific notes: |
padChar= | Signature: void padChar= (unsigned int ch) Description: Method void QTextStream::setPadChar(QChar ch) Python specific notes: |
pos | Signature: [const] long long pos Description: Method qint64 QTextStream::pos() |
put_ba | Signature: QTextStream ptr put_ba (bytes arg1) Description: Non-ambiguous adaptation of the corresponding operator<< |
put_d | Signature: QTextStream ptr put_d (double arg1) Description: Non-ambiguous adaptation of the corresponding operator<< |
put_f | Signature: QTextStream ptr put_f (float arg1) Description: Non-ambiguous adaptation of the corresponding operator<< |
put_i | Signature: QTextStream ptr put_i (int arg1) Description: Non-ambiguous adaptation of the corresponding operator<< |
put_ll | Signature: QTextStream ptr put_ll (long long arg1) Description: Non-ambiguous adaptation of the corresponding operator<< |
put_qc | Signature: QTextStream ptr put_qc (unsigned int arg1) Description: Non-ambiguous adaptation of the corresponding operator<< |
put_s | (1) Signature: QTextStream ptr put_s (short arg1) Description: Non-ambiguous adaptation of the corresponding operator<< |
(2) Signature: QTextStream ptr put_s (string arg1) Description: Non-ambiguous adaptation of the corresponding operator<< | |
put_ui | Signature: QTextStream ptr put_ui (unsigned int arg1) Description: Non-ambiguous adaptation of the corresponding operator<< |
put_ull | Signature: QTextStream ptr put_ull (unsigned long long arg1) Description: Non-ambiguous adaptation of the corresponding operator<< |
put_us | Signature: QTextStream ptr put_us (unsigned short arg1) Description: Non-ambiguous adaptation of the corresponding operator<< |
read | Signature: string read (long long maxlen) Description: Method QString QTextStream::read(qint64 maxlen) |
readAll | Signature: string readAll Description: Method QString QTextStream::readAll() |
readLine | Signature: string readLine (long long maxlen = 0) Description: Method QString QTextStream::readLine(qint64 maxlen) |
readLineInto | Signature: bool readLineInto (string ptr line, long long maxlen = 0) Description: Method bool QTextStream::readLineInto(QString *line, qint64 maxlen) |
read_ba | Signature: bytes read_ba Description: Non-ambiguous adaptation of the corresponding operator>> |
read_d | Signature: double read_d Description: Non-ambiguous adaptation of the corresponding operator>> |
read_f | Signature: float read_f Description: Non-ambiguous adaptation of the corresponding operator>> |
read_i | Signature: int read_i Description: Non-ambiguous adaptation of the corresponding operator>> |
read_ll | Signature: long long read_ll Description: Non-ambiguous adaptation of the corresponding operator>> |
read_qc | Signature: unsigned int read_qc Description: Non-ambiguous adaptation of the corresponding operator>> |
read_s | (1) Signature: short read_s Description: Non-ambiguous adaptation of the corresponding operator>> |
(2) Signature: string read_s Description: Non-ambiguous adaptation of the corresponding operator>> | |
read_ui | Signature: unsigned int read_ui Description: Non-ambiguous adaptation of the corresponding operator>> |
read_ull | Signature: unsigned long long read_ull Description: Non-ambiguous adaptation of the corresponding operator>> |
read_us | Signature: unsigned short read_us Description: Non-ambiguous adaptation of the corresponding operator>> |
realNumberNotation | Signature: [const] QTextStream_RealNumberNotation realNumberNotation Description: Method QTextStream::RealNumberNotation QTextStream::realNumberNotation() Python specific notes: |
realNumberNotation= | Signature: void realNumberNotation= (const QTextStream_RealNumberNotation notation) Description: Method void QTextStream::setRealNumberNotation(QTextStream::RealNumberNotation notation) Python specific notes: |
realNumberPrecision | Signature: [const] int realNumberPrecision Description: Method int QTextStream::realNumberPrecision() Python specific notes: |
realNumberPrecision= | Signature: void realNumberPrecision= (int precision) Description: Method void QTextStream::setRealNumberPrecision(int precision) Python specific notes: |
reset | Signature: void reset Description: Method void QTextStream::reset() |
resetStatus | Signature: void resetStatus Description: Method void QTextStream::resetStatus() |
seek | Signature: bool seek (long long pos) Description: Method bool QTextStream::seek(qint64 pos) |
setAutoDetectUnicode | Signature: void setAutoDetectUnicode (bool enabled) Description: Method void QTextStream::setAutoDetectUnicode(bool enabled) Python specific notes: |
setCodec | (1) Signature: void setCodec (QTextCodec ptr codec) Description: Method void QTextStream::setCodec(QTextCodec *codec) Python specific notes: |
(2) Signature: void setCodec (string codecName) Description: Method void QTextStream::setCodec(const char *codecName) Python specific notes: | |
setDevice | Signature: void setDevice (QIODevice ptr device) Description: Method void QTextStream::setDevice(QIODevice *device) Python specific notes: |
setFieldAlignment | Signature: void setFieldAlignment (const QTextStream_FieldAlignment alignment) Description: Method void QTextStream::setFieldAlignment(QTextStream::FieldAlignment alignment) Python specific notes: |
setFieldWidth | Signature: void setFieldWidth (int width) Description: Method void QTextStream::setFieldWidth(int width) Python specific notes: |
setGenerateByteOrderMark | Signature: void setGenerateByteOrderMark (bool generate) Description: Method void QTextStream::setGenerateByteOrderMark(bool generate) Python specific notes: |
setIntegerBase | Signature: void setIntegerBase (int base) Description: Method void QTextStream::setIntegerBase(int base) Python specific notes: |
setLocale | Signature: void setLocale (const QLocale locale) Description: Method void QTextStream::setLocale(const QLocale &locale) Python specific notes: |
setNumberFlags | Signature: void setNumberFlags (QTextStream_QFlags_NumberFlag flags) Description: Method void QTextStream::setNumberFlags(QFlags<QTextStream::NumberFlag> flags) Python specific notes: |
setPadChar | Signature: void setPadChar (unsigned int ch) Description: Method void QTextStream::setPadChar(QChar ch) Python specific notes: |
setRealNumberNotation | Signature: void setRealNumberNotation (const QTextStream_RealNumberNotation notation) Description: Method void QTextStream::setRealNumberNotation(QTextStream::RealNumberNotation notation) Python specific notes: |
setRealNumberPrecision | Signature: void setRealNumberPrecision (int precision) Description: Method void QTextStream::setRealNumberPrecision(int precision) Python specific notes: |
setStatus | Signature: void setStatus (const QTextStream_Status status) Description: Method void QTextStream::setStatus(QTextStream::Status status) Python specific notes: |
setString | Signature: void setString (string ptr string, QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite) Description: Method void QTextStream::setString(QString *string, QFlags<QIODevice::OpenModeFlag> openMode) |
skipWhiteSpace | Signature: void skipWhiteSpace Description: Method void QTextStream::skipWhiteSpace() |
status | Signature: [const] QTextStream_Status status Description: Method QTextStream::Status QTextStream::status() Python specific notes: |
status= | Signature: void status= (const QTextStream_Status status) Description: Method void QTextStream::setStatus(QTextStream::Status status) Python specific notes: |
string | Signature: [const] string ptr string Description: Method QString *QTextStream::string() Python specific notes: |