X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_filterdxf.h;h=ce3d57420841cbdfe2ce26705af3d2da587ec141;hb=d774c2655ba2c3657a565f325411144452392277;hp=5262b682ab5c575c34a25e983730f6f8369dead3;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_filterdxf.h b/src/base/rs_filterdxf.h index 5262b68..ce3d574 100644 --- a/src/base/rs_filterdxf.h +++ b/src/base/rs_filterdxf.h @@ -51,7 +51,7 @@ class RS_FilterDXF: public RS_FilterInterface, DL_CreationInterface }*/ // Import: - virtual bool fileImport(RS_Graphic& g, const QString& file, RS2::FormatType /*type*/); + virtual bool fileImport(Drawing& g, const QString& file, RS2::FormatType /*type*/); // Methods from DL_CreationInterface: virtual void addLayer(const DL_LayerData & data); @@ -97,7 +97,7 @@ class RS_FilterDXF: public RS_FilterInterface, DL_CreationInterface virtual void setVariableDouble(const char * key, double value, int code); // Export: - virtual bool fileExport(RS_Graphic & g, const QString & file, RS2::FormatType type); + virtual bool fileExport(Drawing & g, const QString & file, RS2::FormatType type); void writeVariables(DL_WriterA & dw); void writeLayer(DL_WriterA & dw, RS_Layer * l); @@ -156,7 +156,7 @@ class RS_FilterDXF: public RS_FilterInterface, DL_CreationInterface private: /** Pointer to the graphic we currently operate on. */ - RS_Graphic * graphic; + Drawing * graphic; /** File name. Used to find out the full path of images. */ QString file; /** string for concatinating text parts of MTEXT entities. */