package Qt::Core::QPoint;
# THE FOLLOWING CODE IS AUTOMATED, ANY MODIFICATION WILL BE LOST!
# classname: QPoint
# file : QtCore/qpoint.h
use strict;
use warnings;
#use Carp;
our $VERSION = '0.01_02';
# FIXME: operator overload
1;
=head1 NAME
Qt::Core::QPoint
=head1 PUBLIC METHODS
=over
=item QPoint()
=item QPoint(int xpos, int ypos)
=item bool isNull()
=item int manhattanLength()
=item QPoint & operator*=(qreal c)
=item QPoint & operator+=(const QPoint & p)
=item QPoint & operator-=(const QPoint & p)
=item QPoint & operator/=(qreal c)
=item int & rx()
=item int & ry()
=item void setX(int x)
=item void setY(int y)
=item int x()
=item int y()
=back
=head1 ENUM VALUES
=over
=back
=head2 EXPORT
None by default.
=head1 AUTHOR
Dongxu Ma E<lt>dongxu@cpan.orgE<gt>
=head1 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.
See L<http://dev.perl.org/licenses/artistic.html>
=cut