]> Shamusworld >> Repos - architektonas/commit
Added Parallel tool + command processing.
authorShamus Hammons <jlhamm@acm.org>
Wed, 22 Dec 2021 22:53:57 +0000 (16:53 -0600)
committerShamus Hammons <jlhamm@acm.org>
Wed, 22 Dec 2021 22:53:57 +0000 (16:53 -0600)
commitb8bab716d9302fbb04d97679ee499eac781f1b22
tree265fcafd83ecc124c443e4b5f068ec50c7551cb1
parentcdde036d71eb0ea9b450345bd297c8730591b26b
Added Parallel tool + command processing.

 - Added command line processor
 - Added Basic Units to structs.h
 - Fixed Parallel tool to actually do something

The Parallel tool utilizes the command line processor to alter its
parameters; currently it only works with lines, circles, and arcs.
This will also be used for such things as the Polygon tool and probably
lots of others; it will also probably be used to make it so that object
primitives can be added via the command line.
13 files changed:
architektonas.pro
src/applicationwindow.cpp
src/applicationwindow.h
src/commandprocessor.cpp [new file with mode: 0644]
src/commandprocessor.h [new file with mode: 0644]
src/consolewidget.cpp
src/consolewidget.h
src/drawingview.cpp
src/geometry.cpp
src/geometry.h
src/global.cpp
src/global.h
src/structs.h