LibrePCB Developers Documentation
|
This is the complete list of members for ComponentSignal, including all inherited members.
ComponentSignal()=delete | ComponentSignal | |
ComponentSignal(const ComponentSignal &other) noexcept | ComponentSignal | |
ComponentSignal(const Uuid &uuid, const CircuitIdentifier &name, const SignalRole &role, const QString &forcedNetName, bool isRequired, bool isNegated, bool isClock) noexcept | ComponentSignal | |
ComponentSignal(const SExpression &node) | ComponentSignal | explicit |
Event enum name | ComponentSignal | |
getForcedNetName() const noexcept | ComponentSignal | inline |
getName() const noexcept | ComponentSignal | inline |
getRole() const noexcept | ComponentSignal | inline |
getUuid() const noexcept | ComponentSignal | inline |
isClock() const noexcept | ComponentSignal | inline |
isNegated() const noexcept | ComponentSignal | inline |
isNetSignalNameForced() const noexcept | ComponentSignal | inline |
isRequired() const noexcept | ComponentSignal | inline |
mForcedNetName | ComponentSignal | private |
mIsClock | ComponentSignal | private |
mIsNegated | ComponentSignal | private |
mIsRequired | ComponentSignal | private |
mName | ComponentSignal | private |
mRole | ComponentSignal | private |
mUuid | ComponentSignal | private |
onEdited | ComponentSignal | |
OnEditedSlot typedef | ComponentSignal | |
operator!=(const ComponentSignal &rhs) const noexcept | ComponentSignal | inline |
operator=(const ComponentSignal &rhs) noexcept | ComponentSignal | |
operator==(const ComponentSignal &rhs) const noexcept | ComponentSignal | |
serialize(SExpression &root) const | ComponentSignal | |
setForcedNetName(const QString &name) noexcept | ComponentSignal | |
setIsClock(bool clock) noexcept | ComponentSignal | |
setIsNegated(bool negated) noexcept | ComponentSignal | |
setIsRequired(bool required) noexcept | ComponentSignal | |
setName(const CircuitIdentifier &name) noexcept | ComponentSignal | |
setRole(const SignalRole &role) noexcept | ComponentSignal | |
~ComponentSignal() noexcept | ComponentSignal |