就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.10.1
Qt Core
C++ 类
QXmlStreamWriter
List of All Members for QXmlStreamWriter
这是完整成员列表为
QXmlStreamWriter
,包括继承的成员。
枚举类
Error
QXmlStreamWriter
()
QXmlStreamWriter
(QByteArray *)
QXmlStreamWriter
(QIODevice *)
QXmlStreamWriter
(QString *)
~QXmlStreamWriter
()
autoFormatting
() const : bool
autoFormattingIndent
() const : int
device
() const : QIODevice *
error
() const : QXmlStreamWriter::Error
errorString
() const : QString
hasError
() const : bool
raiseError
(QAnyStringView)
setAutoFormatting
(bool)
setAutoFormattingIndent
(int)
setDevice
(QIODevice *)
setStopWritingOnError
(bool)
stopWritingOnError
() const : bool
writeAttribute
(QAnyStringView, QAnyStringView, QAnyStringView)
writeAttribute
(const QXmlStreamAttribute &)
writeAttribute
(QAnyStringView, QAnyStringView)
writeAttributes
(const QXmlStreamAttributes &)
writeCDATA
(QAnyStringView)
writeCharacters
(QAnyStringView)
writeComment
(QAnyStringView)
writeCurrentToken
(const QXmlStreamReader &)
writeDTD
(QAnyStringView)
writeDefaultNamespace
(QAnyStringView)
writeEmptyElement
(QAnyStringView, QAnyStringView)
writeEmptyElement
(QAnyStringView)
writeEndDocument
()
writeEndElement
()
writeEntityReference
(QAnyStringView)
writeNamespace
(QAnyStringView, QAnyStringView)
writeProcessingInstruction
(QAnyStringView, QAnyStringView)
writeStartDocument
(QAnyStringView)
writeStartDocument
(QAnyStringView, bool)
writeStartDocument
()
writeStartElement
(QAnyStringView, QAnyStringView)
writeStartElement
(QAnyStringView)
writeTextElement
(QAnyStringView, QAnyStringView, QAnyStringView)
writeTextElement
(QAnyStringView, QAnyStringView)