QCAD
Open Source 2D CAD
RShapesExporter Class Reference

Copyright (c) 2011-2018 by Andrew Mustun. More...

#include <RShapesExporter.h>

Inheritance diagram for RShapesExporter:
RExporter

Public Member Functions

virtual void exportLineSegment (const RLine &line, double angle=RNANDOUBLE)
 Exports the given line segment, mapped to the shapes that are being exported. More...
 
virtual void exportPainterPaths (const QList< RPainterPath > &paths, double angle, const RVector &pos)
 
virtual void exportPainterPaths (const QList< RPainterPath > &paths, double z=0.0)
 
virtual void exportPoint (const RPoint &)
 Exports a point with the current attributes. More...
 
virtual void exportRay (const RRay &)
 Exports an infinite ray. More...
 
void exportShapesBetween (int i1, const RVector &p1, int i2, const RVector &p2, double angle)
 
virtual void exportTriangle (const RTriangle &)
 Exports a triangle with the current attributes. More...
 
virtual void exportXLine (const RXLine &)
 Exports an infinite line. More...
 
double getAngleAt (double d)
 
virtual RLinetypePattern getLinetypePattern ()
 
double getLineTypePatternScale (const RLinetypePattern &p) const
 
RVector getPointAt (double d, int *index=NULL)
 
int getShapeAt (double d)
 
 RShapesExporter (RExporter &exporter, const QList< QSharedPointer< RShape > > &shapes, double offset)
 Copyright (c) 2011-2018 by Andrew Mustun. More...
 
- Public Member Functions inherited from RExporter
virtual void endEntity ()
 
virtual void endExport ()
 Called at the end of a completed export. More...
 
virtual void exportArc (const RArc &arc, double offset=RNANDOUBLE)
 
virtual void exportArcSegment (const RArc &arc, bool allowForZeroLength=false)
 
virtual void exportBlock (RBlock &)
 
virtual void exportBlock (RBlock::Id blockId)
 
virtual void exportBlocks ()
 
virtual void exportBoundingBoxPaths (const QList< RPainterPath > &paths)
 
virtual void exportBox (const RBox &box)
 Exports the surfaces of the given box. More...
 
virtual void exportCircle (const RCircle &circle)
 Exports a circle with the current attributes. More...
 
virtual void exportClipRectangle (const RBox &clipRectangle, bool forceSelected=false)
 
virtual void exportCurrentEntity (bool preview=false, bool forceSelected=false)
 The default implementation calls the REntity::exportEntity() function of the entity. More...
 
virtual bool exportDocument ()
 Exports the visual representation of all objects (including entities) of the document. More...
 
virtual void exportDocumentSetting (const QString &key, const QVariant &value, const QString &dictionaryName="QCAD_OBJECTS")
 
virtual bool exportDocumentSettings ()
 
virtual void exportEllipse (const REllipse &ellipse, double offset=RNANDOUBLE)
 Exports an ellipse with the current attributes. More...
 
virtual void exportEndTransform ()
 
virtual void exportEntities (bool allBlocks=true, bool undone=false)
 
virtual void exportEntities (const RBox &box)
 Exports the visual representation of all entities that are completely or partly inside the given area. More...
 
virtual void exportEntities (QSet< REntity::Id > &entityIds, bool allBlocks=true)
 Calls exportEntity() for all given entities. More...
 
virtual void exportEntity (REntity &entity, bool preview=false, bool allBlocks=true, bool forceSelected=false)
 Exports the given entity as part of a block definition to be reused by block references. More...
 
virtual void exportEntity (REntity::Id entityId, bool allBlocks=true, bool forceSelected=false)
 Calls exportEntity(REntity*) for the entity with the given ID. More...
 
virtual void exportExplodable (const RExplodable &explodable, double offset=RNANDOUBLE)
 
virtual void exportImage (const RImageData &image, bool forceSelected=false)
 
virtual void exportIntListWithName (const QString &dictionaryName, const QString &name, const QString &listName, QList< int64_t > &values)
 
virtual void exportLayer (RLayer &)
 
virtual void exportLayer (RLayer::Id layerId)
 
virtual void exportLayers ()
 
virtual void exportLayerState (RLayerState &)
 
virtual void exportLayerStates ()
 
virtual double exportLine (const RLine &line, double offset=RNANDOUBLE)
 Exports a line with the current attributes. More...
 
virtual void exportLinetype (RLinetype &)
 
virtual void exportLinetypes ()
 
virtual bool exportLinetypeShape (QList< RPainterPath > &pps, const RLine &line, double total, double length, double angle, const RVector &cursor)
 
virtual void exportPainterPathSource (const RPainterPathSource &pathSource, double z=0.0)
 
virtual void exportPolyline (const RPolyline &polyline, bool polylineGen=true, double offset=RNANDOUBLE)
 
virtual void exportQuad (const RVector &p1, const RVector &p2, const RVector &p3, const RVector &p4)
 Exports a quadrilateral with the current attributes. More...
 
virtual void exportRectangle (const RVector &p1, const RVector &p2)
 Exports a rectangle with the current attributes. More...
 
virtual void exportShape (QSharedPointer< RShape > shape)
 Exports the given shapes as part of the geometry of the current entity. More...
 
virtual void exportShapes (const QList< QSharedPointer< RShape > > &shapes)
 Exports the given shapes as part of the geometry of the current entity. More...
 
virtual void exportShapeSegment (QSharedPointer< RShape > shape, double angle)
 
virtual void exportSpline (const RSpline &spline, double offset=RNANDOUBLE)
 
virtual void exportSplineSegment (const RSpline &spline)
 
virtual QList< RPainterPathexportText (const RTextBasedData &text, bool forceSelected=false)
 
virtual void exportThickPolyline (const RPolyline &polyline)
 
virtual void exportTransform (const RTransform &t)
 
virtual void exportVerticalQuad (const RVector &p1, const RVector &p2, double height)
 Exports a vertical quadrilateral with the two given base points and the given height. More...
 
virtual void exportView (RView &)
 
virtual void exportView (RView::Id viewId)
 
virtual void exportViews ()
 
virtual REntitygetBlockRefOrEntity ()
 
virtual REntity::Id getBlockRefOrEntityId ()
 
virtual QStack< REntity * > getBlockRefViewportStack () const
 
virtual QBrush getBrush ()
 
virtual QBrush getBrush (const RPainterPath &path)
 
bool getClipping () const
 
virtual RColor getColor (bool resolve)
 
virtual RColor getColor (const RColor &unresolvedColor)
 
virtual REntitygetCurrentBlockRef () const
 
virtual double getCurrentPixelSizeHint () const
 
virtual RViewportEntitygetCurrentViewport () const
 
RDocumentgetDocument () const
 \nonscriptoverwritable More...
 
bool getDraftMode () const
 
virtual REntitygetEntity ()
 
virtual const REntitygetEntity () const
 
virtual QSharedPointer< RLayergetEntityLayer (REntity &entity)
 
QStack< REntity * > getEntityStack ()
 
QString getErrorMessage () const
 
virtual QPen getPen ()
 
virtual QPen getPen (const RPainterPath &path)
 
double getPixelSizeHint () const
 
bool getPixelUnit () const
 
bool getPixelWidth () const
 
RS::ProjectionRenderingHint getProjectionRenderingHint ()
 
virtual bool getScreenBasedLinetypes () const
 
bool getTwoColorSelectedMode () const
 
virtual bool isEntitySelected ()
 
virtual bool isPatternContinuous (const RLinetypePattern &p)
 
virtual bool isTextRenderedAsText ()
 Override to force text rendering mode. More...
 
virtual bool isVisible (REntity &entity)
 
bool isVisualExporter () const
 
void popEntity ()
 
void pushEntity (REntity *e)
 
 RExporter ()
 
 RExporter (RDocument &document, RMessageHandler *messageHandler=NULL, RProgressHandler *progressHandler=NULL)
 
void setBlockSource (RDocument *bs)
 
virtual void setBrush (const QBrush &brush)
 
virtual void setBrushStyle (Qt::BrushStyle brushStyle)
 
void setClipping (bool on)
 
virtual void setColor (const RColor &color)
 
virtual void setColor (float r, float g, float b, float a=1.0f)
 Sets the current export color in RGB and Alpha. More...
 
virtual void setDashPattern (const QVector< qreal > &dashes)
 
void setDraftMode (bool on)
 
void setEnablePatterns (bool on)
 
virtual void setEntityAttributes (bool forceSelected=false)
 
void setLayerSource (RDocument *ls)
 
virtual void setLinetypeId (RLinetype::Id ltId)
 
virtual void setLinetypePattern (const RLinetypePattern &ltPattern)
 
virtual void setLineweight (RLineweight::Lineweight weight)
 
virtual void setPen (const QPen &pen)
 Sets the current pen (currentPen). More...
 
void setPixelSizeHint (double v)
 
void setPixelUnit (bool on)
 
void setPixelWidth (bool on)
 
void setProjectionRenderingHint (RS::ProjectionRenderingHint p)
 Sets a rendering hint for the current projection used for exports. More...
 
void setScreenBasedLinetypes (bool on)
 
virtual void setStyle (Qt::PenStyle penStyle)
 
void setTwoColorSelectedMode (bool on)
 
void setVisualExporter (bool on)
 
virtual void startEntity (bool)
 
virtual void startExport ()
 Called to start a new, complete export. More...
 
void toggleDraftMode ()
 
void toggleScreenBasedLinetypes ()
 
virtual void unexportEntity (REntity::Id entityId)
 This is called for entities for which an export was requested but which cannot be instantiated because they either do not exist (anymore) in the DB or they are currently undone. More...
 
virtual ~RExporter ()
 

Private Attributes

RExporterexporter
 
std::vector< double > lengthAt
 
QList< QSharedPointer< RShape > > shapes
 

Additional Inherited Members

- Protected Attributes inherited from RExporter
QStack< REntity * > blockRefViewportStack
 
RDocumentblockSource
 
bool clipping
 
QBrush currentBrush
 
RLayercurrentLayer
 
RLinetypePattern currentLinetypePattern
 
QPen currentPen
 
RDocumentdocument
 
bool draftMode
 
bool enablePatterns
 
QStack< REntity * > entityStack
 
QString errorMessage
 
RDocumentlayerSource
 
Qt::PenCapStyle penCapStyle
 
double pixelSizeHint
 
bool pixelUnit
 
bool pixelWidth
 
bool screenBasedLinetypes
 
QTransform transform
 
bool twoColorSelectedMode
 
bool visualExporter
 

Detailed Description

Copyright (c) 2011-2018 by Andrew Mustun.

All rights reserved.

This file is part of the QCAD project.

QCAD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with QCAD. Exports exploded polylines or splines as connected shapes with continuous line pattern.

Constructor & Destructor Documentation

◆ RShapesExporter()

RShapesExporter::RShapesExporter ( RExporter exporter,
const QList< QSharedPointer< RShape > > &  shapes,
double  offset 
)

Copyright (c) 2011-2018 by Andrew Mustun.

All rights reserved.

This file is part of the QCAD project.

QCAD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with QCAD.

Member Function Documentation

◆ exportLineSegment()

void RShapesExporter::exportLineSegment ( const RLine line,
double  angle = RNANDOUBLE 
)
virtual

Exports the given line segment, mapped to the shapes that are being exported.

Parameters
lineLine segment, mapped to the straight, horizontal line starting at 0/0).
angleAlways 0.0.

Implements RExporter.

◆ exportPainterPaths() [1/2]

void RShapesExporter::exportPainterPaths ( const QList< RPainterPath > &  paths,
double  angle,
const RVector pos 
)
virtual

Reimplemented from RExporter.

◆ exportPainterPaths() [2/2]

virtual void RShapesExporter::exportPainterPaths ( const QList< RPainterPath > &  paths,
double  z = 0.0 
)
inlinevirtual

Reimplemented from RExporter.

◆ exportPoint()

virtual void RShapesExporter::exportPoint ( const RPoint point)
inlinevirtual

Exports a point with the current attributes.

Implements RExporter.

◆ exportRay()

virtual void RShapesExporter::exportRay ( const RRay ray)
inlinevirtual

Exports an infinite ray.

Used for rays.

Implements RExporter.

◆ exportShapesBetween()

void RShapesExporter::exportShapesBetween ( int  i1,
const RVector p1,
int  i2,
const RVector p2,
double  angle 
)

◆ exportTriangle()

virtual void RShapesExporter::exportTriangle ( const RTriangle triangle)
inlinevirtual

Exports a triangle with the current attributes.

Implements RExporter.

◆ exportXLine()

virtual void RShapesExporter::exportXLine ( const RXLine xLine)
inlinevirtual

Exports an infinite line.

Used for xlines (construction lines).

Implements RExporter.

◆ getAngleAt()

double RShapesExporter::getAngleAt ( double  d)

◆ getLinetypePattern()

virtual RLinetypePattern RShapesExporter::getLinetypePattern ( )
inlinevirtual

Reimplemented from RExporter.

◆ getLineTypePatternScale()

double RShapesExporter::getLineTypePatternScale ( const RLinetypePattern p) const
inlinevirtual

Reimplemented from RExporter.

◆ getPointAt()

RVector RShapesExporter::getPointAt ( double  d,
int *  index = NULL 
)

◆ getShapeAt()

int RShapesExporter::getShapeAt ( double  d)

Member Data Documentation

◆ exporter

RExporter& RShapesExporter::exporter
private

◆ lengthAt

std::vector<double> RShapesExporter::lengthAt
private

◆ shapes

QList<QSharedPointer<RShape> > RShapesExporter::shapes
private

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