The WiringListExport class Exports the wiring diagram from QElectroTech as a CSV file.
More...
#include <wiringlistexport.h>
Inherits QObject.
The WiringListExport class Exports the wiring diagram from QElectroTech as a CSV file.
◆ WiringListExport()
| WiringListExport::WiringListExport |
( |
QETProject * | project, |
|
|
QWidget * | parent = nullptr ) |
|
explicit |
◆ climbToDiagram()
| QDomElement WiringListExport::climbToDiagram |
( |
QDomNode | node | ) |
const |
|
private |
◆ collectConductors()
| QList< ConductorData > WiringListExport::collectConductors |
( |
const QDomElement & | root | ) |
const |
|
private |
◆ collectElementsInfo()
| QMap< QString, ElementInfo > WiringListExport::collectElementsInfo |
( |
const QDomElement & | root | ) |
const |
|
private |
◆ findDiagramFolio()
| QString WiringListExport::findDiagramFolio |
( |
const QDomElement & | diagramElem | ) |
const |
|
private |
◆ normalizeUuid()
| QString WiringListExport::normalizeUuid |
( |
const QString & | u | ) |
const |
|
private |
◆ toCsv()
| void WiringListExport::toCsv |
( |
| ) |
|
◆ toCsvString()
| QString WiringListExport::toCsvString |
( |
| ) |
const |
Build the wiring-list CSV and return it as a string (no GUI). Used by toCsv() and by the headless command-line export.
◆ m_parent
| QWidget* WiringListExport::m_parent |
|
private |
◆ m_project
The documentation for this class was generated from the following files: