Ashley Winters > Qt-0.03 > QPointArray

Download:
Qt-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source  

NAME ^

QPointArray - Interface to the Qt QPointArray class

SYNOPSIS ^

use QPointArray;

Member functions

new, at, boundingRect, copy, fill, makeArc, makeEllipse, point, putPoints, quadBezier, setPoint, setPoints, translate

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.

SEE ALSO ^

QPointArray(3qt)

AUTHOR ^

Ashley Winters <jql@accessone.com>