kspread
KSpread::AutoFillSequenceItem Class Reference
List of all members.Detailed Description
Definition at line 42 of file kspread_autofill.h.
Public Types | |
| enum | Type { INTEGER, FLOAT, STRING, DAY, SHORTDAY, MONTH, SHORTMONTH, FORMULA, OTHER, DATE, TIME } |
Public Member Functions | |
| AutoFillSequenceItem (int _i) | |
| AutoFillSequenceItem (double _d) | |
| AutoFillSequenceItem (const QString &_str) | |
| bool | getDelta (AutoFillSequenceItem *_seq, double &delta) |
| QString | getSuccessor (int _no, double _delta) |
| QString | getPredecessor (int _no, double _delta) |
| Type | getType () const |
| int | getIValue () const |
| double | getDValue () const |
| QString | getString () const |
| int | getIOtherEnd () const |
| int | getIOtherBegin () const |
Static Public Attributes | |
| static QStringList * | other |
| static QStringList * | month |
| static QStringList * | day |
| static QStringList * | shortMonth |
| static QStringList * | shortDay |
Protected Attributes | |
| int | m_IValue |
| double | m_DValue |
| int | m_OtherBegin |
| int | m_OtherEnd |
| QString | m_String |
| Type | m_Type |
The documentation for this class was generated from the following files:

