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

Detailed Description
Definition at line 476 of file kspread_undo.h.
Public Member Functions | |
UndoSort (Doc *_doc, Sheet *_sheet, const QRect &_selection) | |
virtual | ~UndoSort () |
virtual void | undo () |
virtual void | redo () |
Protected Member Functions | |
void | copyAll (QValueList< layoutTextCell > &list, QValueList< layoutColumn > &listCol, QValueList< layoutRow > &listRow, Sheet *sheet) |
Protected Attributes | |
QRect | m_rctRect |
QValueList< layoutTextCell > | m_lstFormats |
QValueList< layoutTextCell > | 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: