Engauge Digitizer 2
Loading...
Searching...
No Matches
Classes | Typedefs | Enumerations
SplineDrawer.h File Reference
#include "SplinePair.h"
#include "Transformation.h"
#include <QVector>
Include dependency graph for SplineDrawer.h:
This graph shows which files directly or indirectly include this file:

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< SplineDrawerOperationSegmentOperations
 

Enumerations

enum  SplineDrawerOperation { SPLINE_DRAWER_ENUM_INVISIBLE_MOVE , SPLINE_DRAWER_ENUM_VISIBLE_DRAW }
 

Typedef Documentation

◆ SegmentOperations

Definition at line 22 of file SplineDrawer.h.

Enumeration Type Documentation

◆ SplineDrawerOperation

Enumerator
SPLINE_DRAWER_ENUM_INVISIBLE_MOVE 
SPLINE_DRAWER_ENUM_VISIBLE_DRAW 

Definition at line 17 of file SplineDrawer.h.

17 {
18 SPLINE_DRAWER_ENUM_INVISIBLE_MOVE, // Move to final point in segment
19 SPLINE_DRAWER_ENUM_VISIBLE_DRAW // Draw to final point in segment
20};
@ SPLINE_DRAWER_ENUM_INVISIBLE_MOVE
@ SPLINE_DRAWER_ENUM_VISIBLE_DRAW