]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Fix glitch in drawing fractions
[lyx.git] / src / Cursor.h
index 462c31caa24a31b6c9c1303f6bdc6685818856c6..f5f1322ce87554e5ee1993f0bf8ae66dc2062fed 100644 (file)
@@ -473,6 +473,15 @@ public:
        /// return true if successful
        bool upDownInMath(bool up);
        ///
+       InsetMath & nextMath();
+       ///
+       InsetMath & prevMath();
+       /// move forward in math. word: whether to skip a whole "word" (insets with
+       /// the same mathclass)
+       bool mathForward(bool word);
+       ///
+       bool mathBackward(bool word);
+       ///
        void plainErase();
        ///
        void plainInsert(MathAtom const & at);