]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
de.po
[lyx.git] / src / mathed / InsetMathRoot.h
index 63c35b6425bc6ecbca49fc59354bd7707b59116f..088be24c050be975dff041a3946d36fc3c124733 100644 (file)
@@ -26,6 +26,14 @@ public:
        InsetMathRoot(Buffer * buf);
        ///
        bool idxUpDown(Cursor & cur, bool up) const;
+       ///
+       bool idxForward(Cursor & cur) const;
+       ///
+       bool idxBackward(Cursor & cur) const;
+       ///
+       bool idxFirst(Cursor &) const;
+       ///
+       bool idxLast(Cursor &) const;
 
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;