]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetert.h
index e6cd89a1b7e3b2fba1dd2f22df88005f37ebb58f..8a9d2a98a2c52adc2635bda3bebb1f0aef8af28f 100644 (file)
@@ -64,8 +64,8 @@ public:
        ///
        EDITABLE editable() const;
        ///
-       int latex(Buffer const *, std::ostream &, bool fragile,
-                 bool free_spc) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        int ascii(Buffer const *,
                          std::ostream &, int linelen = 0) const;
@@ -99,11 +99,7 @@ public:
        WordLangTuple const
        selectNextWordToSpellcheck(BufferView *, float &) const;
        ///
-       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 *, const LyXFont &, int , float &) const;
        /// set the status of the inset