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