kexi
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
| InsertEmptyRowCommand::InsertEmptyRowCommand | ( | KexiTableDesignerView * | view, | |
| int | row | |||
| ) |
Creates the InsertEmptyRowCommand object.
Definition at line 255 of file kexitabledesignercommands.cpp.
The documentation for this class was generated from the following files:

