20#ifndef LIBREPCB_EDITOR_HOLEEDITORWIDGET_H
21#define LIBREPCB_EDITOR_HOLEEDITORWIDGET_H
42class HoleEditorWidget;
76 const QString& settingsPrefix) noexcept;
The LengthUnit class represents a length unit (millimeters, inches,...) and provides some useful meth...
Definition lengthunit.h:60
The Path class represents a list of vertices connected by straight lines or circular arc segments.
Definition path.h:57
Definition occmodel.cpp:76
type_safe::constrained_type< Length, PositiveLengthConstraint, PositiveLengthVerifier > PositiveLength
Definition length.h:810
type_safe::constrained_type< Path, NonEmptyPathConstraint, NonEmptyPathVerifier > NonEmptyPath
Definition path.h:231