]> Shamusworld >> Repos - architektonas/commit
In the middle of refactoring objects for loading/saving.
authorShamus Hammons <jlhamm@acm.org>
Fri, 22 Feb 2013 16:50:43 +0000 (10:50 -0600)
committerShamus Hammons <jlhamm@acm.org>
Fri, 22 Feb 2013 16:50:43 +0000 (10:50 -0600)
commiteb0057e8a8145032152e4c417fcd102ef5a21484
treecd5dc0c54f55323d5a90d1f29b085599908a6965
parentbaf67656b97e3d61e9223e66ebe4f554e364cd4a
In the middle of refactoring objects for loading/saving.

This is a bit more hairy than it would seem: it requires clarity in the
data structures which isn't quite there yet. Hopefully that clarity will
be coming sooner than later. :-P
18 files changed:
architektonas.pro
src/applicationwindow.cpp
src/arc.cpp
src/arc.h
src/circle.cpp
src/circle.h
src/container.cpp
src/container.h
src/dimension.cpp
src/dimension.h
src/ellipse.cpp [new file with mode: 0644]
src/ellipse.h [new file with mode: 0644]
src/fileio.cpp
src/fileio.h
src/line.cpp
src/line.h
src/object.cpp
src/object.h