kword
KWFrameBackGroundColorCommand Class Reference
#include <KWCommand.h>
Inherits KNamedCommand.
Detailed Description
Command created when changing background color of one or more frames.Definition at line 134 of file KWCommand.h.
Public Member Functions | |
| KWFrameBackGroundColorCommand (const QString &name, QPtrList< FrameIndex > &_listFrameIndex, QPtrList< QBrush > &_oldBrush, const QBrush &_newColor) | |
| void | execute () |
| void | unexecute () |
Protected Attributes | |
| QPtrList< FrameIndex > | m_indexFrame |
| QPtrList< QBrush > | m_oldBackGroundColor |
| QBrush | m_newColor |
The documentation for this class was generated from the following files:

