LibrePCB Developers Documentation
|
This is the complete list of members for Point, including all inherited members.
abs() const noexcept | Point | |
fromInch(qreal inchesX, qreal inchesY) | Point | static |
fromInch(const QPointF &inches) | Point | static |
fromMil(qreal milsX, qreal milsY) | Point | static |
fromMil(const QPointF &mils) | Point | static |
fromMm(qreal millimetersX, qreal millimetersY) | Point | static |
fromMm(const QPointF &millimeters) | Point | static |
fromPx(qreal pixelsX, qreal pixelsY) | Point | static |
fromPx(const QPointF &pixels) | Point | static |
getLength() const noexcept | Point | inline |
getX() const noexcept | Point | inline |
getY() const noexcept | Point | inline |
isOnGrid(const PositiveLength &gridInterval) const noexcept | Point | |
isOrigin() const noexcept | Point | inline |
makeAbs() noexcept | Point | |
mappedToGrid(const PositiveLength &gridInterval) const noexcept | Point | |
mapToGrid(const PositiveLength &gridInterval) noexcept | Point | |
mirror(Qt::Orientation orientation, const Point ¢er=Point(0, 0)) noexcept | Point | |
mirrored(Qt::Orientation orientation, const Point ¢er=Point(0, 0)) const noexcept | Point | |
mX | Point | private |
mY | Point | private |
operator!=(const Point &rhs) const | Point | inline |
operator%(const Length &rhs) const | Point | inline |
operator*(const Length &rhs) const | Point | inline |
operator*(LengthBase_t rhs) const | Point | inline |
operator*=(const Point &rhs) | Point | inline |
operator*=(LengthBase_t rhs) | Point | inline |
operator+(const Point &rhs) const | Point | inline |
operator+=(const Point &rhs) | Point | inline |
operator-() const | Point | inline |
operator-(const Point &rhs) const | Point | inline |
operator-=(const Point &rhs) | Point | inline |
operator/(const Length &rhs) const | Point | inline |
operator/(LengthBase_t rhs) const | Point | inline |
operator/=(const Point &rhs) | Point | inline |
operator/=(LengthBase_t rhs) | Point | inline |
operator<(const Point &rhs) const noexcept | Point | inline |
operator<=(const Point &rhs) const noexcept | Point | inline |
operator=(const Point &rhs) | Point | inline |
operator==(const Point &rhs) const | Point | inline |
operator>(const Point &rhs) const noexcept | Point | inline |
operator>=(const Point &rhs) const noexcept | Point | inline |
Point() noexcept | Point | inline |
Point(const Point &point) noexcept | Point | inline |
Point(const Length &x, const Length &y) noexcept | Point | inlineexplicit |
Point(const SExpression &node) | Point | explicit |
rotate(const Angle &angle, const Point ¢er=Point(0, 0)) noexcept | Point | |
rotated(const Angle &angle, const Point ¢er=Point(0, 0)) const noexcept | Point | |
serialize(SExpression &root) const | Point | |
setPointInch(const QPointF &inches) | Point | inline |
setPointMil(const QPointF &mils) | Point | inline |
setPointMm(const QPointF &millimeters) | Point | inline |
setPointNm(LengthBase_t nmX, LengthBase_t nmY) noexcept | Point | inline |
setPointPx(const QPointF &pixels) | Point | inline |
setX(const Length &x) noexcept | Point | inline |
setXmm(const QString &mm) | Point | inline |
setY(const Length &y) noexcept | Point | inline |
setYmm(const QString &mm) | Point | inline |
toInchQPointF() const noexcept | Point | inline |
toMilQPointF() const noexcept | Point | inline |
toMmQPointF() const noexcept | Point | inline |
toPxQPointF() const noexcept | Point | inline |
~Point() noexcept | Point | inline |