OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
CSMWorld::DeleteNestedCommand Class Reference

#include <commands.hpp>

Inheritance diagram for CSMWorld::DeleteNestedCommand:
Collaboration diagram for CSMWorld::DeleteNestedCommand:

Public Member Functions

 DeleteNestedCommand (IdTree &model, const std::string &id, int nestedRow, int parentColumn, QUndoCommand *parent=0)
 
virtual void redo ()
 
virtual void undo ()
 

Private Attributes

IdTreemModel
 
std::string mId
 
int mParentColumn
 
int mNestedRow
 
ModifyCommandmModifyParentCommand
 

Additional Inherited Members

- Private Member Functions inherited from CSMWorld::NestedTableStoring
 NestedTableStoring (const IdTree &model, const std::string &id, int parentColumn)
 
 ~NestedTableStoring ()
 
const NestedTableWrapperBasegetOld () const
 

Constructor & Destructor Documentation

CSMWorld::DeleteNestedCommand::DeleteNestedCommand ( IdTree model,
const std::string &  id,
int  nestedRow,
int  parentColumn,
QUndoCommand parent = 0 
)

Here is the call graph for this function:

Member Function Documentation

void CSMWorld::DeleteNestedCommand::redo ( )
virtual
void CSMWorld::DeleteNestedCommand::undo ( )
virtual

Member Data Documentation

std::string CSMWorld::DeleteNestedCommand::mId
private
IdTree& CSMWorld::DeleteNestedCommand::mModel
private
ModifyCommand* CSMWorld::DeleteNestedCommand::mModifyParentCommand
private
int CSMWorld::DeleteNestedCommand::mNestedRow
private
int CSMWorld::DeleteNestedCommand::mParentColumn
private

The documentation for this class was generated from the following files: