20#ifndef LIBREPCB_CORE_ATTRTYPEINDUCTANCE_H
21#define LIBREPCB_CORE_ATTRTYPEINDUCTANCE_H
48 QString
valueFromTr(
const QString& value)
const noexcept;
The AttrTypeInductance class.
Definition: attrtypeinductance.h:42
AttrTypeInductance(const AttrTypeInductance &other)=delete
AttrTypeInductance & operator=(const AttrTypeInductance &rhs)=delete
static const AttrTypeInductance & instance() noexcept
Definition: attrtypeinductance.h:51
AttrTypeInductance() noexcept
Definition: attrtypeinductance.cpp:38
QString valueFromTr(const QString &value) const noexcept
Definition: attrtypeinductance.cpp:63
QString printableValueTr(const QString &value, const AttributeUnit *unit=nullptr) const noexcept
Definition: attrtypeinductance.cpp:72
bool isValueValid(const QString &value) const noexcept
Definition: attrtypeinductance.cpp:57
The AttributeType class.
Definition: attributetype.h:42
The AttributeUnit class.
Definition: attributeunit.h:40
Definition: occmodel.cpp:77