20 #ifndef LIBREPCB_CORE_ATTRTYPECURRENT_H 21 #define LIBREPCB_CORE_ATTRTYPECURRENT_H 48 QString
valueFromTr(
const QString& value)
const noexcept;
~AttrTypeCurrent() noexcept
Definition: attrtypecurrent.cpp:57
Definition: occmodel.cpp:76
QString printableValueTr(const QString &value, const AttributeUnit *unit=nullptr) const noexcept
Definition: attrtypecurrent.cpp:79
bool isValueValid(const QString &value) const noexcept
Definition: attrtypecurrent.cpp:64
The AttributeUnit class.
Definition: attributeunit.h:40
QString valueFromTr(const QString &value) const noexcept
Definition: attrtypecurrent.cpp:70
static const AttrTypeCurrent & instance() noexcept
Definition: attrtypecurrent.h:51
The AttrTypeCurrent class.
Definition: attrtypecurrent.h:42
AttrTypeCurrent & operator=(const AttrTypeCurrent &rhs)=delete
The AttributeType class.
Definition: attributetype.h:42
AttrTypeCurrent() noexcept
Definition: attrtypecurrent.cpp:38