20 #ifndef LIBREPCB_CORE_GERBERATTRIBUTEWRITER_H 21 #define LIBREPCB_CORE_GERBERATTRIBUTEWRITER_H 33 class GerberAttribute;
55 QString
setAttributes(
const QList<GerberAttribute>& attributes) noexcept;
GerberAttributeWriter & operator=(const GerberAttributeWriter &rhs)=delete
Definition: occmodel.cpp:76
QVector< GerberAttribute > mDictionary
All currently set attributes, except file attributes.
Definition: gerberattributewriter.h:62
~GerberAttributeWriter() noexcept
Definition: gerberattributewriter.cpp:41
QString setAttributes(const QList< GerberAttribute > &attributes) noexcept
Definition: gerberattributewriter.cpp:48
A helper class to generate Gerber X2 attributes.
Definition: gerberattributewriter.h:45
GerberAttributeWriter() noexcept
Definition: gerberattributewriter.cpp:38