kpresenter
KPrPictureSettingCmd Class Reference
List of all members.Detailed Description
Definition at line 624 of file KPrCommand.h.
Public Types | |
| MirrorType = 1 | |
| Depth = 2 | |
| SwapRGB = 4 | |
| Grayscal = 8 | |
| Bright = 16 | |
| All = MirrorType | Depth | SwapRGB | Grayscal | Bright | |
| enum | PictureConfigChange { MirrorType = 1, Depth = 2, SwapRGB = 4, Grayscal = 8, Bright = 16, All = MirrorType | Depth | SwapRGB | Grayscal | Bright } |
Public Member Functions | |
| KPrPictureSettingCmd (const QString &name, PictureSettings newSettings, QPtrList< KPrObject > &objects, KPrDocument *doc, KPrPage *page, int flags=All) | |
| KPrPictureSettingCmd (const QString &_name, QPtrList< PictureSettings > &_oldSettings, PictureSettings _newSettings, QPtrList< KPrObject > &_objects, KPrDocument *_doc, int flags=All) | |
| ~KPrPictureSettingCmd () | |
| virtual void | execute () |
| virtual void | unexecute () |
Protected Member Functions | |
| void | addObjects (const QPtrList< KPrObject > &_objects) |
Protected Attributes | |
| KPrDocument * | m_doc |
| QPtrList< PictureSettings > | m_oldValues |
| QPtrList< KPrObject > | m_objects |
| PictureSettings | m_newSettings |
| KPrPage * | m_page |
| int | m_flags |
Classes | |
| struct | PictureSettings |
The documentation for this class was generated from the following files:

