20#ifndef LIBREPCB_CORE_ATTRTYPESTRING_H
21#define LIBREPCB_CORE_ATTRTYPESTRING_H
48 QString
valueFromTr(
const QString& value)
const noexcept;
The AttrTypeString class.
Definition attrtypestring.h:42
AttrTypeString & operator=(const AttrTypeString &rhs)=delete
static const AttrTypeString & instance() noexcept
Definition attrtypestring.h:51
QString valueFromTr(const QString &value) const noexcept
Definition attrtypestring.cpp:52
AttrTypeString() noexcept
Definition attrtypestring.cpp:36
QString printableValueTr(const QString &value, const AttributeUnit *unit=nullptr) const noexcept
Definition attrtypestring.cpp:56
AttrTypeString(const AttrTypeString &other)=delete
bool isValueValid(const QString &value) const noexcept
Definition attrtypestring.cpp:47
The AttributeType class.
Definition attributetype.h:42
The AttributeUnit class.
Definition attributeunit.h:40
Definition occmodel.cpp:76