]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / mathed / InsetMathRoot.h
index 6b42504857bcd4e86efc3acd63543c05d985949c..ee0bea3f147385039ea1ebe267042a87b6dab938 100644 (file)
@@ -25,9 +25,9 @@ public:
        ///
        InsetMathRoot();
        ///
-       bool idxUpDown(LCursor & cur, bool up) const;
+       bool idxUpDown(Cursor & cur, bool up) const;
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
 
@@ -36,13 +36,15 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
        void maple(MapleStream &) const;
        ///
+       void mathematica(MathematicaStream &) const;
+       ///
        void octave(OctaveStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };