buttleofx.core.undo_redo.tests.Vec2d.commands package

Submodules

buttleofx.core.undo_redo.tests.Vec2d.commands.cmdAdditionVec2d module

buttleofx.core.undo_redo.tests.Vec2d.commands.cmdChangeVec2d module

class buttleofx.core.undo_redo.tests.Vec2d.commands.cmdChangeVec2d.CmdChangeVec2d(vec2d_target, new_x, new_y)[source]

Bases: object

Command which enable us to change the coordinates of a Vector2d

doCmd()[source]

Executes the vector’s change

redoCmd()[source]

Redoes the vector’s change

undoCmd()[source]

Undoes the vector’s change

Module contents