LibrePCB Developers Documentation
|
This is the complete list of members for Attribute, including all inherited members.
Attribute()=delete | Attribute | |
Attribute(const Attribute &other) noexcept | Attribute | |
Attribute(const SExpression &node) | Attribute | explicit |
Attribute(const AttributeKey &key, const AttributeType &type, const QString &value, const AttributeUnit *unit) | Attribute | |
checkAttributesValidity() const noexcept | Attribute | private |
Event enum name | Attribute | |
getKey() const noexcept | Attribute | inline |
getName() const noexcept | Attribute | inline |
getType() const noexcept | Attribute | inline |
getUnit() const noexcept | Attribute | inline |
getValue() const noexcept | Attribute | inline |
getValueTr(bool showUnit) const noexcept | Attribute | |
mKey | Attribute | private |
mType | Attribute | private |
mUnit | Attribute | private |
mValue | Attribute | private |
onEdited | Attribute | |
OnEditedSlot typedef | Attribute | |
operator!=(const Attribute &rhs) const noexcept | Attribute | inline |
operator=(const Attribute &rhs) noexcept | Attribute | |
operator==(const Attribute &rhs) const noexcept | Attribute | |
serialize(SExpression &root) const | Attribute | |
setKey(const AttributeKey &key) noexcept | Attribute | |
setTypeValueUnit(const AttributeType &type, const QString &value, const AttributeUnit *unit) | Attribute | |
~Attribute() noexcept | Attribute |