NAME
Qt::Gui::QPen
PUBLIC METHODS
- QPen()
- QPen(Qt::PenStyle arg0)
- QPen(const QColor & color)
- QPen(const QPen & pen)
- QPen(const QBrush & brush, qreal width, Qt::PenStyle s, Qt::PenCapStyle c, Qt::PenJoinStyle j)
- QPen(const QBrush & brush, qreal width, Qt::PenStyle s, Qt::PenCapStyle c, Qt::PenJoinStyle j = Qt::BevelJoin)
- QPen(const QBrush & brush, qreal width, Qt::PenStyle s, Qt::PenCapStyle c = Qt::SquareCap, Qt::PenJoinStyle j = Qt::BevelJoin)
- QPen(const QBrush & brush, qreal width, Qt::PenStyle s = Qt::SolidLine, Qt::PenCapStyle c = Qt::SquareCap, Qt::PenJoinStyle j = Qt::BevelJoin)
- ~QPen()
- QBrush brush()
- Qt::PenCapStyle capStyle()
- QColor color()
- qreal dashOffset()
- QPenPrivate * & data_ptr()
- bool isCosmetic()
- bool isDetached()
- bool isSolid()
- Qt::PenJoinStyle joinStyle()
- qreal miterLimit()
- QVariant operator QVariant()
- bool operator!=(const QPen & p)
- QPen & operator=(const QPen & pen)
- bool operator==(const QPen & p)
- void setBrush(const QBrush & brush)
- void setCapStyle(Qt::PenCapStyle pcs)
- void setColor(const QColor & color)
- void setCosmetic(bool cosmetic)
- void setDashOffset(qreal doffset)
- void setJoinStyle(Qt::PenJoinStyle pcs)
- void setMiterLimit(qreal limit)
- void setStyle(Qt::PenStyle arg0)
- void setWidth(int width)
- void setWidthF(qreal width)
- Qt::PenStyle style()
- int width()
- qreal widthF()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.