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

Detailed Description
Definition at line 298 of file kspread_undo.h.
Public Member Functions | |
| UndoPaperLayout (Doc *_doc, Sheet *_sheet) | |
| virtual | ~UndoPaperLayout () |
| virtual void | undo () |
| virtual void | redo () |
Protected Attributes | |
| QString | m_sheetName |
| KoPageLayout | m_pl |
| KoPageLayout | m_plRedo |
| KoHeadFoot | m_hf |
| KoHeadFoot | m_hfRedo |
| KoUnit::Unit | m_unit |
| KoUnit::Unit | m_unitRedo |
| bool | m_printGrid |
| bool | m_printGridRedo |
| bool | m_printCommentIndicator |
| bool | m_printCommentIndicatorRedo |
| bool | m_printFormulaIndicator |
| bool | m_printFormulaIndicatorRedo |
| QRect | m_printRange |
| QRect | m_printRangeRedo |
| QPair< int, int > | m_printRepeatColumns |
| QPair< int, int > | m_printRepeatColumnsRedo |
| QPair< int, int > | m_printRepeatRows |
| QPair< int, int > | m_printRepeatRowsRedo |
| double | m_dZoom |
| double | m_dZoomRedo |
| int | m_iPageLimitX |
| int | m_iPageLimitXRedo |
| int | m_iPageLimitY |
| int | m_iPageLimitYRedo |
The documentation for this class was generated from the following files:

