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

Detailed Description
Definition at line 336 of file kspread_undo.h.
Public Member Functions | |
| UndoSetText (Doc *_doc, Sheet *_sheet, const QString &_text, int _column, int _row, FormatType _formatType) | |
| virtual | ~UndoSetText () |
| virtual void | undo () |
| virtual void | redo () |
Protected Attributes | |
| QString | m_sheetName |
| int | m_iRow |
| int | m_iColumn |
| QString | m_strText |
| QString | m_strRedoText |
| FormatType | m_eFormatType |
| FormatType | m_eFormatTypeRedo |
The documentation for this class was generated from the following files:

