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

Detailed Description
This command is used when deleting a widget using the "Delete" menu item. You need to give a WidgetList of the selected widgets.
Definition at line 281 of file commands.h.
Public Member Functions | |
DeleteWidgetCommand (WidgetList &list, Form *form) | |
virtual void | execute () |
virtual void | unexecute () |
virtual QString | name () const |
virtual void | debug () |
Protected Attributes | |
QDomDocument | m_domDoc |
Form * | m_form |
QMap< QCString, QCString > | m_containers |
QMap< QCString, QCString > | m_parents |
The documentation for this class was generated from the following files: