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

#include <commands.hpp>

Inheritance diagram for CSMWorld::RevertCommand:
Collaboration diagram for CSMWorld::RevertCommand:

Public Member Functions

 RevertCommand (IdTable &model, const std::string &id, QUndoCommand *parent=0)
 
virtual ~RevertCommand ()
 
virtual void redo ()
 
virtual void undo ()
 

Private Member Functions

 RevertCommand (const RevertCommand &)
 
RevertCommandoperator= (const RevertCommand &)
 

Private Attributes

IdTablemModel
 
std::string mId
 
RecordBasemOld
 

Constructor & Destructor Documentation

CSMWorld::RevertCommand::RevertCommand ( const RevertCommand )
private
CSMWorld::RevertCommand::RevertCommand ( IdTable model,
const std::string &  id,
QUndoCommand parent = 0 
)

Here is the call graph for this function:

CSMWorld::RevertCommand::~RevertCommand ( )
virtual

Member Function Documentation

RevertCommand& CSMWorld::RevertCommand::operator= ( const RevertCommand )
private
void CSMWorld::RevertCommand::redo ( )
virtual
void CSMWorld::RevertCommand::undo ( )
virtual

Member Data Documentation

std::string CSMWorld::RevertCommand::mId
private
IdTable& CSMWorld::RevertCommand::mModel
private
RecordBase* CSMWorld::RevertCommand::mOld
private

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