]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
Revert "DocBook: make openParTag/closeTag use paragraphs instead of layouts."
[lyx.git] / src / mathed / InsetMathRoot.h
index 923e9a5f61f9b4b3d709e8e26fa6b789ab8c41a4..144ecdf7a6ece8f72b034b278ec19a6148c3ec68 100644 (file)
@@ -23,9 +23,18 @@ namespace lyx {
 class InsetMathRoot : public InsetMathNest {
 public:
        ///
-       InsetMathRoot(Buffer * buf);
+       explicit 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;
        ///