Implemented commands for:
commit67dfe43892c102e3eef86ab6bf445cd7e9e39d92
authorJorge Cuadrado <kuadrosxx@gmail.com>
Sat, 8 Sep 2007 04:25:13 +0000 (7 23:25 -0500)
committerJorge Cuadrado <kuadrosxx@gmail.com>
Sat, 8 Sep 2007 04:25:13 +0000 (7 23:25 -0500)
treea8cc49ac478f00ebd91d8535cab6b25d37778535
parente21941439b4dfb0916fb056552be257988a79b74
Implemented commands for:
- Change visibility and lock Frames/Layer.
- Move Frames, Layer, Scenes.
21 files changed:
tests/command/removeframe/test_removeframe.cpp
yamf/common/inthash.h
yamf/model/command/changevisibilityframe.cpp [new file with mode: 0644]
yamf/model/command/changevisibilityframe.h [new file with mode: 0644]
yamf/model/command/changevisibilitylayer.cpp [new file with mode: 0644]
yamf/model/command/changevisibilitylayer.h [new file with mode: 0644]
yamf/model/command/lockframe.cpp [new file with mode: 0644]
yamf/model/command/lockframe.h [new file with mode: 0644]
yamf/model/command/locklayer.cpp [new file with mode: 0644]
yamf/model/command/locklayer.h [new file with mode: 0644]
yamf/model/command/moveframe.cpp [new file with mode: 0644]
yamf/model/command/moveframe.h [new file with mode: 0644]
yamf/model/command/movelayer.cpp [new file with mode: 0644]
yamf/model/command/movelayer.h [new file with mode: 0644]
yamf/model/command/movescene.cpp [new file with mode: 0644]
yamf/model/command/movescene.h [new file with mode: 0644]
yamf/model/frame.cpp
yamf/model/layer.cpp
yamf/model/model.pro
yamf/model/project.cpp
yamf/model/scene.cpp