Design Patterns
|
#include <move_command.h>
Public Member Functions | |
MoveCommand (ConstraintSolverInterface *solver, Graphic *target, const structural::commons::Point< float > &delta) | |
void | Execute () |
void | Unexecute () |
operational::memento::MoveCommand::MoveCommand | ( | ConstraintSolverInterface * | solver, |
Graphic * | target, | ||
const structural::commons::Point< float > & | delta | ||
) |
void operational::memento::MoveCommand::Execute | ( | ) |
void operational::memento::MoveCommand::Unexecute | ( | ) |