Home
last modified time | relevance | path

Searched refs:CDRPathElement (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/libcdr01/libcdr-0.1.7/src/lib/
H A DCDRPath.h24 class CDRPathElement
27 CDRPathElement() {} in CDRPathElement() function
28 virtual ~CDRPathElement() {} in ~CDRPathElement()
32 virtual std::unique_ptr<CDRPathElement> clone() = 0;
36 class CDRPath : public CDRPathElement
58 std::unique_ptr<CDRPathElement> clone() override;
65 std::vector<std::unique_ptr<CDRPathElement>> m_elements;
H A DCDRPath.cpp225 class CDRMoveToElement : public CDRPathElement
235 std::unique_ptr<CDRPathElement> clone() override;
241 class CDRLineToElement : public CDRPathElement
251 std::unique_ptr<CDRPathElement> clone() override;
271 std::unique_ptr<CDRPathElement> clone() override;
293 std::unique_ptr<CDRPathElement> clone() override;
301 class CDRSplineToElement : public CDRPathElement
310 std::unique_ptr<CDRPathElement> clone() override;
316 class CDRArcToElement : public CDRPathElement
342 class CDRClosePathElement : public CDRPathElement
[all …]
/dports/graphics/libcdr01/libcdr-0.1.7/
H A DChangeLog4542 Make the CDRPathElement::writeOut a const member function