kword
KWChangeFootNoteLineSeparatorParametersCommand Class Reference
List of all members.Detailed Description
Definition at line 832 of file KWCommand.h.
Public Member Functions | |
| KWChangeFootNoteLineSeparatorParametersCommand (const QString &name, SeparatorLinePos _oldValuePos, SeparatorLinePos _newValuePos, int _oldLength, int _newLength, double _oldWidth, double _newWidth, SeparatorLineLineType _oldLineType, SeparatorLineLineType _newLineType, KWDocument *_doc) | |
| ~KWChangeFootNoteLineSeparatorParametersCommand () | |
| virtual void | execute () |
| virtual void | unexecute () |
Protected Member Functions | |
| void | changeLineSeparatorParameter (SeparatorLinePos _pos, int length, double _width, SeparatorLineLineType _type) |
Protected Attributes | |
| KWDocument * | m_doc |
| SeparatorLinePos | m_oldValuePos |
| SeparatorLinePos | m_newValuePos |
| int | m_oldLength |
| int | m_newLength |
| double | m_oldWidth |
| double | m_newWidth |
| SeparatorLineLineType | m_oldLineType |
| SeparatorLineLineType | m_newLineType |
The documentation for this class was generated from the following files:

