]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.h
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / mathed / InsetMathDiff.h
index f981b67ea29b62739b44c78076edd60fa40d6998..8d0785769940fcd0ff5aeda8ee5cd315664d1d45 100644 (file)
@@ -26,9 +26,9 @@ public:
        ///
        InsetMathDiff();
        ///
-       void addDer(MathArray const & der);
+       void addDer(MathData const & der);
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
 
@@ -39,13 +39,13 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
        void maxima(MaximaStream &) const;
        ///
        void write(WriteStream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };