?? qtextostream.3qt
字號:
.TH QTextOStream 3qt "3 September 2000" "Trolltech AS" \" -*- nroff -*-.\" Copyright 1992-2000 Trolltech AS. All rights reserved. See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQTextOStream \- A convenience class for output streams.SH SYNOPSIS.br.PP\fC#include <qtextstream.h>\fR.PPInherits QTextStream..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQTextOStream\fR ( QString * s ) ".br.ti -1c.BI "\fBQTextOStream\fR ( QByteArray ba ) ".br.ti -1c.BI "\fBQTextOStream\fR ( FILE * f ) ".br.in -1c.SH DESCRIPTIONA convenience class for output streams..PPFor simple tasks, code should be simple. Hence this class is a shorthand to avoid passing the \fImode\fR argument to the normal QTextStream constructors..PPThis makes it easy for example, to write things like this:.PP.nf.br QString result;.br QTextOStream(&result) << "pi = " << 3.14;.fi.SH MEMBER FUNCTION DOCUMENTATION.SH "QTextOStream::QTextOStream ( QByteArray ba )"Constructs a stream to write to the array \fIba.\fR.SH "QTextOStream::QTextOStream ( QString * s )"Constructs a stream to write to string \fIs.\fR.SH "QTextOStream::QTextOStream ( FILE * f )"Constructs a stream to write to the file \fIf.\fR.SH "SEE ALSO".BR http://doc.trolltech.com/qtextostream.html.SH COPYRIGHTCopyright 1992-2000 Trolltech AS, http://www.trolltech.com/. See thelicense file included in the distribution for a complete licensestatement..SH AUTHORGenerated automatically from the source code.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -