kspread
KSpread::UndoCellFormat Class Reference
Inheritance diagram for KSpread::UndoCellFormat:

Detailed Description
Definition at line 355 of file kspread_undo.h.
Public Member Functions | |
| UndoCellFormat (Doc *_doc, Sheet *_sheet, const Region &_selection, const QString &_title) | |
| virtual | ~UndoCellFormat () |
| virtual void | undo () |
| virtual void | redo () |
Protected Member Functions | |
| void | copyFormat (QValueList< layoutCell > &list, QValueList< layoutColumn > &listCol, QValueList< layoutRow > &listRow, Sheet *sheet) |
Protected Attributes | |
| Region | m_region |
| QValueList< layoutCell > | m_lstFormats |
| QValueList< layoutCell > | m_lstRedoFormats |
| QValueList< layoutColumn > | m_lstColFormats |
| QValueList< layoutColumn > | m_lstRedoColFormats |
| QValueList< layoutRow > | m_lstRowFormats |
| QValueList< layoutRow > | m_lstRedoRowFormats |
| QString | m_sheetName |
The documentation for this class was generated from the following files:

