KSpreadUndoAction Class Reference
Abstract base class. More...
#include <kspread_undo.h>
Collaboration diagram for KSpreadUndoAction:

Public Member Functions | |
KSpreadUndoAction (KSpreadDoc *_doc) | |
virtual void | undo ()=0 |
virtual void | redo ()=0 |
KSpreadDoc * | doc () const |
QString | getName () const |
Protected Attributes | |
KSpreadDoc * | m_pDoc |
QString | name |
Detailed Description
Abstract base class.Every undo/redo action must derive from this class.
Definition at line 111 of file kspread_undo.h.
The documentation for this class was generated from the following file: