]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
de.po
[lyx.git] / src / insets / InsetGraphics.h
index 5bd858a1a1975e7d7946083edc51203cd7e8f82d..b92f19bb20b68c9c8e2cbde71d49ec4b22721182 100644 (file)
@@ -55,7 +55,11 @@ public:
        ///
        bool clickable(BufferView const &, int, int) const { return true; }
        ///
-       bool canPaintChange(BufferView const &) const { return true; };
+       bool canPaintChange(BufferView const &) const { return true; }
+       ///
+       InsetGraphics * asInsetGraphics() { return this; }
+       /// 
+       InsetGraphics const * asInsetGraphics() const { return this; }
 
 private:
        ///
@@ -113,8 +117,10 @@ private:
        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() const;
+       std::string createLatexOptions(bool const ps) const;
        /// Create length values for docbook export.
        docstring toDocbookLength(Length const & len) const;
        /// Create the atributes for docbook export.