eric6.E5XML.ProjectWriter
Module implementing the writer class for writing an XML project file.
Global Attributes
Classes
ProjectWriter |
Class implementing the writer class for writing an XML project file. |
Functions
ProjectWriter
Class implementing the writer class for writing an XML project file.
Derived from
XMLStreamWriterBase
Class Attributes
Class Methods
Methods
Static Methods
ProjectWriter (Constructor)
ProjectWriter(device, projectName)
Constructor
- device
-
reference to the I/O device to write to (QIODevice)
- projectName
-
name of the project (string)
ProjectWriter.writeXML
writeXML()
Public method to write the XML to the file.