20#ifndef LIBREPCB_CORE_ATTRTYPERESISTANCE_H
21#define LIBREPCB_CORE_ATTRTYPERESISTANCE_H
48 QString
valueFromTr(
const QString& value)
const noexcept;
The AttrTypeResistance class.
Definition: attrtyperesistance.h:42
AttrTypeResistance(const AttrTypeResistance &other)=delete
QString valueFromTr(const QString &value) const noexcept
Definition: attrtyperesistance.cpp:62
AttrTypeResistance & operator=(const AttrTypeResistance &rhs)=delete
static const AttrTypeResistance & instance() noexcept
Definition: attrtyperesistance.h:51
QString printableValueTr(const QString &value, const AttributeUnit *unit=nullptr) const noexcept
Definition: attrtyperesistance.cpp:71
bool isValueValid(const QString &value) const noexcept
Definition: attrtyperesistance.cpp:56
AttrTypeResistance() noexcept
Definition: attrtyperesistance.cpp:38
The AttributeType class.
Definition: attributetype.h:42
The AttributeUnit class.
Definition: attributeunit.h:40
Definition: occmodel.cpp:77