20 #ifndef LIBREPCB_ATTRTYPEPOWER_H
21 #define LIBREPCB_ATTRTYPEPOWER_H
45 QString
valueFromTr(
const QString& value)
const noexcept;
69 #endif // LIBREPCB_ATTRTYPEPOWER_H
AttrTypePower() noexcept
Definition: attrtypepower.cpp:38
AttrTypePower & operator=(const AttrTypePower &rhs)=delete
static const AttrTypePower & instance() noexcept
Definition: attrtypepower.h:48
The AttributeUnit class.
Definition: attributeunit.h:42
bool isValueValid(const QString &value) const noexcept
Definition: attrtypepower.cpp:64
The AttrTypePower class.
Definition: attrtypepower.h:42
QString printableValueTr(const QString &value, const AttributeUnit *unit=nullptr) const noexcept
Definition: attrtypepower.cpp:79
QString valueFromTr(const QString &value) const noexcept
Definition: attrtypepower.cpp:70
The AttributeType class.
Definition: attributetype.h:44