NAME

QPen - Interface to the Qt QPen class

SYNOPSIS

use QPen;

Requires QColor.

Member functions

new, color, setColor, setStyle, setWidth, style, width

Overloaded operators

!= ==

DESCRIPTION

Except for the operators, this class is fully implemented.

EXPORTED

The %Pen hash is exported into the user's namespace, and contains all of the elements from the PenStyle enum defined in qpen.h. The NoPen constant has been changed to $Pen{None} and all the other constants have had their appended Line's removed; thereby making SolidLine become $Pen{Solid}, and so on.

SEE ALSO

qpen(3qt)

AUTHOR

Ashley Winters <jql@accessone.com>