kword
KWDeleteFrameCommand Class Reference
#include <KWCommand.h>
Inheritance diagram for KWDeleteFrameCommand:

Detailed Description
Command created when deleting a frame.Definition at line 414 of file KWCommand.h.
Public Member Functions | |
KWDeleteFrameCommand (const QString &name, KWFrame *frame) | |
KWDeleteFrameCommand (const FrameIndex &frameIndex) | |
void | execute () |
void | unexecute () |
Protected Attributes | |
FrameIndex | m_frameIndex |
KWFrame * | m_copyFrame |
Constructor & Destructor Documentation
KWDeleteFrameCommand::KWDeleteFrameCommand | ( | const FrameIndex & | frameIndex | ) |
Constructor to be used for chaining commands, i.e.
inside another command.
- Parameters:
-
frameIndex a frameIndex object that specifies which frame to delete
Definition at line 1089 of file KWCommand.cpp.
The documentation for this class was generated from the following files: