]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspecialchar.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetspecialchar.h
index 09bc4d7d02c613a9056d99e58111e5d08670e7b4..d8ec503700e640e19cbb4a2dfad97d7d790151a7 100644 (file)
@@ -36,8 +36,6 @@ public:
                END_OF_SENTENCE,
                /// Menu separator
                MENU_SEPARATOR,
-               /// Protected Separator
-               PROTECTED_SEPARATOR
        };
 
        ///
@@ -48,11 +46,7 @@ public:
        ///
        Kind kind() 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 *, LyXFont const &, int, float &) const;
        ///
@@ -61,7 +55,7 @@ public:
        void read(Buffer const *, LyXLex & lex);
        ///
        int latex(Buffer const *, std::ostream &,
-                 bool fragile, bool free_spc) const;
+                 LatexRunParams const &) const;
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
        ///