RenameSheetCommand Class Reference
Class RenameSheetCommand implements a command for renaming a sheet. More...
#include <commands.h>
Collaboration diagram for RenameSheetCommand:

Public Member Functions | |
RenameSheetCommand (KSpreadSheet *sheet, const QString &name) | |
virtual void | execute () |
virtual void | unexecute () |
virtual QString | name () const |
Protected Attributes | |
KSpreadSheet * | sheet |
QString | oldName |
QString | newName |
Detailed Description
Class RenameSheetCommand implements a command for renaming a sheet.
- See also:
- KSpreadSheet::setSheetName
Definition at line 148 of file commands.h.
The documentation for this class was generated from the following files: