kword
KWInsertColumnCommand Class Reference
#include <KWCommand.h>
Detailed Description
Command created when inserting a column.
Definition at line 494 of file KWCommand.h.
Public Member Functions | |
| KWInsertColumnCommand (const QString &name, KWTableFrameSet *_table, int _pos, double _maxRight) | |
| ~KWInsertColumnCommand () | |
| void | execute () |
| void | unexecute () |
Protected Attributes | |
| KWTableFrameSet * | m_pTable |
| RemovedColumn * | m_rc |
| unsigned int | m_colPos |
| double | m_maxRight |
| double | m_oldWidth |
| bool | m_inserted |
The documentation for this class was generated from the following files:

