kspread
KSpread::AddSheetCommand Class Reference
#include <SheetCommands.h>
Inheritance diagram for KSpread::AddSheetCommand:

Public Member Functions | |
| AddSheetCommand (Sheet *sheet) | |
| virtual void | redo () |
| virtual void | undo () |
Protected Attributes | |
| bool | m_firstrun |
| Sheet * | m_sheet |
Detailed Description
Definition at line 82 of file SheetCommands.h.
Constructor & Destructor Documentation
| AddSheetCommand::AddSheetCommand | ( | Sheet * | sheet | ) | [explicit] |
Definition at line 111 of file SheetCommands.cpp.
Member Function Documentation
| void AddSheetCommand::redo | ( | ) | [virtual] |
Reimplemented from QUndoCommand.
Definition at line 118 of file SheetCommands.cpp.
| void AddSheetCommand::undo | ( | ) | [virtual] |
Reimplemented from QUndoCommand.
Definition at line 131 of file SheetCommands.cpp.
Member Data Documentation
bool KSpread::AddSheetCommand::m_firstrun [protected] |
Definition at line 92 of file SheetCommands.h.
Sheet* KSpread::AddSheetCommand::m_sheet [protected] |
Definition at line 91 of file SheetCommands.h.
The documentation for this class was generated from the following files:
