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);
NOTES
There are virtual functions in QPaintDevice in the C++ version of Qt, but none in PerlQt. I see no reason why anyone would want to override a QPaintDevice method in PerlQt, and it's a bit too much effort to add it without cause. It's certainly not impossible though, and if you would like them added, just tell me.
AUTHOR
Ashley Winters <jql@accessone.com>