]> Shamusworld >> Repos - architektonas/commit
Beginning to make the Layer widget functional.
authorShamus Hammons <jlhamm@acm.org>
Tue, 27 Aug 2013 23:56:38 +0000 (18:56 -0500)
committerShamus Hammons <jlhamm@acm.org>
Tue, 27 Aug 2013 23:56:38 +0000 (18:56 -0500)
commit642cf72c11b49a9e00128ab6258a2438c785a5ab
tree324ff925536df26c8e2e3a24e9ecc44179ddba5e
parent428876081ee41d40e32f5b4f2bfcfdb7a835e6e1
Beginning to make the Layer widget functional.

Basically all you can do is add a layer; nothing else works though it
does notify the DrawingView when the selection changes. Also added
infrastructure to the Object class to support layers. Every Object now
has a layer attribute.
TODO
src/applicationwindow.cpp
src/drawingview.cpp
src/drawingview.h
src/layerwidget.cpp
src/layerwidget.h
src/mirroraction.cpp
src/object.cpp
src/object.h