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
|
Call this function if one of the cells covered by this binding (.
Reimplemented in KSpread::ChartBinding. Definition at line 117 of file kspread_sheet.cc. |
The documentation for this class was generated from the following files: