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 |
Constructor & Destructor Documentation
|
||||||||||||||||||||
Member Function Documentation
|
|
Reimplemented from KFormDesigner::PropertyCommand. Definition at line 662 of file commands.cpp. References KFormDesigner::PropertyCommand::m_oldvalues, KFormDesigner::PropertyCommand::m_value, and name(). |
|
|
Reimplemented from KFormDesigner::PropertyCommand. Definition at line 630 of file commands.cpp. References KFormDesigner::PropertyCommand::execute(). |
|
|
Reimplemented from KFormDesigner::PropertyCommand. Definition at line 656 of file commands.cpp. References KFormDesigner::PropertyCommand::m_oldvalues. Referenced by debug(). |
|
Member Data Documentation
|
|
Definition at line 167 of file commands.h. Referenced by LayoutPropertyCommand(), and unexecute(). |
|
|
Definition at line 168 of file commands.h. Referenced by LayoutPropertyCommand(), and unexecute(). |
The documentation for this class was generated from the following files:
