src/linetypes/modelobject.h

changeset 1398
1c70d3447d20
parent 1391
5fa4bf1fc781
child 1400
ae83213bdd63
equal deleted inserted replaced
1397:5d5c11af0268 1398:1c70d3447d20
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)

mercurial