|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
This is the complete list of members for Line, including all inherited members.
| angle() const | Line | |
| bearing() const | Line | |
| bottomMostPoint() const | Line | |
| closestPointTo(const QPointF &point) const | Line | |
| closestPointTo(const QPointF &point, double &distance) const | Line | |
| containsPoint(const QPointF &point) const | Line | |
| crossesX(double x) const | Line | |
| crossesY(double y) const | Line | |
| direction() const | Line | |
| distanceTo(const QPointF &to) const | Line | |
| extend(double howMuch) | Line | |
| fromString(const QString &value) | Line | static |
| furthestPointFrom(const QPointF &point) const | Line | |
| grow(double howMuch) | Line | |
| hasXBetween(double x1, double x2) const | Line | |
| hasYBetween(double y1, double y2) const | Line | |
| horizontalLines(const QRectF &rect) | Line | static |
| intercept() const | Line | |
| intersection(const Line &other) const | Line | |
| intersects(const Line &other) const | Line | |
| intersects(const Line &other, Point &intersection) const | Line | |
| intersects(const Circle &other) const | Line | |
| intersects(const QRectF &other) const | Line | |
| isAbove(const Line &other) const | Line | |
| isBelow(const Line &other) const | Line | |
| isEndpoint(const QPointF &point, int precision=0) const | Line | |
| isHorizontal() const | Line | |
| isLeftOf(const Line &other) const | Line | |
| isPerpendicular() const | Line | |
| isRightOf(const Line &other) const | Line | |
| isValid() const | Line | inline |
| isVertical() const | Line | |
| leftMostPoint() const | Line | |
| length() const | Line | |
| Line() | Line | inline |
| Line(const QPoint &p1, const QPoint &p2) | Line | inline |
| Line(const QPointF &p1, const QPointF &p2) | Line | inline |
| Line(const QPointF &origin, double bearing, double distance) | Line | |
| Line(const QPointF &origin, Geo::Direction direction, double distance) | Line | |
| Line(const QLineF &other) | Line | inline |
| Line(const QLine &other) | Line | inline |
| makeRectangle(int expandedWidth) const | Line | |
| maxX() const | Line | |
| maxY() const | Line | |
| midpoint() const | Line | |
| minX() const | Line | |
| minY() const | Line | |
| move(double bearing, double distance) | Line | |
| move(Geo::Direction direction, double distance) | Line | |
| moveDelta(double dx, double dy) | Line | |
| operator!=(const Line &other) const | Line | inline |
| operator==(const Line &other) const | Line | inline |
| p1() const | Line | inline |
| p2() const | Line | inline |
| points() const | Line | |
| rightMostPoint() const | Line | |
| rotate(const Point ¢roid, double angle) | Line | |
| round() | Line | |
| setP1(const Point &value) | Line | inline |
| setP2(const Point &value) | Line | inline |
| sharesAxisWith(const Line &other) const | Line | |
| sharesEndpointWith(const Line &other, double maxDistance=0) const | Line | |
| sharesSameEndpoints(const Line &other) const | Line | |
| shorten(double howMuch) | Line | |
| slope() const | Line | |
| topMostPoint() const | Line | |
| toQLine() const | Line | |
| toQLineF() const | Line | |
| toString() const | Line | |
| verticalLines(const QRectF &rect) | Line | static |