kword
KWSplitCellCommand Class Reference
#include <KWCommand.h>
Detailed Description
Command created when splitting a cell.
Definition at line 568 of file KWCommand.h.
Public Member Functions | |
| KWSplitCellCommand (const QString &name, KWTableFrameSet *_table, unsigned int colBegin, unsigned int rowBegin, unsigned int colEnd, unsigned int rowEnd) | |
| ~KWSplitCellCommand () | |
| 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 |
The documentation for this class was generated from the following files:

