LibrePCB Developers Documentation
|
This is the complete list of members for Alignment, including all inherited members.
Alignment() noexcept | Alignment | inline |
Alignment(const Alignment &other) noexcept | Alignment | inline |
Alignment(const HAlign &h, const VAlign &v) noexcept | Alignment | inlineexplicit |
Alignment(const SExpression &node) | Alignment | explicit |
getH() const noexcept | Alignment | inline |
getV() const noexcept | Alignment | inline |
mH | Alignment | private |
mirror() noexcept | Alignment | |
mirrored() const noexcept | Alignment | inline |
mirroredH() const noexcept | Alignment | inline |
mirroredV() const noexcept | Alignment | inline |
mirrorH() noexcept | Alignment | |
mirrorV() noexcept | Alignment | |
mV | Alignment | private |
operator!=(const Alignment &rhs) const noexcept | Alignment | inline |
operator=(const Alignment &rhs) noexcept | Alignment | inline |
operator==(const Alignment &rhs) const noexcept | Alignment | inline |
serialize(SExpression &root) const | Alignment | |
setH(const HAlign &h) noexcept | Alignment | inline |
setV(const VAlign &v) noexcept | Alignment | inline |
toQtAlign() const noexcept | Alignment | inline |