Engauge Digitizer
2
|
Go to the source code of this file.
Classes | |
class | SplineDrawer |
This class takes the output from Spline and uses that to draw the curve in the graphics window, as a sequence of moves and draws. More... | |
Typedefs | |
typedef QVector< SplineDrawerOperation > | SegmentOperations |
Enumerations | |
enum | SplineDrawerOperation { SPLINE_DRAWER_ENUM_INVISIBLE_MOVE, SPLINE_DRAWER_ENUM_VISIBLE_DRAW } |
typedef QVector<SplineDrawerOperation> SegmentOperations |
Definition at line 22 of file SplineDrawer.h.
Enumerator | |
---|---|
SPLINE_DRAWER_ENUM_INVISIBLE_MOVE | |
SPLINE_DRAWER_ENUM_VISIBLE_DRAW |
Definition at line 17 of file SplineDrawer.h.