X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetGraphics.h;h=28ea3372464862c851fb2d849fff9c8d8c0cfda4;hb=96dea61f22c04529e726cab36acf0240d41fa778;hp=58b28ab21d84bf16e34af4ad6997c619d9e0f4c8;hpb=88c285219b4c2a4a3fc88b08ba7d2bbc2c814353;p=lyx.git diff --git a/src/insets/InsetGraphics.h b/src/insets/InsetGraphics.h index 58b28ab21d..28ea337246 100644 --- a/src/insets/InsetGraphics.h +++ b/src/insets/InsetGraphics.h @@ -106,13 +106,15 @@ private: /// std::string contextMenuName() const; /// Force inset into LTR environment if surroundings are RTL - bool forceLTR() const { return true; } + bool forceLTR(OutputParams const &) const { return true; } /// void doDispatch(Cursor & cur, FuncRequest & cmd); /// Inset * clone() const; /// Get the status message, depends on the image loading status. std::string statusMessage() const; + /// Get the output bounding box accounting for raster formats. + void outBoundingBox(graphics::BoundingBox &) const; /// Create the options for the latex command. std::string createLatexOptions(bool const ps) const; /// Create length values for docbook export.