kspread
KSpread::AutoFillSequenceItem Class Reference
List of all members.Detailed Description
Definition at line 42 of file kspread_autofill.h.
Public Types | |
| INTEGER | |
| FLOAT | |
| STRING | |
| DAY | |
| SHORTDAY | |
| MONTH | |
| SHORTMONTH | |
| FORMULA | |
| OTHER | |
| DATE | |
| TIME | |
| 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 = 0L |
| static QStringList * | month = 0L |
| static QStringList * | day = 0L |
| static QStringList * | shortMonth = 0L |
| static QStringList * | shortDay = 0L |
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:

