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

Public Member Functions | |
| AutoFormatCommand () | |
| virtual | ~AutoFormatCommand () |
| void | setStyles (const QList< Style > &styles) |
Protected Member Functions | |
| virtual bool | mainProcessing () |
| virtual bool | preProcessing () |
| virtual bool | process (Element *element) |
Detailed Description
Definition at line 32 of file AutoFormatCommand.h.
Constructor & Destructor Documentation
| AutoFormatCommand::AutoFormatCommand | ( | ) |
Constructor.
Definition at line 35 of file AutoFormatCommand.cpp.
| AutoFormatCommand::~AutoFormatCommand | ( | ) | [virtual] |
Destructor.
Definition at line 40 of file AutoFormatCommand.cpp.
Member Function Documentation
| bool AutoFormatCommand::mainProcessing | ( | ) | [protected, virtual] |
Processes the region.
Calls process(Element*).
Reimplemented from KSpread::AbstractRegionCommand.
Definition at line 65 of file AutoFormatCommand.cpp.
| bool AutoFormatCommand::preProcessing | ( | ) | [protected, virtual] |
Preprocessing of the region.
Reimplemented from KSpread::AbstractRegionCommand.
Definition at line 50 of file AutoFormatCommand.cpp.
| bool AutoFormatCommand::process | ( | Element * | ) | [protected, virtual] |
Processes element , a Region::Point or a Region::Range .
Invoked by mainProcessing() .
Reimplemented from KSpread::AbstractRegionCommand.
Definition at line 75 of file AutoFormatCommand.cpp.
Definition at line 45 of file AutoFormatCommand.cpp.
The documentation for this class was generated from the following files:
