kspread
KSpread::ValueConverter Class Reference
#include <valueconverter.h>
Detailed Description
The ValueConverter class can convert Value between various different formats.
Definition at line 36 of file valueconverter.h.
Public Member Functions | |
ValueConverter (ValueParser *parser) | |
Value | asBoolean (const Value &value) const |
Value | asInteger (const Value &value) const |
Value | asFloat (const Value &value) const |
Value | asNumeric (const Value &value) const |
Value | asString (const Value &value) const |
Value | asDateTime (const Value &value) const |
Value | asDate (const Value &value) const |
Value | asTime (const Value &value) const |
KLocale * | locale () |
Constructor & Destructor Documentation
|
constructor
Definition at line 27 of file valueconverter.cc. |
Member Function Documentation
|
convert to a numeric value - not necessarily float
Definition at line 147 of file valueconverter.cc. |
The documentation for this class was generated from the following files: