kspread
KSpread::FunctionParameter Class Reference
A function parameter. More...
#include <Functions.h>
Public Member Functions | |
| FunctionParameter (const QDomElement &element) | |
| FunctionParameter (const FunctionParameter ¶m) | |
| FunctionParameter () | |
| bool | hasRange () const |
| QString | helpText () const |
| ParameterType | type () const |
Detailed Description
A function parameter.
Definition at line 95 of file Functions.h.
Constructor & Destructor Documentation
| FunctionParameter::FunctionParameter | ( | ) |
Definition at line 401 of file Functions.cpp.
| FunctionParameter::FunctionParameter | ( | const FunctionParameter & | param | ) |
Definition at line 407 of file Functions.cpp.
| FunctionParameter::FunctionParameter | ( | const QDomElement & | element | ) |
Definition at line 414 of file Functions.cpp.
Member Function Documentation
| bool KSpread::FunctionParameter::hasRange | ( | ) | const [inline] |
Definition at line 104 of file Functions.h.
| QString KSpread::FunctionParameter::helpText | ( | ) | const [inline] |
Definition at line 102 of file Functions.h.
| ParameterType KSpread::FunctionParameter::type | ( | ) | const [inline] |
Definition at line 103 of file Functions.h.
The documentation for this class was generated from the following files:
