kspread
KSpread::PatternSelect Class Reference
List of all members.Detailed Description
Definition at line 97 of file kspread_dlg_layout.h.
Public Slots | |
| void | slotUnselect () |
| void | slotSelect () |
Signals | |
| void | clicked (PatternSelect *_this) |
Public Member Functions | |
| PatternSelect (QWidget *parent, const char *_name) | |
| void | setPenStyle (PenStyle _pat) |
| PenStyle | getPenStyle () |
| void | setColor (const QColor &_col) |
| const QColor & | getColor () |
| void | setPenWidth (int _w) |
| int | getPenWidth () |
| void | setPattern (const QColor &_color, int _width, PenStyle _style) |
| void | setUndefined () |
| void | setDefined () |
| bool | isDefined () |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *_ev) |
| virtual void | mousePressEvent (QMouseEvent *_ev) |
Protected Attributes | |
| PenStyle | penStyle |
| QColor | penColor |
| int | penWidth |
| bool | selected |
| bool | undefined |
The documentation for this class was generated from the following files:

