LibrePCB Developers Documentation
|
#include <librepcb/core/attribute/attribute.h>
#include <librepcb/core/geometry/circle.h>
#include <librepcb/core/geometry/hole.h>
#include <librepcb/core/geometry/path.h>
#include <librepcb/core/geometry/polygon.h>
#include <librepcb/core/geometry/stroketext.h>
#include <librepcb/core/geometry/text.h>
#include <librepcb/core/geometry/zone.h>
#include <librepcb/core/library/cmp/componentprefix.h>
#include <librepcb/core/library/cmp/componentsymbolvariantitemsuffix.h>
#include <librepcb/core/library/pkg/footprintpad.h>
#include <librepcb/core/library/pkg/packagepad.h>
#include <librepcb/core/library/sym/symbolpin.h>
#include <librepcb/core/types/boundedunsignedratio.h>
#include <librepcb/core/types/circuitidentifier.h>
#include <librepcb/core/types/elementname.h>
#include <librepcb/core/types/point.h>
#include <librepcb/core/types/simplestring.h>
#include <optional/tl/optional.hpp>
#include <parseagle/common/enums.h>
#include <QtCore>
#include <memory>
Go to the source code of this file.
Classes | |
class | EagleTypeConverter |
Helper class to convert EAGLE types to LibrePCB types. More... | |
struct | EagleTypeConverter::Geometry |
Intermediate geometry type used for converting polygon-like EAGLE elements. More... | |
struct | EagleTypeConverter::Pin |
LibrePCB data structure to represent an EAGLE symbol pin. More... | |
Namespaces | |
namespace | parseagle |
namespace | librepcb |
namespace | librepcb::eagleimport |