kexi
KFormDesigner::LayoutPropertyCommand Class Reference
#include <commands.h>
Inheritance diagram for KFormDesigner::LayoutPropertyCommand:

Detailed Description
This command is used when switching the layout of a Container. It remembers the old pos of every widget inside the Container.Definition at line 155 of file commands.h.
Public Member Functions | |
| LayoutPropertyCommand (WidgetPropertySet *set, const QCString &wname, const QVariant &oldValue, const QVariant &value) | |
| virtual void | execute () |
| virtual void | unexecute () |
| virtual QString | name () const |
| virtual void | debug () |
Protected Attributes | |
| Form * | m_form |
| QMap< QCString, QRect > | m_geometries |
The documentation for this class was generated from the following files:

