]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphics.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetgraphics.h
index b4ac3d51710fce7449d6f45125c8dff0b7c8db70..2e8535c65f79986ce1ac2c5de463f0f33c28d422 100644 (file)
@@ -88,11 +88,6 @@ private:
        ///
        friend class InsetGraphicsMailer;
 
-       /** This method is connected to the graphics loader, so we are
-        *  informed when the image has been loaded.
-        */
-       void statusChanged() const;
-
        /// Read the inset native format
        void readInsetGraphics(LyXLex & lex, std::string const & bufpath);
 
@@ -100,6 +95,10 @@ private:
        std::string const statusMessage() const;
        /// Create the options for the latex command.
        std::string const createLatexOptions() const;
+       /// Create length values for docbook export.
+       std::string const toDocbookLength(LyXLength const & len) const;
+       /// Create the atributes for docbook export.
+       std::string const createDocBookAttributes() const;
        /// Convert the file if needed, and return the location of the file.
        std::string const prepareFile(Buffer const & buf, OutputParams const &) const;