20#ifndef LIBREPCB_EDITOR_LENGTHEDIT_H
21#define LIBREPCB_EDITOR_LENGTHEDIT_H
50 explicit LengthEdit(QWidget* parent =
nullptr)
noexcept;
The Length class is used to represent a length (for example 12.75 millimeters)
Definition length.h:82
The LengthEditBase class.
Definition lengtheditbase.h:47
The LengthEdit class is a widget to view/edit librepcb::Length values.
Definition lengthedit.h:45
LengthEdit(const LengthEdit &other)=delete
virtual void valueChangedImpl(const Length &diff) noexcept override
Definition lengthedit.cpp:64
Length getValue() const noexcept
Definition lengthedit.cpp:48
virtual ~LengthEdit() noexcept
Definition lengthedit.cpp:41
void valueChanged(const librepcb::Length &value, const librepcb::Length &diff)
void setValue(const Length &value) noexcept
Definition lengthedit.cpp:56
Definition occmodel.cpp:76