]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetquotes.h
index 29875c70a69e7dea7e953cebe134e403d2c8f7d8..b0cb73ca94dde3616bf6487eb814e96aa7b8d7d6 100644 (file)
@@ -68,11 +68,11 @@ public:
        /// Create the right quote inset after character c
        InsetQuotes(char c, BufferParams const & params);
        ///
-       Inset * clone(Buffer const &) const;
+       Inset * clone() const;
        ///
-       void dimension(BufferView *, LyXFont const &, Dimension &) const;
+       void metrics(MetricsInfo &, Dimension &) const;
        ///
-       void draw(BufferView *, LyXFont const &, int, float &) const;
+       void draw(PainterInfo & pi, int x, int y) const;
 #if 0
        ///
        LyXFont const convertFont(LyXFont const & font) const;