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

