QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RPainterPathSource Class Reference

Interface for entity data classes that can deliver painter paths. More...

#include <RPainterPathSource.h>

Inheritance diagram for RPainterPathSource:
RHatchData RTextData

List of all members.

Public Member Functions

virtual QList< RPainterPathgetPainterPaths (bool draft=false) const =0
virtual ~RPainterPathSource ()

Detailed Description

Interface for entity data classes that can deliver painter paths.

Scriptable:
This class is wrapped for script environments.
Shared Pointer Support:
Script wrappers of this class support wrapping in QSharedPointer.

Constructor & Destructor Documentation

virtual RPainterPathSource::~RPainterPathSource ( )
inlinevirtual

Member Function Documentation

virtual QList<RPainterPath> RPainterPathSource::getPainterPaths ( bool  draft = false) const
pure virtual

Implemented in RTextData, and RHatchData.


The documentation for this class was generated from the following file: