|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
#include <SchematicExporter.h>

Public Member Functions | |
| virtual | ~SchematicExporter ()=default |
| Class destructor. | |
| virtual QString | exportSchematic ()=0 |
| Export function. | |
Protected Attributes | |
| int | scale_x |
| x-axis scale factor | |
| int | scale_y |
| y-axis scale factor | |
| int | x_offset |
| x-axis offset | |
| int | y_offset |
| y-axis offset | |
| QMap< QString, QList< QPoint > > | ComponentPinMap |
| Maps component identifiers to their pin position lists. | |
Abstract base class for exporting schematics
|
pure virtual |
Export function.
Implemented in QucsSExporter.
|
protected |
Maps component identifiers to their pin position lists.
Each component ID (QString) maps to a QList of QPoint objects representing the coordinates of all pins for that component.