QCAD
Open Source 2D CAD
RHatchProxy.h
Go to the documentation of this file.
1 
20 #ifndef RHATCHPROXY_H
21 #define RHATCHPROXY_H
22 
23 #include "entity_global.h"
24 
25 #include "RPolyline.h"
26 
27 class RHatchData;
28 
36 public:
37  virtual ~RHatchProxy() {}
38 
39  virtual QList<RPolyline> getBoundaryAsPolylines(const RHatchData& hatch, double segmentLength) = 0;
40 };
41 
42 #endif
43 
RHatchData
Copyright (c) 2011-2018 by Andrew Mustun.
Definition: RHatchData.h:44
QCADENTITY_EXPORT
#define QCADENTITY_EXPORT
Definition: entity_global.h:10
RHatchProxy
Proxy for advanced hatch functionality.
Definition: RHatchProxy.h:35
RHatchProxy::~RHatchProxy
virtual ~RHatchProxy()
Definition: RHatchProxy.h:37
RPolyline.h
RHatchProxy::getBoundaryAsPolylines
virtual QList< RPolyline > getBoundaryAsPolylines(const RHatchData &hatch, double segmentLength)=0
entity_global.h