eric6.E5XML.TasksWriter
Module implementing the writer class for writing an XML tasks file.
Global Attributes
Classes
TasksWriter |
Class implementing the writer class for writing an XML tasks file. |
Functions
TasksWriter
Class implementing the writer class for writing an XML tasks file.
Derived from
XMLStreamWriterBase
Class Attributes
Class Methods
Methods
Static Methods
TasksWriter (Constructor)
TasksWriter(device, forProject=False, projectName="")
Constructor
- device
-
reference to the I/O device to write to (QIODevice)
- forProject
-
flag indicating project related mode (boolean)
- projectName
-
name of the project (string)
TasksWriter.writeXML
writeXML()
Public method to write the XML to the file.