]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_filterdxf.h
Changed RS_Graphic to Drawing; this is less confusing as a drawing is
[architektonas] / src / base / rs_filterdxf.h
index 5262b682ab5c575c34a25e983730f6f8369dead3..ce3d57420841cbdfe2ce26705af3d2da587ec141 100644 (file)
@@ -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. */