QPoint

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(int xpos, int ypos)
Undocumented in source.

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
manhattanLength
int manhattanLength()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
const(QPoint) opBinary(const(QPoint) p2)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
const(QPoint) opBinary(const(QPoint) p2)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
const(QPoint) opBinary(const(QPoint) p2)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QPoint opOpAssign(const(QPoint) p)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QPoint opOpAssign(const(QPoint) p)
Undocumented in source. Be warned that the author may not have intended to support it.
rx
int rx()
Undocumented in source. Be warned that the author may not have intended to support it.
ry
int ry()
Undocumented in source. Be warned that the author may not have intended to support it.
setX
void setX(int xpos)
Undocumented in source. Be warned that the author may not have intended to support it.
setY
void setY(int ypos)
Undocumented in source. Be warned that the author may not have intended to support it.
transposed
QPoint transposed()
Undocumented in source. Be warned that the author may not have intended to support it.
x
int x()
Undocumented in source. Be warned that the author may not have intended to support it.
y
int y()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

dotProduct
int dotProduct(const(QPoint) p1, const(QPoint) p2)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta