20 #ifndef LIBREPCB_ATTRTYPEINDUCTANCE_H
21 #define LIBREPCB_ATTRTYPEINDUCTANCE_H
45 QString
valueFromTr(
const QString& value)
const noexcept;
69 #endif // LIBREPCB_ATTRTYPEINDUCTANCE_H
The AttrTypeInductance class.
Definition: attrtypeinductance.h:42
static const AttrTypeInductance & instance() noexcept
Definition: attrtypeinductance.h:48
AttrTypeInductance() noexcept
Definition: attrtypeinductance.cpp:38
QString valueFromTr(const QString &value) const noexcept
Definition: attrtypeinductance.cpp:63
The AttributeUnit class.
Definition: attributeunit.h:42
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:44
AttrTypeInductance & operator=(const AttrTypeInductance &rhs)=delete