20 #ifndef LIBREPCB_CORE_ATTRTYPEFREQUENCY_H 21 #define LIBREPCB_CORE_ATTRTYPEFREQUENCY_H 48 QString
valueFromTr(
const QString& value)
const noexcept;
static const AttrTypeFrequency & instance() noexcept
Definition: attrtypefrequency.h:51
Definition: occmodel.cpp:76
bool isValueValid(const QString &value) const noexcept
Definition: attrtypefrequency.cpp:62
QString valueFromTr(const QString &value) const noexcept
Definition: attrtypefrequency.cpp:68
The AttrTypeFrequency class.
Definition: attrtypefrequency.h:42
The AttributeUnit class.
Definition: attributeunit.h:40
QString printableValueTr(const QString &value, const AttributeUnit *unit=nullptr) const noexcept
Definition: attrtypefrequency.cpp:77
AttrTypeFrequency() noexcept
Definition: attrtypefrequency.cpp:38
AttrTypeFrequency & operator=(const AttrTypeFrequency &rhs)=delete
~AttrTypeFrequency() noexcept
Definition: attrtypefrequency.cpp:55
The AttributeType class.
Definition: attributetype.h:42