]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / inseterror.h
index fa23e55fa4c30ef9ecfed82503beeafdba6adb42..b490f2dba06d206b09102e6d93f0d27e1678d12e 100644 (file)
@@ -30,11 +30,7 @@ public:
        ///
        virtual dispatch_result localDispatch(FuncRequest const & cmd);
        ///
-       int ascent(BufferView *, LyXFont const &) const;
-       ///
-       int descent(BufferView *, LyXFont const &) const;
-       ///
-       int width(BufferView *, LyXFont const &) const;
+       void dimension(BufferView *, LyXFont const &, Dimension &) const;
        ///
        void draw(BufferView *, LyXFont const &, int, float &) const;
        ///
@@ -42,7 +38,8 @@ public:
        ///
        void read(Buffer const *, LyXLex &) {}
        ///
-       int latex(Buffer const *, std::ostream &, bool, bool) const { return 0; }
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const { return 0; }
        ///
        int ascii(Buffer const *, std::ostream &, int) const { return 0; }
        ///