22 |
22 |
23 class ProjectWriter(XMLStreamWriterBase): |
23 class ProjectWriter(XMLStreamWriterBase): |
24 """ |
24 """ |
25 Class implementing the writer class for writing an XML project file. |
25 Class implementing the writer class for writing an XML project file. |
26 """ |
26 """ |
|
27 # TODO: add 'make' support |
27 def __init__(self, device, projectName): |
28 def __init__(self, device, projectName): |
28 """ |
29 """ |
29 Constructor |
30 Constructor |
30 |
31 |
31 @param device reference to the I/O device to write to (QIODevice) |
32 @param device reference to the I/O device to write to (QIODevice) |