#include <CSOUndoRedoCommands.h>

Public Member Functions | |
| CSOCmdMoveContour (CSOList *csoList, CSO *cso, Vector3 fromPos, Vector3 toPos, int fromTPI, int toTPI) | |
| Constructor. | |
| ~CSOCmdMoveContour () | |
| Destructor. | |
| virtual void | execute () |
| Method is executed on undo/redo. | |
Definition at line 199 of file CSOUndoRedoCommands.h.
| ml::CSOCmdMoveContour::CSOCmdMoveContour | ( | CSOList * | csoList, | |
| CSO * | cso, | |||
| Vector3 | fromPos, | |||
| Vector3 | toPos, | |||
| int | fromTPI, | |||
| int | toTPI | |||
| ) |
Constructor.
| ml::CSOCmdMoveContour::~CSOCmdMoveContour | ( | ) |
Destructor.
| virtual void ml::CSOCmdMoveContour::execute | ( | ) | [virtual] |
1.5.8