lib
KoPen Class Reference
#include <KoPen.h>
List of all members.
Detailed Description
Pen that handles line widths in points.
Definition at line 30 of file KoPen.h.
Member Function Documentation
bool KoPen::operator== |
( |
const KoPen & |
p |
) |
const |
Compare pens if they are equal.
Two pens are equal if they have equal styles, widths and colors.
- Returns:
- true if the pens are equal, false otherwise
Definition at line 48 of file KoPen.cpp.
bool KoPen::operator!= |
( |
const KoPen & |
p |
) |
const |
Compare pens if they differ.
Two pens are different if they have different styles, widths or colors.
- Returns:
- true if the pens are different, false otherwise
Definition at line 53 of file KoPen.cpp.
void KoPen::setPointWidth |
( |
double |
width |
) |
|
Set the pen width in points.
Definition at line 58 of file KoPen.cpp.
double KoPen::pointWidth |
( |
|
) |
const [inline] |
Returns a zoomed QPen.
Definition at line 63 of file KoPen.cpp.
The documentation for this class was generated from the following files: