Kexi API Documentation (2.0 alpha)

KFormDesigner::CutWidgetCommand Class Reference

#include <commands.h>

Inheritance diagram for KFormDesigner::CutWidgetCommand:

KFormDesigner::DeleteWidgetCommand KFormDesigner::Command KCommand List of all members.

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

CutWidgetCommand::CutWidgetCommand WidgetList list,
Form form
 

Definition at line 1484 of file commands.cpp.


Member Function Documentation

void CutWidgetCommand::debug  )  [virtual]
 

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().

void CutWidgetCommand::execute  )  [virtual]
 

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().

QString CutWidgetCommand::name  )  const [virtual]
 

Reimplemented from KFormDesigner::DeleteWidgetCommand.

Definition at line 1504 of file commands.cpp.

void CutWidgetCommand::unexecute  )  [virtual]
 

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

QCString KFormDesigner::CutWidgetCommand::m_data [protected]
 

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:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:57 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003