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

Detailed Description
This command is used when cutting widgets. It is basically a DeleteWidgetCommand which also updates the clipboard contents.
Definition at line 300 of file commands.h.
Public Member Functions | |
| CutWidgetCommand (WidgetList &list, Form *form) | |
| virtual void | execute () |
| virtual void | unexecute () |
| virtual QString | name () const |
| virtual void | debug () |
Protected Attributes | |
| QCString | m_data |
Constructor & Destructor Documentation
|
||||||||||||
|
Definition at line 1484 of file commands.cpp. |
Member Function Documentation
|
|
Reimplemented from KFormDesigner::DeleteWidgetCommand. Definition at line 1510 of file commands.cpp. References KFormDesigner::DeleteWidgetCommand::m_containers, m_data, KFormDesigner::DeleteWidgetCommand::m_form, KFormDesigner::DeleteWidgetCommand::m_parents, and KFormDesigner::Form::widget(). |
|
|
Reimplemented from KFormDesigner::DeleteWidgetCommand. Definition at line 1489 of file commands.cpp. References KFormDesigner::DeleteWidgetCommand::execute(), m_data, KFormDesigner::DeleteWidgetCommand::m_domDoc, and KFormDesigner::FormManager::self(). |
|
|
Reimplemented from KFormDesigner::DeleteWidgetCommand. Definition at line 1504 of file commands.cpp. |
|
|
Reimplemented from KFormDesigner::DeleteWidgetCommand. Definition at line 1497 of file commands.cpp. References m_data, KFormDesigner::FormManager::self(), and KFormDesigner::DeleteWidgetCommand::unexecute(). |
Member Data Documentation
|
|
Definition at line 311 of file commands.h. Referenced by debug(), execute(), and unexecute(). |
The documentation for this class was generated from the following files:
