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
RPainterPathSource.h
Go to the documentation of this file.
1
#ifndef RPAINTERPATHSOURCE_H
2
#define RPAINTERPATHSOURCE_H
3
4
#include <QList>
5
6
#include "
RPainterPath.h
"
7
15
class
RPainterPathSource
{
16
public
:
17
virtual
~RPainterPathSource
() {}
18
virtual
QList<RPainterPath>
getPainterPaths
(
bool
draft =
false
)
const
= 0;
19
};
20
21
Q_DECLARE_METATYPE
(
RPainterPathSource
*)
22
Q_DECLARE_METATYPE
(const
RPainterPathSource
*)
23
Q_DECLARE_METATYPE
(QSharedPointer<
RPainterPathSource
>)
24
Q_DECLARE_METATYPE
(QSharedPointer<
RPainterPathSource
>*)
25
26
#endif
src
entity
RPainterPathSource.h
Generated on Tue Jun 26 2012 18:41:08 for QCAD Application Framework by
1.8.1.1