CellBinding Class Reference
This is an abstract base class only. More...
#include <kspread_sheet.h>
Inheritance diagram for CellBinding:


Signals | |
void | changed (KSpreadCell *_obj) |
Public Member Functions | |
CellBinding (KSpreadSheet *_sheet, const QRect &_area) | |
bool | contains (int _x, int _y) |
virtual void | cellChanged (KSpreadCell *_obj) |
virtual void | setIgnoreChanges (bool _ignore) |
virtual QRect & | dataArea () |
virtual void | setDataArea (const QRect _rect) |
KSpreadSheet * | sheet () const |
Protected Attributes | |
QRect | m_rctDataArea |
KSpreadSheet * | m_pSheet |
bool | m_bIgnoreChanges |
Detailed Description
This is an abstract base class only.
Definition at line 83 of file kspread_sheet.h.
Member Function Documentation
|
Call this function if one of the cells covered by this binding (.
Definition at line 106 of file kspread_sheet.cc. Referenced by KSpreadDoc::emitEndOperation(), and KSpreadCell::updateChart(). |
The documentation for this class was generated from the following files: