File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -426,6 +426,11 @@ QVector<qreal> QgsSimpleLineSymbolLayerV2::dxfCustomDashPattern( QgsSymbolV2::Ou
426426 return mUseCustomDashPattern ? mCustomDashVector : QVector<qreal>() ;
427427}
428428
429+ Qt::PenStyle QgsSimpleLineSymbolLayerV2::dxfPenStyle () const
430+ {
431+ return mPenStyle ;
432+ }
433+
429434double QgsSimpleLineSymbolLayerV2::dxfWidth ( const QgsDxfExport& e, const QgsSymbolV2RenderContext& context ) const
430435{
431436 double width = mWidth ;
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ class CORE_EXPORT QgsSimpleLineSymbolLayerV2 : public QgsLineSymbolLayerV2
9797 void setDrawInsidePolygon ( bool drawInsidePolygon ) { mDrawInsidePolygon = drawInsidePolygon; }
9898
9999 QVector<qreal> dxfCustomDashPattern ( QgsSymbolV2::OutputUnit& unit ) const ;
100+ Qt::PenStyle dxfPenStyle () const ;
100101
101102 double dxfWidth ( const QgsDxfExport& e, const QgsSymbolV2RenderContext& context ) const ;
102103 QColor dxfColor ( const QgsSymbolV2RenderContext& context ) const ;
You can’t perform that action at this time.
0 commit comments