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

Signals | |
| void | choosearea (QMouseEvent *_ev) |
| void | redraw () |
Public Member Functions | |
| Border (QWidget *parent, const char *_name, bool _oneCol, bool _oneRow) | |
Protected Member Functions | |
| virtual void | mousePressEvent (QMouseEvent *_ev) |
| virtual void | paintEvent (QPaintEvent *_ev) |
Protected Attributes | |
| bool | oneCol |
| bool | oneRow |
Detailed Description
Definition at line 282 of file LayoutDialog.h.
Constructor & Destructor Documentation
| Border::Border | ( | QWidget * | parent, | |
| const char * | _name, | |||
| bool | _oneCol, | |||
| bool | _oneRow | |||
| ) |
Definition at line 2376 of file LayoutDialog.cpp.
Member Function Documentation
| void KSpread::Border::choosearea | ( | QMouseEvent * | _ev | ) | [signal] |
| void Border::mousePressEvent | ( | QMouseEvent * | _ev | ) | [protected, virtual] |
Definition at line 2425 of file LayoutDialog.cpp.
| void Border::paintEvent | ( | QPaintEvent * | _ev | ) | [protected, virtual] |
Definition at line 2388 of file LayoutDialog.cpp.
| void KSpread::Border::redraw | ( | ) | [signal] |
Member Data Documentation
bool KSpread::Border::oneCol [protected] |
Definition at line 293 of file LayoutDialog.h.
bool KSpread::Border::oneRow [protected] |
Definition at line 294 of file LayoutDialog.h.
The documentation for this class was generated from the following files:
