NAME
QBrush - Interface to the Qt QBrush class
SYNOPSIS
use QBrush;
Requires QColor and QPixmap.
Member functions
new, color, pixmap, setColor, setPixmap, setStyle, style
Overloaded operators
!= ==
DESCRIPTION
As direct an interface as humanly possible.
EXPORTED
The %Brush
hash is exported into the user's namespace. It contains the BrushStyle constants. Since there is no chance for namespace pollution, all %Brush
elements ending in Pattern
have been truncated so as to remove the Pattern
. NoBrush
has been changed to $Brush{None}
.
SEE ALSO
qbrush(3qt)
AUTHOR
Ashley Winters <jql@accessone.com>