QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RPainterPathExporter.h
Go to the documentation of this file.
1 #ifndef RPAINTERPATHEXPORTER_H
2 #define RPAINTERPATHEXPORTER_H
3 
4 #include "RExporter.h"
5 #include "RPainterPath.h"
6 
8 public:
9  virtual void exportLineSegment(const RLine& line);
10 
11  virtual void exportPoint(const RPoint& point) {}
12  virtual void exportArcSegment(const RArc& arc) {}
13  virtual void exportTriangle(const RTriangle& triangle) {}
14 
16 
17 private:
19 };
20 
21 #endif