kpresenter
KoPenCmd Class Reference
List of all members.Detailed Description
Definition at line 356 of file KPrCommand.h.
Public Types | |
| enum | PenConfigChange { LineBegin = 1, LineEnd = 2, Color = 4, Width = 8, Style = 16, All = LineBegin | LineEnd | Color | Width | Style } |
Public Member Functions | |
| KoPenCmd (const QString &_name, QPtrList< KPrObject > &_objects, Pen _newPen, KPrDocument *_doc, KPrPage *_page, int _flags=All) | |
| ~KoPenCmd () | |
| virtual void | execute () |
| virtual void | unexecute () |
Protected Member Functions | |
| void | addObjects (const QPtrList< KPrObject > &_objects) |
| void | applyPen (KPrObject *object, Pen *tmpPen) |
Protected Attributes | |
| KPrDocument * | doc |
| KPrPage * | m_page |
| QPtrList< Pen > | oldPen |
| QPtrList< KPrObject > | objects |
| Pen | newPen |
| int | flags |
Classes | |
| struct | Pen |
The documentation for this class was generated from the following files:

