kspread
KSpread::BrushSelect Class Reference
#include <LayoutDialog.h>
Inheritance diagram for KSpread::BrushSelect:

Public Slots | |
| void | slotSelect () |
| void | slotUnselect () |
Signals | |
| void | clicked (BrushSelect *_this) |
Public Member Functions | |
| BrushSelect (QWidget *parent, const char *_name) | |
| QColor | getBrushColor () const |
| Qt::BrushStyle | getBrushStyle () const |
| void | setBrushColor (const QColor &_c) |
| void | setBrushStyle (Qt::BrushStyle _pat) |
| void | setPattern (const QColor &_color, Qt::BrushStyle _style) |
Protected Member Functions | |
| virtual void | mousePressEvent (QMouseEvent *_ev) |
| virtual void | paintEvent (QPaintEvent *_ev) |
Protected Attributes | |
| QColor | brushColor |
| Qt::BrushStyle | brushStyle |
| bool | selected |
Detailed Description
Definition at line 380 of file LayoutDialog.h.
Constructor & Destructor Documentation
| BrushSelect::BrushSelect | ( | QWidget * | parent, | |
| const char * | _name | |||
| ) |
Definition at line 3310 of file LayoutDialog.cpp.
Member Function Documentation
| void KSpread::BrushSelect::clicked | ( | BrushSelect * | _this | ) | [signal] |
| QColor KSpread::BrushSelect::getBrushColor | ( | ) | const [inline] |
Definition at line 388 of file LayoutDialog.h.
| Qt::BrushStyle KSpread::BrushSelect::getBrushStyle | ( | ) | const [inline] |
Definition at line 387 of file LayoutDialog.h.
| void BrushSelect::mousePressEvent | ( | QMouseEvent * | _ev | ) | [protected, virtual] |
Definition at line 3338 of file LayoutDialog.cpp.
| void BrushSelect::paintEvent | ( | QPaintEvent * | _ev | ) | [protected, virtual] |
Definition at line 3325 of file LayoutDialog.cpp.
| void KSpread::BrushSelect::setBrushColor | ( | const QColor & | _c | ) | [inline] |
Definition at line 389 of file LayoutDialog.h.
| void KSpread::BrushSelect::setBrushStyle | ( | Qt::BrushStyle | _pat | ) | [inline] |
Definition at line 386 of file LayoutDialog.h.
| void BrushSelect::setPattern | ( | const QColor & | _color, | |
| Qt::BrushStyle | _style | |||
| ) |
Definition at line 3317 of file LayoutDialog.cpp.
| void BrushSelect::slotSelect | ( | ) | [slot] |
Definition at line 3354 of file LayoutDialog.cpp.
| void BrushSelect::slotUnselect | ( | ) | [slot] |
Definition at line 3345 of file LayoutDialog.cpp.
Member Data Documentation
QColor KSpread::BrushSelect::brushColor [protected] |
Definition at line 404 of file LayoutDialog.h.
Qt::BrushStyle KSpread::BrushSelect::brushStyle [protected] |
Definition at line 403 of file LayoutDialog.h.
bool KSpread::BrushSelect::selected [protected] |
Definition at line 405 of file LayoutDialog.h.
The documentation for this class was generated from the following files:
