]> git.tdb.fi Git - r2c2.git/commit
Split the Manipulator class into several Tools
authorMikko Rasa <tdb@tdb.fi>
Mon, 19 Aug 2013 14:37:08 +0000 (17:37 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 19 Aug 2013 16:23:44 +0000 (19:23 +0300)
commit678982e7ddb22bb5fd44ce448d1c5cbf646b2573
treea48251f6cf7d58fc38cc93db16609893a1d3cc20
parenta5e1363ceac1ab552849640c9021fcda362c4416
Split the Manipulator class into several Tools

It was getting a bit huge and unwieldy, especially with things like
terrain editing on the horizon.  Not all tools need the same information
or in the same format.
18 files changed:
source/designer/designer.cpp
source/designer/designer.h
source/designer/elevatetool.cpp [new file with mode: 0644]
source/designer/elevatetool.h [new file with mode: 0644]
source/designer/extendtool.cpp [new file with mode: 0644]
source/designer/extendtool.h [new file with mode: 0644]
source/designer/manipulator.cpp
source/designer/manipulator.h
source/designer/measure.cpp
source/designer/measure.h
source/designer/movetool.cpp [new file with mode: 0644]
source/designer/movetool.h [new file with mode: 0644]
source/designer/rotatetool.cpp [new file with mode: 0644]
source/designer/rotatetool.h [new file with mode: 0644]
source/designer/slopetool.cpp [new file with mode: 0644]
source/designer/slopetool.h [new file with mode: 0644]
source/designer/tool.cpp [new file with mode: 0644]
source/designer/tool.h [new file with mode: 0644]