Kexi API Documentation (2.0 alpha)

KexiTableDesignerCommands::InsertEmptyRowCommand Class Reference

#include <kexitabledesignercommands.h>

Inheritance diagram for KexiTableDesignerCommands::InsertEmptyRowCommand:

KexiTableDesignerCommands::Command KCommand List of all members.

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.

InsertEmptyRowCommand::~InsertEmptyRowCommand  )  [virtual]
 

Definition at line 262 of file kexitabledesignercommands.cpp.


Member Function Documentation

void InsertEmptyRowCommand::execute  )  [virtual]
 

Definition at line 271 of file kexitabledesignercommands.cpp.

References m_row, and KexiTableDesignerCommands::Command::m_view.

QString InsertEmptyRowCommand::name  )  const [virtual]
 

Definition at line 266 of file kexitabledesignercommands.cpp.

References m_row.

void InsertEmptyRowCommand::unexecute  )  [virtual]
 

Definition at line 276 of file kexitabledesignercommands.cpp.

References m_row, and KexiTableDesignerCommands::Command::m_view.


Member Data Documentation

KexiDB::AlterTableHandler::ChangeFieldPropertyAction KexiTableDesignerCommands::InsertEmptyRowCommand::m_alterTableAction [protected]
 

Definition at line 182 of file kexitabledesignercommands.h.

int KexiTableDesignerCommands::InsertEmptyRowCommand::m_row [protected]
 

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:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:54 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003