The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>