lib
KoPen Class Reference
#include <KoPen.h>
Detailed Description
Pen that handles line widths in points.
Definition at line 30 of file KoPen.h.
Public Member Functions | |
KoPen () | |
KoPen (const QColor &_color, double _pointWidth, Qt::PenStyle _style) | |
KoPen (const QColor &_color) | |
~KoPen () | |
bool | operator== (const KoPen &p) const |
bool | operator!= (const KoPen &p) const |
void | setPointWidth (double width) |
double | pointWidth () const |
QPen | zoomedPen (KoZoomHandler *zoomHandler) |
Member Function Documentation
|
Compare pens if they differ. Two pens are different if they have different styles, widths or colors.
|
|
Compare pens if they are equal. Two pens are equal if they have equal styles, widths and colors.
|
|
KoPen width in points.
|
|
Set the pen width in points.
|
|
Returns a zoomed QPen.
|
The documentation for this class was generated from the following files: