]> Shamusworld >> Repos - architektonas/commit
Fixes to accomodate object connections.
authorShamus Hammons <jlhamm@acm.org>
Thu, 14 Mar 2013 21:41:26 +0000 (16:41 -0500)
committerShamus Hammons <jlhamm@acm.org>
Thu, 14 Mar 2013 21:41:26 +0000 (16:41 -0500)
commit676007c81e292079daaa7188f4fbf2757ae77ef8
tree7d0370e6a4b56a7e82a0888a802e1512914f1911
parenteb0057e8a8145032152e4c417fcd102ef5a21484
Fixes to accomodate object connections.

Object connections turns out to be one of the most difficult things to
implement in this project. I think the way that I have it set up now is
the least bad out of all of the implementation ideas I've looked at. It
remains to be seen if I've guessed right.
13 files changed:
architektonas.pro
src/arc.h
src/circle.h
src/connection.cpp [new file with mode: 0644]
src/connection.h [new file with mode: 0644]
src/container.cpp
src/dimension.cpp
src/dimension.h
src/fileio.cpp
src/line.cpp
src/line.h
src/object.cpp
src/object.h