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 | ~Command () |
| 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 | |
| QGuardedPtr< KexiTableDesignerView > | m_view |
Constructor & Destructor Documentation
|
|
Definition at line 39 of file kexitabledesignercommands.cpp. |
|
|
Definition at line 45 of file kexitabledesignercommands.cpp. |
Member Function Documentation
|
|
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. Referenced by copyAlterTableActions(). |
|
|
Reimplemented in KexiTableDesignerCommands::ChangeFieldPropertyCommand, KexiTableDesignerCommands::RemoveFieldCommand, and KexiTableDesignerCommands::InsertFieldCommand. Definition at line 55 of file kexitabledesignercommands.h. Referenced by KexiTableDesignerCommands::ChangePropertyVisibilityCommand::ChangePropertyVisibilityCommand(). |
Member Data Documentation
|
The documentation for this class was generated from the following files:
