]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetquotes.h
index f6e94e4b711300a9199ca35d816b99604ba614b5..b0cb73ca94dde3616bf6487eb814e96aa7b8d7d6 100644 (file)
@@ -68,12 +68,11 @@ public:
        /// Create the right quote inset after character c
        InsetQuotes(char c, BufferParams const & params);
        ///
-       Inset * clone(Buffer const &, bool same_id = false) 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;