]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphicsParams.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetgraphicsParams.h
index 9c3c362a60cf52e5648d77d9ccf88d167dc352ec..93fde9aa4539d5f7aebea91156cea7c6a831d21b 100644 (file)
@@ -69,14 +69,14 @@ struct InsetGraphicsParams
        ///
        InsetGraphicsParams & operator=(InsetGraphicsParams const &);
        /// Save the parameters in the LyX format stream.
-       void Write(std::ostream & os) const;
+       void Write(std::ostream & os, string const & bufpath) const;
        /// If the token belongs to our parameters, read it.
-       bool Read(LyXLex & lex, string const & token);
+       bool Read(LyXLex & lex, string const & token, string const & bufpath);
        /// convert
   // Only a subset of InsetGraphicsParams is needed for display purposes.
   // This function also interrogates lyxrc to ascertain whether
   // to display or not.
-       grfx::Params as_grfxParams(string const & filepath) const;
+       grfx::Params as_grfxParams() const;
 
 private:
        /// Initialize the object to a default status.