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

Detailed Description
Base class for all Table Designer's commands.Definition at line 45 of file kexitabledesignercommands.h.
Public Member Functions | |
Command (KexiTableDesignerView *view) | |
virtual KexiDB::AlterTableHandler::ActionBase * | createAction () |
virtual QString | debugString () |
Protected Attributes | |
QGuardedPtr < KexiTableDesignerView > | m_view |
Member Function Documentation
virtual KexiDB::AlterTableHandler::ActionBase* KexiTableDesignerCommands::Command::createAction | ( | ) | [inline, virtual] |
Used to collect actions data for AlterTableHandler Can return 0 if the action should not be passed to AlterTableHandler.
Reimplemented in KexiTableDesignerCommands::ChangeFieldPropertyCommand, KexiTableDesignerCommands::RemoveFieldCommand, and KexiTableDesignerCommands::InsertFieldCommand.
Definition at line 53 of file kexitabledesignercommands.h.
The documentation for this class was generated from the following files: