|
| QLine (const QPoint &pt1, const QPoint &pt2) |
|
| QLine (int x1, int y1, int x2, int y2) |
|
bool | isNull () const |
|
QPoint | p1 () const |
|
QPoint | p2 () const |
|
int | x1 () const |
|
int | y1 () const |
|
int | x2 () const |
|
int | y2 () const |
|
int | dx () const |
|
int | dy () const |
|
void | translate (const QPoint &p) |
|
void | translate (int dx, int dy) |
|
QLine | translated (const QPoint &p) const |
|
QLine | translated (int dx, int dy) const |
|
void | setP1 (const QPoint &p1) |
|
void | setP2 (const QPoint &p2) |
|
void | setPoints (const QPoint &p1, const QPoint &p2) |
|
void | setLine (int x1, int y1, int x2, int y2) |
|
bool | operator== (const QLine &d) const |
|
bool | operator!= (const QLine &d) const |
|
The documentation for this class was generated from the following file: