public class QTextStream: QtSupport, System.IDisposable
System.Object
QtSupport
QTextStreamThis type implements System.IDisposable.
Qt Namespace
QTextStream Constructors
QTextStream() Constructor
QTextStream(Qt.QIODevice) Constructor
QTextStream(System.String, int) Constructor
QTextStream(byte[], int) Constructor
QTextStream(void *) Constructor
QTextStream Methods
QTextStream.AtEnd Method
QTextStream.Device Method
QTextStream.Eof Method
QTextStream.Fill() Method
QTextStream.Fill(int) Method
QTextStream.Finalize Method
QTextStream.Flags() Method
QTextStream.Flags(int) Method
QTextStream.Precision() Method
QTextStream.Precision(int) Method
QTextStream.Read Method
QTextStream.ReadLine Method
QTextStream.ReadRawBytes Method
QTextStream.Reset Method
QTextStream.SetCodec Method
QTextStream.SetDevice Method
QTextStream.SetEncoding Method
QTextStream.Setf(int) Method
QTextStream.Setf(int, int) Method
QTextStream.SkipWhiteSpace Method
QTextStream.UnsetDevice Method
QTextStream.Unsetf Method
QTextStream.Width() Method
QTextStream.Width(int) Method
QTextStream.WriteRawBytes Method
public void QTextStream();
Qt.QTextStream Class, Qt Namespace
public void QTextStream(Qt.QIODevice arg1);
Qt.QTextStream Class, Qt Namespace
public void QTextStream(System.String arg1, int mode);
Qt.QTextStream Class, Qt Namespace
public void QTextStream(byte[] arg1, int mode);
Qt.QTextStream Class, Qt Namespace
public void QTextStream(void * ptr);
Qt.QTextStream Class, Qt Namespace
public bool AtEnd();
Qt.QTextStream Class, Qt Namespace
public Qt.QIODevice Device();
Qt.QTextStream Class, Qt Namespace
public bool Eof();
Qt.QTextStream Class, Qt Namespace
public int Fill();
Qt.QTextStream Class, Qt Namespace
public int Fill(int arg1);
Qt.QTextStream Class, Qt Namespace
protected override void Finalize();
Qt.QTextStream Class, Qt Namespace
public int Flags();
Qt.QTextStream Class, Qt Namespace
public int Flags(int f);
Qt.QTextStream Class, Qt Namespace
public int Precision();
Qt.QTextStream Class, Qt Namespace
public int Precision(int arg1);
Qt.QTextStream Class, Qt Namespace
public System.String Read();
Qt.QTextStream Class, Qt Namespace
public System.String ReadLine();
Qt.QTextStream Class, Qt Namespace
public Qt.QTextStream ReadRawBytes(System.String arg1, uint len);
Qt.QTextStream Class, Qt Namespace
public void Reset();
Qt.QTextStream Class, Qt Namespace
public void SetCodec(Qt.QTextCodec arg1);
Qt.QTextStream Class, Qt Namespace
public void SetDevice(Qt.QIODevice arg1);
Qt.QTextStream Class, Qt Namespace
public void SetEncoding(Encoding arg1);
Qt.QTextStream Class, Qt Namespace
public int Setf(int bits);
Qt.QTextStream Class, Qt Namespace
public int Setf(int bits, int mask);
Qt.QTextStream Class, Qt Namespace
public void SkipWhiteSpace();
Qt.QTextStream Class, Qt Namespace
public void UnsetDevice();
Qt.QTextStream Class, Qt Namespace
public int Unsetf(int bits);
Qt.QTextStream Class, Qt Namespace
public int Width();
Qt.QTextStream Class, Qt Namespace
public int Width(int arg1);
Qt.QTextStream Class, Qt Namespace
public Qt.QTextStream WriteRawBytes(System.String arg1, uint len);
Qt.QTextStream Class, Qt Namespace