QLine

class QLine

Constructors

this
this(const(QPoint) pt1_, const(QPoint) pt2_)
Undocumented in source.
this
this(int x1pos, int y1pos, int x2pos, int y2pos)
Undocumented in source.

Members

Functions

center
QPoint center()
Undocumented in source. Be warned that the author may not have intended to support it.
dx
int dx()
Undocumented in source. Be warned that the author may not have intended to support it.
dy
int dy()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
p1
QPoint p1()
Undocumented in source. Be warned that the author may not have intended to support it.
p2
QPoint p2()
Undocumented in source. Be warned that the author may not have intended to support it.
setLine
void setLine(int aX1, int aY1, int aX2, int aY2)
Undocumented in source. Be warned that the author may not have intended to support it.
setP1
void setP1(const(QPoint) aP1)
Undocumented in source. Be warned that the author may not have intended to support it.
setP2
void setP2(const(QPoint) aP2)
Undocumented in source. Be warned that the author may not have intended to support it.
setPoints
void setPoints(const(QPoint) aP1, const(QPoint) aP2)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
void translate(const(QPoint) point)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
void translate(int adx, int ady)
Undocumented in source. Be warned that the author may not have intended to support it.
translated
QLine translated(const(QPoint) p)
Undocumented in source. Be warned that the author may not have intended to support it.
translated
QLine translated(int adx, int ady)
Undocumented in source. Be warned that the author may not have intended to support it.
x1
int x1()
Undocumented in source. Be warned that the author may not have intended to support it.
x2
int x2()
Undocumented in source. Be warned that the author may not have intended to support it.
y1
int y1()
Undocumented in source. Be warned that the author may not have intended to support it.
y2
int y2()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta