kexi
KexiTableDesignerCommands::InsertFieldCommand Class Reference
#include <kexitabledesignercommands.h>
Inheritance diagram for KexiTableDesignerCommands::InsertFieldCommand:

Detailed Description
Undo/redo command used when a new field is inserted into a table.
Definition at line 117 of file kexitabledesignercommands.h.
Public Member Functions | |
InsertFieldCommand (KexiTableDesignerView *view, int fieldIndex, const KoProperty::Set &set) | |
virtual | ~InsertFieldCommand () |
virtual QString | name () const |
virtual void | execute () |
virtual void | unexecute () |
virtual KexiDB::AlterTableHandler::ActionBase * | createAction () |
virtual QString | debugString () |
Protected Attributes | |
KexiDB::AlterTableHandler::InsertFieldAction * | m_alterTableAction |
KoProperty::Set | m_set |
Member Function Documentation
KexiDB::AlterTableHandler::ActionBase * InsertFieldCommand::createAction | ( | ) | [virtual] |
Used to collect actions data for AlterTableHandler Can return 0 if the action should not be passed to AlterTableHandler.
Reimplemented from KexiTableDesignerCommands::Command.
Definition at line 208 of file kexitabledesignercommands.cpp.
The documentation for this class was generated from the following files: