package QRect; use strict; use vars qw($VERSION @ISA); require DynaLoader; require QGlobal; require QPoint; require QSize; @ISA = qw(DynaLoader Qt::Hash); $VERSION = '0.02'; bootstrap QRect $VERSION; 1; __END__ =head1 NAME QRect - Interface to the Qt QRect class =head1 SYNOPSIS C Requires QPoint and QSize. =head2 Member functions new, bottom, bottomLeft, bottomRight, center, contains, coords, height, intersect, intersects, isEmpty, isNull, isValid, left, moveBottomLeft, moveBottomRight, moveBy, moveCenter, moveTopLeft, moveTopRight, normalize, rect, right, setBottom, setCoords, setHeight, setLeft, setRect, setRight, setSize, setTop, setWidth, setX, setY, size, top, topLeft, topRight, unite, width, x, y =head1 DESCRIPTION Everything but the operators is fully interfaced. =head1 SEE ALSO QRect(3qt) =head1 AUTHOR Ashley Winters