]> Shamusworld >> Repos - architektonas/commit
Added ability to edit grid unit in base units, work on Dimension.
authorShamus Hammons <jlhamm@acm.org>
Mon, 5 Aug 2013 00:54:44 +0000 (19:54 -0500)
committerShamus Hammons <jlhamm@acm.org>
Mon, 5 Aug 2013 00:54:44 +0000 (19:54 -0500)
commit11802354d1ddc5bc571d83d8fc9b600618cb4372
treeffdff536104e26f142a4229dfe07c4d12ddec2c8
parent2af76acd67a2703859c11446be3be4d3ff8ff4b4
Added ability to edit grid unit in base units, work on Dimension.

Basically, the Dimension object now has a thickness based on its size.
Also, it will correctly move the arrowheads to outside of the extension
lines if there is not enough room to draw them. Added Parameter() class
method to Vector to facilitate this. :-)
src/applicationwindow.cpp
src/applicationwindow.h
src/dimension.cpp
src/drawingview.cpp
src/painter.cpp
src/vector.cpp
src/vector.h