kspread
KSpreadPen Class Reference
#include <kspread_pen.h>
Detailed Description
Pen that handles line widths in points.
Definition at line 30 of file kspread_pen.h.
Public Member Functions | |
KSpreadPen () | |
KSpreadPen (const QColor &_color, double _pointWidth, Qt::PenStyle _style) | |
KSpreadPen (const QColor &_color) | |
~KSpreadPen () | |
bool | operator== (const KSpreadPen &p) const |
bool | operator!= (const KSpreadPen &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.
Definition at line 53 of file kspread_pen.cc. |
|
Compare pens if they are equal. Two pens are equal if they have equal styles, widths and colors.
Definition at line 48 of file kspread_pen.cc. |
|
KSpreadPen width in points.
Definition at line 59 of file kspread_pen.h. |
|
Set the pen width in points.
Definition at line 58 of file kspread_pen.cc. |
|
Returns a zoomed QPen.
Definition at line 63 of file kspread_pen.cc. |
The documentation for this class was generated from the following files: