kpresenter
KPrPolygonSettingCmd Class Reference
List of all members.Detailed Description
Definition at line 588 of file KPrCommand.h.
Public Types | |
| enum | PolygonConfigChange { ConcaveConvex = 1, Corners = 2, Sharpness = 4, All = ConcaveConvex | Corners | Sharpness } |
Public Member Functions | |
| KPrPolygonSettingCmd (const QString &name, PolygonSettings newSettings, QPtrList< KPrObject > &objects, KPrDocument *doc, KPrPage *page, int flags=All) | |
| ~KPrPolygonSettingCmd () | |
| virtual void | execute () |
| virtual void | unexecute () |
Protected Member Functions | |
| void | addObjects (const QPtrList< KPrObject > &objects) |
Protected Attributes | |
| KPrDocument * | m_doc |
| KPrPage * | m_page |
| QPtrList< PolygonSettings > | m_oldSettings |
| QPtrList< KPrObject > | m_objects |
| PolygonSettings | m_newSettings |
| int | m_flags |
Classes | |
| struct | PolygonSettings |
The documentation for this class was generated from the following files:

