OpenMW
|
#include <commands.hpp>
Public Member Functions | |
CreatePathgridCommand (IdTable &model, const std::string &id, QUndoCommand *parent=0) | |
virtual void | redo () |
Public Member Functions inherited from CSMWorld::CreateCommand | |
CreateCommand (IdTable &model, const std::string &id, QUndoCommand *parent=0) | |
void | setType (UniversalId::Type type) |
void | addValue (int column, const QVariant &value) |
void | addNestedValue (int parentColumn, int nestedColumn, const QVariant &value) |
virtual void | undo () |
Additional Inherited Members | |
Protected Member Functions inherited from CSMWorld::CreateCommand | |
void | applyModifications () |
Apply modifications set via addValue. More... | |
Protected Attributes inherited from CSMWorld::CreateCommand | |
IdTable & | mModel |
std::string | mId |
UniversalId::Type | mType |
CSMWorld::CreatePathgridCommand::CreatePathgridCommand | ( | IdTable & | model, |
const std::string & | id, | ||
QUndoCommand * | parent = 0 |
||
) |
|
virtual |