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 () |
| Used to collect actions data for AlterTableHandler Can return 0 if the action should not be passed to AlterTableHandler. | |
| virtual QString | debugString () |
Protected Attributes | |
| KexiDB::AlterTableHandler::InsertFieldAction * | m_alterTableAction |
| KoProperty::Set | m_set |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Definition at line 174 of file kexitabledesignercommands.cpp. References KexiTableDesignerView::buildField(), m_alterTableAction, and m_set. |
|
|
Definition at line 188 of file kexitabledesignercommands.cpp. References m_alterTableAction. |
Member Function Documentation
|
|
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. References m_alterTableAction. |
|
|
Reimplemented from KexiTableDesignerCommands::Command. Definition at line 129 of file kexitabledesignercommands.h. References KexiDB::AlterTableHandler::InsertFieldAction::index(), m_alterTableAction, m_set, and name(). |
|
|
Definition at line 198 of file kexitabledesignercommands.cpp. References KexiDB::AlterTableHandler::InsertFieldAction::index(), m_alterTableAction, m_set, and KexiTableDesignerCommands::Command::m_view. |
|
|
Definition at line 193 of file kexitabledesignercommands.cpp. References m_set. Referenced by debugString(). |
|
|
Definition at line 203 of file kexitabledesignercommands.cpp. References KexiDB::AlterTableHandler::InsertFieldAction::index(), m_alterTableAction, and KexiTableDesignerCommands::Command::m_view. |
Member Data Documentation
|
|
Definition at line 135 of file kexitabledesignercommands.h. Referenced by createAction(), debugString(), execute(), InsertFieldCommand(), unexecute(), and ~InsertFieldCommand(). |
|
|
Definition at line 136 of file kexitabledesignercommands.h. Referenced by debugString(), execute(), InsertFieldCommand(), and name(). |
The documentation for this class was generated from the following files:
