NAME
Qt::Core::QPoint
PUBLIC METHODS
- QPoint()
- QPoint(int xpos, int ypos)
- bool isNull()
- int manhattanLength()
- QPoint & operator*=(qreal c)
- QPoint & operator+=(const QPoint & p)
- QPoint & operator-=(const QPoint & p)
- QPoint & operator/=(qreal c)
- int & rx()
- int & ry()
- void setX(int x)
- void setY(int y)
- int x()
- int y()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.