]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_dotsinset.h
index d0187a0804e32ae49e0a239f600eee600d26c6d7..fd089afd70af9708affbc5638f39b88deb63bce9 100644 (file)
@@ -18,13 +18,11 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void write(WriteStream & os) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
        ///
-       void normalize(NormalStream &) const;
-       ///
-       void metrics(MathMetricsInfo & st) const;
+       string name() const;
 protected:
        /// cache for the thing's heigth
        mutable int dh_;