kspread
KSpread::AutoFillCommand Class Reference
#include <AutoFillCommand.h>
Inheritance diagram for KSpread::AutoFillCommand:

Public Member Functions | |
| AutoFillCommand () | |
| virtual | ~AutoFillCommand () |
| virtual bool | mainProcessing () |
| void | setSourceRange (const QRect &range) |
| void | setTargetRange (const QRect &range) |
Static Public Attributes | |
| static QStringList * | day = 0 |
| static QStringList * | month = 0 |
| static QStringList * | other = 0 |
| static QStringList * | shortDay = 0 |
| static QStringList * | shortMonth = 0 |
Detailed Description
Definition at line 42 of file AutoFillCommand.h.
Constructor & Destructor Documentation
| AutoFillCommand::AutoFillCommand | ( | ) |
Constructor.
Definition at line 777 of file AutoFillCommand.cpp.
| AutoFillCommand::~AutoFillCommand | ( | ) | [virtual] |
Destructor.
Definition at line 782 of file AutoFillCommand.cpp.
Member Function Documentation
| bool AutoFillCommand::mainProcessing | ( | ) | [virtual] |
Executes the actual operation.
Reimplemented from KSpread::AbstractDataManipulator.
Definition at line 796 of file AutoFillCommand.cpp.
| void AutoFillCommand::setSourceRange | ( | const QRect & | range | ) |
Definition at line 786 of file AutoFillCommand.cpp.
| void AutoFillCommand::setTargetRange | ( | const QRect & | range | ) |
Definition at line 791 of file AutoFillCommand.cpp.
Member Data Documentation
QStringList * AutoFillCommand::day = 0 [static] |
Definition at line 66 of file AutoFillCommand.h.
QStringList * AutoFillCommand::month = 0 [static] |
Definition at line 65 of file AutoFillCommand.h.
QStringList * AutoFillCommand::other = 0 [static] |
Definition at line 64 of file AutoFillCommand.h.
QStringList * AutoFillCommand::shortDay = 0 [static] |
Definition at line 68 of file AutoFillCommand.h.
QStringList * AutoFillCommand::shortMonth = 0 [static] |
Definition at line 67 of file AutoFillCommand.h.
The documentation for this class was generated from the following files:
