kword
KWJoinCellCommand Class Reference
#include <KWCommand.h>
Detailed Description
Command created when joining cells.
Definition at line 588 of file KWCommand.h.
Public Member Functions | |
KWJoinCellCommand (const QString &name, KWTableFrameSet *_table, unsigned int colBegin, unsigned int rowBegin, unsigned int colEnd, unsigned int rowEnd, QPtrList< KWFrameSet > listFrameSet, QPtrList< KWFrame > listCopyFrame) | |
~KWJoinCellCommand () | |
void | execute () |
void | unexecute () |
Protected Attributes | |
KWTableFrameSet * | m_pTable |
unsigned int | m_colBegin |
unsigned int | m_rowBegin |
unsigned int | m_colEnd |
unsigned int | m_rowEnd |
QPtrList< KWFrameSet > | m_ListFrameSet |
QPtrList< KWFrame > | m_copyFrame |
The documentation for this class was generated from the following files: