QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
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
7
class
RPainterPathExporter
:
public
RExporter
{
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
15
RPainterPath
getPainterPath
();
16
17
private
:
18
RPainterPath
path
;
19
};
20
21
#endif
src
core
RPainterPathExporter.h
Generated on Tue Jun 26 2012 18:41:07 for QCAD Application Framework by
1.8.1.1