]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_cursor.h
use stream-like syntax for LaTeX output
[lyx.git] / src / mathed / math_cursor.h
index f6e50b218a18aa5531db3ba10d998ff3069e1db0..ce9c89cc970261000833ac97303cb28cebd89e36 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "math_defs.h"
 #include "math_inset.h"
+#include "LString.h"
 
 class MathInset;
 class MathAtom;
@@ -242,23 +243,11 @@ public:
        ///
        MathCursorPos const & cursor() const;
 
-
-       ///  
-       pos_type last() const;
        ///
        void seldump(char const * str) const;
        ///
        void dump(char const * str) const;
 
-       ///
-       void merge(MathArray const & arr);
-       ///
-       MathScriptInset * prevScriptInset() const;
-       ///
-       MathSpaceInset * prevSpaceInset() const;
-       /// glue adjacent atoms if possible
-       bool glueAdjacentAtoms();
-
        ///
        friend class Selection;