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 |
Constructor & Destructor Documentation
|
||||||||||||
Member Function Documentation
|
|
Implements KFormDesigner::Command. Reimplemented in KFormDesigner::CutWidgetCommand. Definition at line 1476 of file commands.cpp. References m_containers, m_form, m_parents, and KFormDesigner::Form::widget(). |
|
|
Reimplemented in KFormDesigner::CutWidgetCommand. Definition at line 1413 of file commands.cpp. References KFormDesigner::Container::deleteWidget(), m_containers, m_form, KFormDesigner::Form::objectTree(), KFormDesigner::Form::parentContainer(), KFormDesigner::Form::setSelectedWidget(), and KFormDesigner::ObjectTreeItem::widget(). Referenced by KFormDesigner::CutWidgetCommand::execute(). |
|
|
Reimplemented in KFormDesigner::CutWidgetCommand. Definition at line 1470 of file commands.cpp. |
|
|
Reimplemented in KFormDesigner::CutWidgetCommand. Definition at line 1435 of file commands.cpp. References KFormDesigner::Form::connectionBuffer(), KFormDesigner::ObjectTreeItem::container(), KFormDesigner::FormIO::loadWidget(), m_containers, m_domDoc, m_form, m_parents, KFormDesigner::Form::objectTree(), KFormDesigner::Form::setInteractiveMode(), and KFormDesigner::ObjectTreeItem::widget(). Referenced by KFormDesigner::CutWidgetCommand::unexecute(). |
Member Data Documentation
|
|
Definition at line 294 of file commands.h. Referenced by KFormDesigner::CutWidgetCommand::debug(), debug(), DeleteWidgetCommand(), execute(), and unexecute(). |
|
|
Definition at line 292 of file commands.h. Referenced by DeleteWidgetCommand(), KFormDesigner::CutWidgetCommand::execute(), and unexecute(). |
|
|
Definition at line 293 of file commands.h. Referenced by KFormDesigner::CutWidgetCommand::debug(), debug(), DeleteWidgetCommand(), execute(), and unexecute(). |
|
|
Definition at line 295 of file commands.h. Referenced by KFormDesigner::CutWidgetCommand::debug(), debug(), DeleteWidgetCommand(), and unexecute(). |
The documentation for this class was generated from the following files:
