The D356NetlistGenerator class.
More...
#include <d356netlistgenerator.h>
|
| D356NetlistGenerator ()=delete |
|
| D356NetlistGenerator (const D356NetlistGenerator &other)=delete |
|
| D356NetlistGenerator (const QString &projName, const QString &projRevision, const QString &brdName, const QDateTime &generationDate) noexcept |
|
| ~D356NetlistGenerator () noexcept |
|
void | smtPad (const QString &netName, const QString &cmpName, const QString &padName, const Point &position, const PositiveLength &width, const PositiveLength &height, const Angle &rotation, int layer) |
|
void | thtPad (const QString &netName, const QString &cmpName, const QString &padName, const Point &position, const PositiveLength &width, const PositiveLength &height, const Angle &rotation, const PositiveLength &drillDiameter) |
|
void | throughVia (const QString &netName, const Point &position, const PositiveLength &width, const PositiveLength &height, const Angle &rotation, const PositiveLength &drillDiameter, bool solderMaskCovered) |
|
void | blindVia (const QString &netName, const Point &position, const PositiveLength &width, const PositiveLength &height, const Angle &rotation, const PositiveLength &drillDiameter, int startLayer, int endLayer, bool solderMaskCovered) |
|
void | buriedVia (const QString &netName, const Point &position, const PositiveLength &drillDiameter, int startLayer, int endLayer) |
|
QByteArray | generate () const |
|
D356NetlistGenerator & | operator= (const D356NetlistGenerator &rhs)=delete |
|
◆ OperationCode
Enumerator |
---|
Continuation | |
BlindOrBuriedVia | |
ThroughHole | |
SurfaceMount | |
◆ SolderMask
Enumerator |
---|
None | |
PrimarySide | |
SecondarySide | |
BothSides | |
◆ D356NetlistGenerator() [1/3]
◆ D356NetlistGenerator() [2/3]
◆ D356NetlistGenerator() [3/3]
D356NetlistGenerator |
( |
const QString & |
projName, |
|
|
const QString & |
projRevision, |
|
|
const QString & |
brdName, |
|
|
const QDateTime & |
generationDate |
|
) |
| |
|
noexcept |
◆ ~D356NetlistGenerator()
◆ smtPad()
void smtPad |
( |
const QString & |
netName, |
|
|
const QString & |
cmpName, |
|
|
const QString & |
padName, |
|
|
const Point & |
position, |
|
|
const PositiveLength & |
width, |
|
|
const PositiveLength & |
height, |
|
|
const Angle & |
rotation, |
|
|
int |
layer |
|
) |
| |
◆ thtPad()
◆ throughVia()
◆ blindVia()
◆ buriedVia()
void buriedVia |
( |
const QString & |
netName, |
|
|
const Point & |
position, |
|
|
const PositiveLength & |
drillDiameter, |
|
|
int |
startLayer, |
|
|
int |
endLayer |
|
) |
| |
◆ generate()
QByteArray generate |
( |
| ) |
const |
◆ operator=()
◆ cleanString()
QString cleanString |
( |
QString |
str | ) |
|
|
staticprivatenoexcept |
◆ checkedComponentName()
QString checkedComponentName |
( |
const QString & |
name | ) |
|
|
staticprivatenoexcept |
◆ formatLength()
QString formatLength |
( |
const Length & |
value, |
|
|
bool |
isSigned, |
|
|
int |
digits |
|
) |
| |
|
staticprivatenoexcept |
◆ mComments
◆ mRecords
The documentation for this class was generated from the following files: