kspread
KSpread::ArrayFormulaManipulator Class Reference
Inheritance diagram for KSpread::ArrayFormulaManipulator:

Detailed Description
Definition at line 86 of file manipulator_data.h.
Public Member Functions | |
| ArrayFormulaManipulator () | |
| virtual | ~ArrayFormulaManipulator () |
| void | setText (const QString text) |
Protected Member Functions | |
| virtual Value | newValue (Element *element, int col, int row, bool *, FormatType *) |
Protected Attributes | |
| QString | cellRef |
| QString | m_text |
Member Function Documentation
| Value ArrayFormulaManipulator::newValue | ( | Element * | element, | |
| int | col, | |||
| int | row, | |||
| bool * | , | |||
| FormatType * | ||||
| ) | [protected, virtual] |
Return new value.
row/col are relative to sheet, not element. If the function sets *parse to true, the value will be treated as an user-entered string and parsed by Cell.
Implements KSpread::AbstractDataManipulator.
Definition at line 141 of file manipulator_data.cc.
The documentation for this class was generated from the following files:

