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

Detailed Description
Undo/redo command used when property visibility is changed.Internal, only used in addition to property change.
Definition at line 170 of file kexitabledesignercommands.h.
Public Member Functions | |
| InsertEmptyRowCommand (KexiTableDesignerView *view, int row) | |
| virtual | ~InsertEmptyRowCommand () |
| virtual QString | name () const |
| virtual void | execute () |
| virtual void | unexecute () |
Protected Attributes | |
| KexiDB::AlterTableHandler::ChangeFieldPropertyAction | m_alterTableAction |
| int | m_row |
Constructor & Destructor Documentation
|
||||||||||||
|
Creates the InsertEmptyRowCommand object. Definition at line 255 of file kexitabledesignercommands.cpp. |
|
|
Definition at line 262 of file kexitabledesignercommands.cpp. |
Member Function Documentation
|
|
Definition at line 271 of file kexitabledesignercommands.cpp. References m_row, and KexiTableDesignerCommands::Command::m_view. |
|
|
Definition at line 266 of file kexitabledesignercommands.cpp. References m_row. |
|
|
Definition at line 276 of file kexitabledesignercommands.cpp. References m_row, and KexiTableDesignerCommands::Command::m_view. |
Member Data Documentation
|
|
Definition at line 182 of file kexitabledesignercommands.h. |
|
|
Definition at line 183 of file kexitabledesignercommands.h. Referenced by execute(), name(), and unexecute(). |
The documentation for this class was generated from the following files:
