- Added send to back command
commit94f29c6552e44d8bbabf0ac7cfc4abeed5ff4f4c
authorJorge Cuadrado <kuadrosxx@gmail.com>
Fri, 8 Jun 2007 23:59:22 +0000 (8 18:59 -0500)
committerJorge Cuadrado <kuadrosxx@gmail.com>
Fri, 8 Jun 2007 23:59:22 +0000 (8 18:59 -0500)
tree2a3b6842b3447b5e3aa42bc36790712688f6e539
parented8367b9d4d18db806e9a88f5e4df69417ceb2da
- Added send to back command
- Added bring to front command
- Added send backwards command
- Added bing forwards command
- Improved command example
15 files changed:
examples/command/main.cpp
examples/command/paintarea.cpp
src/command/bringforwardsitem.cpp [new file with mode: 0644]
src/command/bringforwardsitem.h [new file with mode: 0644]
src/command/bringtofrontitem.cpp [new file with mode: 0644]
src/command/bringtofrontitem.h [new file with mode: 0644]
src/command/command.pro
src/command/sendbackwardsitem.cpp [new file with mode: 0644]
src/command/sendbackwardsitem.h [new file with mode: 0644]
src/command/sendtobackitem.cpp [new file with mode: 0644]
src/command/sendtobackitem.h [new file with mode: 0644]
src/drawing/drawing.pro
src/drawing/paintarea.cpp
src/drawing/paintarea.h
src/model/frame.cpp