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