kspread
KSpread::CellBinding Class Reference
#include <kspread_sheet.h>
Inheritance diagram for KSpread::CellBinding:

Detailed Description
This is an abstract base class only.
Definition at line 93 of file kspread_sheet.h.
Signals | |
void | changed (Cell *_obj) |
Public Member Functions | |
CellBinding (Sheet *_sheet, const QRect &_area) | |
virtual | ~CellBinding () |
bool | contains (int _x, int _y) |
virtual void | cellChanged (Cell *_obj) |
virtual void | setIgnoreChanges (bool _ignore) |
virtual QRect & | dataArea () |
virtual void | setDataArea (const QRect _rect) |
Sheet * | sheet () const |
Protected Attributes | |
QRect | m_rctDataArea |
Sheet * | m_pSheet |
bool | m_bIgnoreChanges |
Member Function Documentation
void KSpread::CellBinding::cellChanged | ( | Cell * | _obj | ) | [virtual] |
Call this function if one of the cells covered by this binding (.
- See also:
- rect ) has changed. This will in turn force for example a chart to update.
- Parameters:
-
_obj may by 0L. In this case all cells may have changed.
Reimplemented in KSpread::ChartBinding.
Definition at line 117 of file kspread_sheet.cc.
The documentation for this class was generated from the following files: