package QPointArray; use strict; use vars qw($VERSION @ISA); require DynaLoader; require QGlobal; require QRect; require QPoint; @ISA = qw(DynaLoader Qt::Hash); $VERSION = '0.02'; bootstrap QPointArray $VERSION; 1; __END__ =head1 NAME QPointArray - Interface to the Qt QPointArray class =head1 SYNOPSIS C =head2 Member functions new, at, boundingRect, copy, fill, makeArc, makeEllipse, point, putPoints, quadBezier, setPoint, setPoints, translate =head1 DESCRIPTION Many of the functions in the original QPointArray used nPoints to specify the number of arguments or elements in *points. Perl is fortunatly better than that, so just ditch nPoints and arrays of QCOORD's. Just type the arguments in a list starting from where the nPoints would be. =head1 SEE ALSO QPointArray(3qt) =head1 AUTHOR Ashley Winters