qxmlinputsource.3qt
来自「Qt/Embedded是一个多平台的C++图形用户界面应用程序框架」· 3QT 代码 · 共 63 行
3QT
63 行
.TH QXmlInputSource 3qt "10 November 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 NAMEQXmlInputSource \- The source where XML data is read from<h1 align=center>QXmlInputSource Class Reference.br<small>[ XML module ]</small></h1>.br.PP\fC#include <qxml.h>\fR.PP.SS "Public Members".in +1c.ti -1c.BI "\fBQXmlInputSource\fR () ".br.ti -1c.BI "\fBQXmlInputSource\fR ( QTextStream & stream ) ".br.ti -1c.BI "\fBQXmlInputSource\fR ( QFile & file ) ".br.ti -1c.BI "virtual \fB~QXmlInputSource\fR () ".br.ti -1c.BI "virtual const QString& \fBdata\fR () const".br.ti -1c.BI "virtual void \fBsetData\fR ( const QString & d ) ".br.in -1c.SH DESCRIPTIONThe QXmlInputSource class is the source where XML data is read from..PPAll subclasses of QXmlReader read the input from this class..SH MEMBER FUNCTION DOCUMENTATION.SH "QXmlInputSource::QXmlInputSource ()"Constructs a input source which contains no data..SH "QXmlInputSource::QXmlInputSource ( QFile & file )"Constructs a input source and get the data from a file. If the file cannot be read the input source is empty..SH "QXmlInputSource::QXmlInputSource ( QTextStream & stream )"Constructs a input source and get the data from the text stream..SH "QXmlInputSource::~QXmlInputSource () \fC[virtual]\fR"Destructor..SH "const QString& QXmlInputSource::data () const \fC[virtual]\fR"Returns all the data this input source contains..SH "void QXmlInputSource::setData ( const QString & dat ) \fC[virtual]\fR"Sets the data of the input source to \fIdat.\fR.SH "SEE ALSO".BR http://doc.trolltech.com/qxmlinputsource.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 + =
减小字号Ctrl + -
显示快捷键?