QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RShapeProxy.h
Go to the documentation of this file.
1
20#ifndef RSHAPEPROXY_H
21#define RSHAPEPROXY_H
22
23#include "../core_global.h"
24
25#include "RS.h"
26
27class RShape;
28
29
37public:
38 virtual ~RShapeProxy() {}
39
40 virtual QList<QSharedPointer<RShape> > roundAllCorners(const QList<QSharedPointer<RShape> >& shapes, double radius) = 0;
41};
42
43#endif
Interface for geometrical shape classes.
Definition RShape.h:72
Proxy for advanced shape functionality.
Definition RShapeProxy.h:36
virtual ~RShapeProxy()
Definition RShapeProxy.h:38
virtual QList< QSharedPointer< RShape > > roundAllCorners(const QList< QSharedPointer< RShape > > &shapes, double radius)=0
#define QCADCORE_EXPORT
Definition core_global.h:10