]> 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 12e5e14da2d3bd9fb6cbd29582be1eac3f2c7c3c..b0cb73ca94dde3616bf6487eb814e96aa7b8d7d6 100644 (file)
@@ -68,14 +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;
        ///
-       //Inset * clone(Buffer const &, bool same_id) 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;