QCAD
Open Source 2D CAD
RPainterPathSource Class Referenceabstract

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

#include <RPainterPathSource.h>

Inheritance diagram for RPainterPathSource:
RHatchData RTextBasedData RAttributeData RAttributeDefinitionData RTextData

Public Member Functions

virtual QList< RPainterPathgetPainterPaths (bool draft=false, double pixelSizeHint=RDEFAULT_MIN1) const =0
 
virtual ~RPainterPathSource ()
 

Detailed Description

Interface for entity data classes that can deliver painter paths.

Scriptable:\nThis class is available in script environments.\n
Shared Pointer Support:\nObjects can be used in QSharedPointer.\n

Constructor & Destructor Documentation

◆ ~RPainterPathSource()

RPainterPathSource::~RPainterPathSource ( )
virtual

Member Function Documentation

◆ getPainterPaths()

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

Implemented in RTextBasedData, and RHatchData.


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