X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsParams.h;h=052b006bff719aa42c1977904be4d2115ec3ea29;hb=28be7d552f62cc02fa86d7f79201d089bfb2d7b5;hp=222b50f85c0b752aa98e238bce57d71f36c278bb;hpb=342cdf432246110db37bee4e0aebb4b72c933ddb;p=lyx.git diff --git a/src/graphics/GraphicsParams.h b/src/graphics/GraphicsParams.h index 222b50f85c..052b006bff 100644 --- a/src/graphics/GraphicsParams.h +++ b/src/graphics/GraphicsParams.h @@ -14,7 +14,9 @@ #ifndef GRAPHICSPARAMS_H #define GRAPHICSPARAMS_H -#include "GraphicsTypes.h" +#include "Length.h" + +#include "support/FileName.h" #include #include @@ -36,15 +38,16 @@ public: /// 0 0 0 0 is empty! bool empty() const; - unsigned int xl; - unsigned int yb; - unsigned int xr; - unsigned int yt; + Length xl; + Length yb; + Length xr; + Length yt; }; bool operator==(BoundingBox const &, BoundingBox const &); bool operator!=(BoundingBox const &, BoundingBox const &); +/// output bounding box in LyX file format std::ostream & operator<<(std::ostream &, BoundingBox const &); @@ -53,11 +56,12 @@ class Params public: Params(); - DisplayType display; + bool display; unsigned int scale; + double pixel_ratio; /// The image filename. - std::string filename; + support::FileName filename; /** Note that the BoundingBox is always relative to the BoundingBox * as stored in the EPS file.