qdomcomment.3qt
来自「Qt/Embedded是一个多平台的C++图形用户界面应用程序框架」· 3QT 代码 · 共 78 行
3QT
78 行
.TH QDomComment 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 NAMEQDomComment \- Represents an XML comment<h1 align=center>QDomComment Class Reference.br<small>[ XML module ]</small></h1>.br.PP\fC#include <qdom.h>\fR.PPInherits QDomCharacterData..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQDomComment\fR () ".br.ti -1c.BI "\fBQDomComment\fR ( const QDomComment & x ) ".br.ti -1c.BI "QDomComment& \fBoperator=\fR ( const QDomComment & ) ".br.ti -1c.BI "\fB~QDomComment\fR () ".br.ti -1c.BI "virtual QDomNode::NodeType \fBnodeType\fR () const".br.ti -1c.BI "virtual bool \fBisComment\fR () const".br.in -1c.SH DESCRIPTIONThe QDomComment class represents an XML comment..PPA comment in the parsed XML such as.PP.nf.br <!-- this is a comment -->.fi.PPis represented by QDomComment objects in the parsed Dom tree..PPFor further information about the Document Objct Model see http://www.w3.org/TR/REC-DOM-Level-1/. For a more general introduction of the DOM implementation see the QDomDocument documentation..SH MEMBER FUNCTION DOCUMENTATION.SH "QDomComment::QDomComment ()"Constructs an empty comment. To construct a comment with content, use the QDomDocument::createComment() function..SH "QDomComment::QDomComment ( const QDomComment & x )"Copy constructor..SH "QDomComment::~QDomComment ()"Destructor..SH "bool QDomComment::isComment () const \fC[virtual]\fR"Returns TRUE..PPReimplemented from QDomNode..SH "QDomNode::NodeType QDomComment::nodeType() const \fC[virtual]\fR"Returns \fCCommentNode.\fR.PPReimplemented from QDomNode..SH "QDomComment& QDomComment::operator= ( const QDomComment & x )"Assignment operator..SH "SEE ALSO".BR http://doc.trolltech.com/qdomcomment.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 + -
显示快捷键?