Ashley Winters > Qt > QPaintDevice

Download:
Qt-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source  

NAME ^

QPaintDevice - Interface to the Qt QPaintDevice class

SYNOPSIS ^

use QPaintDevice;

Member functions

devType, isExtDev, paintingActive

DESCRIPTION ^

A very strange class.

EXPORTED ^

The %PDT and %PDF hashes are exported into the user's namespace. They contain the values of the PD[FT]_* constants.

bitBlt() is also exported, but in a strange twist of Perlian fate, it can be called as a member-function.

    $widget->bitBlt(dx, dy, pixmap, sx, sy, sw, sh);

AUTHOR ^

Ashley Winters <jql@accessone.com>