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

Detailed Description
Definition at line 610 of file kspread_undo.h.
Public Member Functions | |
| UndoCellPaste (Doc *_doc, Sheet *_sheet, int _xshift, int _yshift, const Region &_selection, bool insert, int insertTo=0) | |
| virtual | ~UndoCellPaste () |
| virtual void | undo () |
| virtual void | redo () |
Protected Member Functions | |
| void | createListCell (QCString &listCell, QValueList< columnSize > &listCol, QValueList< rowSize > &listRow, Sheet *sheet) |
Protected Attributes | |
| Region | m_region |
| QCString | m_data |
| QCString | m_dataRedo |
| QValueList< columnSize > | m_lstColumn |
| QValueList< columnSize > | m_lstRedoColumn |
| QValueList< rowSize > | m_lstRow |
| QValueList< rowSize > | m_lstRedoRow |
| int | xshift |
| int | yshift |
| bool | b_insert |
| int | m_iInsertTo |
| QString | m_sheetName |
The documentation for this class was generated from the following files:

