Home ⌂Doc Index ◂Up ▴

eric6.E5XML.DebuggerPropertiesWriter

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

Global Attributes

None

Classes

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

Functions

None


DebuggerPropertiesWriter

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

Derived from

XMLStreamWriterBase

Class Attributes

None

Class Methods

None

Methods

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

Static Methods

None

DebuggerPropertiesWriter (Constructor)

DebuggerPropertiesWriter(device, projectName)

Constructor

device
reference to the I/O device to write to (QIODevice)
projectName
name of the project (string)

DebuggerPropertiesWriter.writeXML

writeXML()

Public method to write the XML to the file.

Up



Home ⌂Doc Index ◂Up ▴