|
|
| QPoint (int xpos, int ypos) |
| |
|
bool | isNull () const |
| |
|
int | x () const |
| |
|
int | y () const |
| |
|
void | setX (int x) |
| |
|
void | setY (int y) |
| |
|
int | manhattanLength () const |
| |
|
int & | rx () |
| |
|
int & | ry () |
| |
|
QPoint & | operator+= (const QPoint &p) |
| |
|
QPoint & | operator-= (const QPoint &p) |
| |
|
QPoint & | operator*= (float factor) |
| |
|
QPoint & | operator*= (double factor) |
| |
|
QPoint & | operator*= (int factor) |
| |
|
QPoint & | operator/= (float divisor) |
| |
|
|
class | QTransform |
| |
|
bool | operator== (const QPoint &, const QPoint &) |
| |
|
bool | operator!= (const QPoint &, const QPoint &) |
| |
|
const QPoint | operator+ (const QPoint &, const QPoint &) |
| |
|
const QPoint | operator- (const QPoint &, const QPoint &) |
| |
|
const QPoint | operator* (const QPoint &, float) |
| |
|
const QPoint | operator* (float, const QPoint &) |
| |
|
const QPoint | operator* (const QPoint &, double) |
| |
|
const QPoint | operator* (double, const QPoint &) |
| |
|
const QPoint | operator* (const QPoint &, int) |
| |
|
const QPoint | operator* (int, const QPoint &) |
| |
|
const QPoint | operator+ (const QPoint &) |
| |
|
const QPoint | operator- (const QPoint &) |
| |
|
const QPoint | operator/ (const QPoint &, float) |
| |
The documentation for this class was generated from the following file: