![]() |
LibrePCB Developers Documentation
|
A helper class to generate Gerber X2 attributes. More...
#include <gerberattributewriter.h>
Collaboration diagram for GerberAttributeWriter:Public Member Functions | |
| GerberAttributeWriter () noexcept | |
| GerberAttributeWriter (const GerberAttributeWriter &other)=delete | |
| ~GerberAttributeWriter () noexcept | |
| QString | setAttributes (const QList< GerberAttribute > &attributes) noexcept |
| GerberAttributeWriter & | operator= (const GerberAttributeWriter &rhs)=delete |
Private Attributes | |
| QVector< GerberAttribute > | mDictionary |
| All currently set attributes, except file attributes. | |
A helper class to generate Gerber X2 attributes.
This class works with a dictionary to keep track of all previously set attributes.
|
noexcept |
|
delete |
|
noexcept |
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
delete |
|
private |
All currently set attributes, except file attributes.