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

Detailed Description
Definition at line 438 of file kspread_undo.h.
Public Member Functions | |
| UndoResizeColRow (Doc *_doc, Sheet *_sheet, const Region &_selection) | |
| virtual | ~UndoResizeColRow () |
| virtual void | undo () |
| virtual void | redo () |
Protected Member Functions | |
| void | createList (QValueList< columnSize > &listCol, QValueList< rowSize > &listRow, Sheet *sheet) |
Protected Attributes | |
| Region | m_region |
| QValueList< columnSize > | m_lstColumn |
| QValueList< columnSize > | m_lstRedoColumn |
| QValueList< rowSize > | m_lstRow |
| QValueList< rowSize > | m_lstRedoRow |
| QString | m_sheetName |
The documentation for this class was generated from the following files:

