KSpreadFunction Class Reference
Encapsulates built-in function for formula evaluation. More...
#include <kspread_functions.h>
Collaboration diagram for KSpreadFunction:

Public Attributes | |
QString | name |
QString | localizedName |
KSpreadFunctionPtr | functionPtr |
QString | helpText |
Detailed Description
Encapsulates built-in function for formula evaluation.Example of built-in functions are SUM, MAX, SIN, COS, etc.
In order to be accessible from the formula engine, function must be registered first using KSpreadFunctionRepository::registerFunction().
Definition at line 26 of file kspread_functions.h.
The documentation for this class was generated from the following file: