]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetGraphicsParams.h
Embedding feature patch 5: handling of embedded files (operation without external...
[features.git] / src / insets / InsetGraphicsParams.h
index b6cea1fd9bae7f05c02bd6024a13c595c2f1ca82..172215dd2263cc3293f35c52e00607b78ea5a0dc 100644 (file)
@@ -23,6 +23,7 @@ namespace lyx {
 namespace graphics { class Params; }
 
 class Lexer;
+class Buffer;
 
 
 /// This class holds all the parameters needed by insetGraphics.
@@ -73,7 +74,8 @@ public:
        ///
        InsetGraphicsParams & operator=(InsetGraphicsParams const &);
        /// Save the parameters in the LyX format stream.
-       void Write(std::ostream & os, std::string const & bufpath) const;
+       /// Buffer is needed to figure out if a figure is embedded.
+       void Write(std::ostream & os, Buffer const & buf) const;
        /// If the token belongs to our parameters, read it.
        bool Read(Lexer & lex, std::string const & token, std::string const & bufpath);
        /// convert