Home ⌂Doc Index ◂Up ▴

eric6.E5XML.MultiProjectWriter

Module implementing the writer class for writing an XML multi project file.

Global Attributes

None

Classes

MultiProjectWriter Class implementing the writer class for writing an XML project file.

Functions

None


MultiProjectWriter

Class implementing the writer class for writing an XML project file.

Derived from

XMLStreamWriterBase

Class Attributes

None

Class Methods

None

Methods

MultiProjectWriter Constructor
writeXML Public method to write the XML to the file.

Static Methods

None

MultiProjectWriter (Constructor)

MultiProjectWriter(device, multiProject, multiProjectName)

Constructor

device
reference to the I/O device to write to (QIODevice)
multiProject
Reference to the multi project object
multiProjectName
name of the project (string)

MultiProjectWriter.writeXML

writeXML()

Public method to write the XML to the file.

Up



Home ⌂Doc Index ◂Up ▴