org.kde.qt
public class QPoint extends Object implements QtSupport
| Constructor Summary | |
|---|---|
| protected | QPoint(Class dummy) |
| QPoint() | |
| QPoint(int xpos, int ypos) | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isNull() |
| int | manhattanLength() |
| QPoint | op_div_assign(int c) |
| QPoint | op_div_assign(double c) |
| QPoint | op_minus_assign(QPoint p) |
| QPoint | op_mult_assign(int c) |
| QPoint | op_mult_assign(double c) |
| QPoint | op_plus_assign(QPoint p) |
| short | rx() |
| short | ry() |
| void | setX(int x) |
| void | setY(int y) |
| int | x() |
| int | y() |