kpresenter
KPrGeometryPropertiesCommand Class Reference
List of all members.Detailed Description
Definition at line 957 of file KPrCommand.h.
Public Types | |
| enum | KgpType { ProtectSize, KeepRatio } |
Public Member Functions | |
| KPrGeometryPropertiesCommand (const QString &name, QPtrList< KPrObject > &objects, bool newValue, KgpType type, KPrDocument *_doc) | |
| KPrGeometryPropertiesCommand (const QString &name, QValueList< bool > &lst, QPtrList< KPrObject > &objects, bool newValue, KgpType type, KPrDocument *_doc) | |
| ~KPrGeometryPropertiesCommand () | |
| virtual void | execute () |
| virtual void | unexecute () |
Protected Attributes | |
| QValueList< bool > | m_oldValue |
| QPtrList< KPrObject > | m_objects |
| bool | m_newValue |
| KgpType | m_type |
| KPrDocument * | m_doc |
The documentation for this class was generated from the following files:

