LibrePCB Developers Documentation
|
This is the complete list of members for Length, including all inherited members.
abs() const noexcept | Length | |
checkRange(qreal nanometers, bool doThrow=false) | Length | privatestatic |
fromInch(qreal inches, const Length &gridInterval=Length(0)) | Length | static |
fromMil(qreal mils, const Length &gridInterval=Length(0)) | Length | static |
fromMm(qreal millimeters, const Length &gridInterval=Length(0)) | Length | static |
fromMm(const QString &millimeters, const Length &gridInterval=Length(0)) | Length | static |
fromPx(qreal pixels, const Length &gridInterval=Length(0)) | Length | static |
isValidMm(qreal millimeters) noexcept | Length | inlinestatic |
Length() noexcept | Length | inline |
Length(const Length &length) noexcept | Length | inline |
Length(LengthBase_t nanometers) noexcept | Length | inline |
makeAbs() noexcept | Length | |
mapNmToGrid(LengthBase_t nanometers, const Length &gridInterval) noexcept | Length | privatestatic |
mappedToGrid(const Length &gridInterval) const noexcept | Length | |
mapToGrid(const Length &gridInterval) noexcept | Length | |
max() noexcept | Length | static |
min() noexcept | Length | static |
mmStringToNm(const QString &millimeters) | Length | privatestatic |
mNanometers | Length | private |
operator!=(const Length &rhs) const | Length | inline |
operator!=(LengthBase_t rhs) const | Length | inline |
operator%(const Length &rhs) const | Length | inline |
operator*(const Length &rhs) const | Length | inline |
operator*(LengthBase_t rhs) const | Length | inline |
operator*=(const Length &rhs) | Length | inline |
operator*=(LengthBase_t rhs) | Length | inline |
operator+(const Length &rhs) const | Length | inline |
operator+=(const Length &rhs) | Length | inline |
operator-() const | Length | inline |
operator-(const Length &rhs) const | Length | inline |
operator-=(const Length &rhs) | Length | inline |
operator/(const Length &rhs) const | Length | inline |
operator/(LengthBase_t rhs) const | Length | inline |
operator/=(const Length &rhs) | Length | inline |
operator/=(LengthBase_t rhs) | Length | inline |
operator<(const Length &rhs) const | Length | inline |
operator<(LengthBase_t rhs) const | Length | inline |
operator<=(const Length &rhs) const | Length | inline |
operator<=(LengthBase_t rhs) const | Length | inline |
operator=(const Length &rhs) | Length | inline |
operator==(const Length &rhs) const | Length | inline |
operator==(LengthBase_t rhs) const | Length | inline |
operator>(const Length &rhs) const | Length | inline |
operator>(LengthBase_t rhs) const | Length | inline |
operator>=(const Length &rhs) const | Length | inline |
operator>=(LengthBase_t rhs) const | Length | inline |
scale(qreal factor) noexcept | Length | |
scaled(qreal factor) const noexcept | Length | |
setLengthFromFloat(qreal nanometers) | Length | private |
setLengthInch(qreal inches) | Length | inline |
setLengthMil(qreal mils) | Length | inline |
setLengthMm(qreal millimeters) | Length | inline |
setLengthMm(const QString &millimeters) | Length | inline |
setLengthNm(LengthBase_t nanometers) noexcept | Length | inline |
setLengthPx(qreal pixels) | Length | inline |
sNmPerInch | Length | privatestatic |
sNmPerMil | Length | privatestatic |
sNmPerPixel | Length | privatestatic |
sPixelsPerInch | Length | privatestatic |
sPixelsPerNm | Length | privatestatic |
toInch() const noexcept | Length | inline |
toMicrometers() const noexcept | Length | inline |
toMil() const noexcept | Length | inline |
toMm() const noexcept | Length | inline |
toMmString() const noexcept | Length | |
toNm() const noexcept | Length | inline |
toNmString() const noexcept | Length | inline |
toPx() const noexcept | Length | inline |
~Length()=default | Length |