38 ConditionalEdge, // Object represents a conditional line |
38 ConditionalEdge, // Object represents a conditional line |
39 Comment, // Object represents a comment |
39 Comment, // Object represents a comment |
40 Error, // Object is the result of failed parsing |
40 Error, // Object is the result of failed parsing |
41 Empty, // Object represents an empty line |
41 Empty, // Object represents an empty line |
42 BezierCurve, // Object represents a Bézier curve |
42 BezierCurve, // Object represents a Bézier curve |
43 Cylinder, |
43 CircularPrimitive, |
44 _End |
44 _End |
45 }; |
45 }; |
46 |
46 |
47 Q_DECLARE_METATYPE(LDObjectType) |
47 Q_DECLARE_METATYPE(LDObjectType) |
48 MAKE_ITERABLE_ENUM(LDObjectType) |
48 MAKE_ITERABLE_ENUM(LDObjectType) |